- Jul 23, 2004
- 1,335
- 10
- 175
My quest npc isnt working properly, u can just keep talking to him and reciving the prize without needing the items to gain the prize.
can some1 edit the script im gna post so u can only do quest once, and it has to take items b4 giving the prize.
can some1 edit the script im gna post so u can only do quest once, and it has to take items b4 giving the prize.
[@main]
#IF
CHECKLEVEL 30
#SAY
Help <$USERNAME>, My precious book was lost while\
i was hunting many years ago, please get it back?\
<Ill help, whats the name of this book/@items>\ <No/@exit>
#ELSESAY
you are too low <$USERNAME>
[@items]
The book is called "Book".\\
<I have your items/@prize>\ <i will go get your Book/@hurry>
[@hurry]
please hurry <$USERNAME> i will reward u kindly\ \
<Bye/@exit>
[@prize]
#IF
CHECKITEM Book
#ACT
TAKE Book
GIVE ExpPotion
SET [5] 1
#SAY
thank you <$USERNAME> you really helped me.\ \
<bye/@exit>
#ELSESAY
You have already done this quest <$USERNAME>
