View Single Post
  #2  
Old 10-26-2004, 10:44 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

Examples:
-Adventure number one: when zoned to befallen,the timer(60 minutes) will start running,you will need to collect twenty rusty daggers(with id 2000,for example).:

Quest ID:1
NPC ID: 4 (set this to the recruiter id)
Type: 0 (loot)
Objetive:2000 (rusty dagger item id,for example)
Objetive value:20
Minutes:60
Points:30 (we will give 30 points for example).
ShowCompass:1
zoneid:23 (west commons,I think)
zonedungeonid:36 (befallen)
X and Y : 10,20 (set the entrance of the dungeon,for example)


-Adventure number two:when zoned to nexus,the timer will start running(105 minutes), you need to kill 65 mobs before the timer goes off.

Quest ID:2
NPC ID: 4 (set this to the recruiter id)
Type: 1 (mass kill)
Objetive:65 (65 mobs to kill)
Objetive value:65 (65 mobs to kill)
Minutes:105
Points:30 (we will give 30 points for example).
ShowCompass:1
zoneid:0
zonedungeonid:152 (nexus)
X and Y : (0,0)


-Adventure number three:when zoned to nexus,the timer will start running(10 minutes), you need to kill the boss called "Superlolman"(with npctypeid 35), before the timer goes off.

Quest ID:3
NPC ID: 4 (set this to the recruiter id)
Type: 2 (boss kill)
Objetive:35 (boss id = 35)
Objetive value:35 (boss id = 35)
Minutes:10
Points:15 (we will give 15 points for example).
ShowCompass:0
zoneid:0
zonedungeonid:152 (nexus)
X and Y : (0,0)


I hope this helps!
Reply With Quote