View Single Post
  #1  
Old 06-30-2003, 07:27 AM
Fyrre
Sarnak
 
Join Date: Jan 2003
Posts: 33
Default Help with multiple item turnins / triggered spawn

ok, first of all, I need help with multiple item turn ins. Lets say I have item IDs 195, 196, 197, and 198 and I want the NPC to respond only if all 4 are handed in. How do I accomplish this?

second of all, what does guildwarset and grid on this npcspawn trigger mean? I know that npc_type means the ID of the mob in the database and that x y and z is the location of the mob.

spawn(npc_type,grid,guildwarset,x,y,z) - Spawn "npc_type" on "grid" with "guildwarset" at "x","y","z".
Reply With Quote