PDA

View Full Version : Quest Items Given By Mobs?


Hexius
05-18-2002, 04:59 PM
Is there a way to make a mob give you an item when you say a certain key phrase. For instance:

TRIGGER_TEXT:Give me food!
GIVE_ITEM:1445 (or whatever bread is)

I read the posts in the main forums about all the commands and a command to give items wasnt one of them. Is it possible to do at this time? thanks.

Drawde
05-19-2002, 01:09 AM
The scripting command is SPAWN_ITEM #itemno.
There's also an item trigger command, TRIGGER_ITEM:#itemno:, which causes the associated script to be triggered when you give that item to the NPC.

mudman
06-12-2002, 05:48 AM
Drawde could you make a bunch of your quests available for download? It would be great to see some examples. Thanks M.