Could some one look @this plz

Play Now

Doddsy

LOMCN Veteran
Veteran
Loyal Member
Aug 2, 2005
456
2
45
Hartlepool
NPC
[@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
Q-function
[@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
Trying to make it a 1x only quest but not working is this right ??
 
Last edited:

JealY

LOMCN VIP
VIP
Nov 28, 2004
5,357
55
335
England
Code:
[@main]
#IF
check [999] 0
check [998] 0
checkjob warrior
#SAY
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>
#ELSESAY
Dude i help warriors and warriors only

[@main2]
#SAY
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


Code:
[@ONKILLMOB (oma)]
#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

That should work afaik...
 
Upvote 0

Doddsy

LOMCN Veteran
Veteran
Loyal Member
Aug 2, 2005
456
2
45
Hartlepool
ok i got exactly what you got but i took RANDOMEX 30 = 3 out to test if it is working and each time it goes to #ELSESAY
Dude i help warriors and warriors only
PLZ HELP LOL just cnt figure this 1 out
 
Upvote 0