View Single Post
  #2  
Old 10-29-2004, 03:37 AM
animepimp
Dragon
 
Join Date: Jan 2004
Posts: 860
Default

1. Many people have had this idea before and its been worked on. Not sure how finished it is, try searching for instanced zones.

2. If instanced zones are working, this could be possible but would require some additional coding, or a very large perl script that the guy that ports you into the dungeon would run to spawn it with lots of quest::spawns.

3. A couple lines of perl. You hail the guy who teleports you there and he checks your level to see and then does so.

3a. More difficult since perl is executed for each character seperately, but not too tough since you can use variables that it can pass between them, you'd jsut need a way to tell the NPC that its a group and not a solo.

4. Same as 2, its already been discussed but I don't think its been finished.
Reply With Quote