View Single Post
  #3  
Old 08-02-2009, 12:29 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
as far as phasing goes you'd need to make custom GANIs, nick, and chat system to get something like that working.

Other option is to have the base levels stored somewhere and make new copies with some sort of suffix to the level name ("baselevel_leaderaccount" maybe) and send players to the new copies of levels individually.

The second option is probably superior to the first as NPC interaction for the first would be a pain to manage.


PHP Code:
function newInstancepobj)
{
   
copylevel("baselevel""instances/baselevel_" pobj.account);

not on RC or I'd test if you need a file type at the end.
Reply With Quote