NPC
Q-function[@main]
#IF
check [999] 0
check [998] 0
checkjob warrior
#ACT
goto @main1
#ELSEACT
goto @wrong
[@main1]
Yo i am the great warrior and have the abitlty to \
unlock the power of the 9 key \
<u want to know how?/@main2>\
<i have done your quest/@comp>
[@main2]
#Ok i see you do want to use key 9 i will help \
you if you help me i just need you to kill a few \
oma for me
< do you acept this quest/@yes>\
[@yes]
#ACT
set [999] 1
#say go kill them then
[@comp]
#IF
CHECK [998] 1
#SAY n1 u can now use 9 key
[@wrong]
#SAY
Dude i help warriors and warriors only
Trying to make it a 1x only quest but not working is this right ??[@ONKILLMOB (oma)]
#IF
CHECK [998] 1
#ACT
break
#ELSEACT
goto @rkc01
[@rkc01]
#IF
CHECK [999] 1
RANDOMEX 30 = 3
#ACT
Set [999] 0
Set [998] 1
MESSAGEBOX "You have done me proud come get your prize."
break
#ELSEACT
break
Last edited:
