Can some1 look @ this plz

Doddsy

LOMCN Veteran
Veteran
Loyal Member
Aug 2, 2005
456
2
45
Hartlepool
Plz help i cant Seem to get the check job working on any of my npcs now
i have 2 Test Npcs could sum 1 take a look @ them plz

1: just cnt click it
2: can but i need it 2 check job >.<

1:
Code:
[@main]
#SAY
Yo i am the great wizzard and have the abitlty to \
unlock the power of the 9 key \ \
<want to know how?/@info>
[@info]
#SAY
ok all i need you to do is kill some oma for \
me \ \
<i will kill them for u/@main1>
[@main1]
#IF
CHECKNAMELIST WizComplete1.txt
#SAY
Thanks you for you help <$USERNAME>. \ \
<Exit/@exit>
#ACT
BREAK
#IF
CHECKNAMELIST WizComplete.txt
#SAY
Thanks you for you help <$USERNAME>. Please take this reward. \ \
<Exit/@exit>
#ACT
GIVE test1 1
ADDNAMELIST wizComplete1.txt
BREAK
#IF
CHECKNAMELIST wizStart.txt
#SAY
Come back when you finished
<Exit/@exit>
#ACT
BREAK
#ELSESAY
Hi would you like to take the quest? \ \
<Yes/@accept> || <No/@exit>
[@accept]
#ACT
ADDNAMELIST wizStart.txt
#SAY
Sweet. Come back when you've  finished. \ \
<Exit/@exit>
 

Doddsy

LOMCN Veteran
Veteran
Loyal Member
Aug 2, 2005
456
2
45
Hartlepool
2:
[@main]
#SAY
Yo i am the great wizzard and have the abitlty to \
unlock the power of the 9 key \
<Tell me more./@main1>\ \
break
[@main1]
#IF
checkjob warrior
#ACT
goto @9war
#ELSEACT
goto @check1
[@check1]
#IF
checkjob wizard
#ACT
goto @9wiz
#ELSEACT
goto @9tao
breAK
[@9war]
#SAY
I help wizards and wizards only.
breAK
[@9wiz]
#SAY
ok all i need you to do is kill some oma for \
me \ \
<i will kill them for u/@wizzstart>
breAK
[@wizzstart]
#IF
CHECKNAMELIST WizComplete1.txt
#SAY
Thanks you for you help <$USERNAME>. \ \
<Exit/@exit>
#ACT
BREAK
#IF
CHECKNAMELIST WizComplete.txt
#SAY
Thanks you for you help <$USERNAME>. Please take this reward. \ \
<Exit/@exit>
#ACT
GIVE test1 1
ADDNAMELIST wizComplete1.txt
BREAK
#IF
CHECKNAMELIST wizStart.txt
#SAY
Come back when you finished
<Exit/@exit>
#ACT
BREAK
#ELSESAY
Hi would you like to take the quest? \ \
<Yes/@accept> || <No/@exit>
breAK
[@accept]
#ACT
ADDNAMELIST wizStart.txt
#SAY
Sweet. Come back when you've finished. \ \
<Exit/@exit>
breAK
[@9tao]
#SAY
I help Wizards and wizards only
breAK
[@no]
#SAY
ok bye
PLZ HELP
 
Last edited:
Upvote 0

Andreas

LOMCN Member
Untrusted Member
Veteran
Mar 12, 2008
2,695
21
125
Timisoara
[@main]
#SAY
Yo i am the great wizzard and have the abitlty to \
unlock the power of the 9 key \ \
<want to know how?/@info>
[@info]
#SAY
ok all i need you to do is kill some oma for \
me \ \
<i will kill them for u/@main1>
[@main1]
#IF
CHECKNAMELIST WizComplete1.txt
#SAY
first dont need this #SAY
 
Upvote 0

Andreas

LOMCN Member
Untrusted Member
Veteran
Mar 12, 2008
2,695
21
125
Timisoara
[@main]
#SAY
Yo i am the great wizzard and have the abitlty to \
unlock the power of the 9 key \
<Tell me more./@main1>\ \
break
[@main1]
#IF
checkjob warrior
#ACT
goto @9war
#ELSEACT
goto @check1
[@check1]
#IF
checkjob wizard
#ACT
goto @9wiz
#ELSEACT
goto @9tao
breAK
[@9war]
#SAY
I help wizards and wizards only.
breAK
[@9wiz]
#SAY
ok all i need you to do is kill some oma for \
me \ \
<i will kill them for u/@wizzstart>
breAK
[@wizzstart]
#IF
CHECKNAMELIST WizComplete1.txt
#SAY
Thanks you for you help <$USERNAME>. \ \
<Exit/@exit>
#ACT
BREAK
#IF
CHECKNAMELIST WizComplete.txt
#SAY
Thanks you for you help <$USERNAME>. Please take this reward. \ \
<Exit/@exit>
#ACT
GIVE test1 1
ADDNAMELIST wizComplete1.txt
BREAK
#IF
CHECKNAMELIST wizStart.txt
#SAY
Come back when you finished
<Exit/@exit>
#ACT
BREAK
#ELSESAY
Hi would you like to take the quest? \ \
<Yes/@accept> || <No/@exit>
breAK
[@accept]
#ACT
ADDNAMELIST wizStart.txt
#SAY
Sweet. Come back when you've finished. \ \
<Exit/@exit>
breAK
[@9tao]
#SAY
I help Wizards and wizards only
breAK
[@no]
#SAY
ok bye

no break beetwen them....
 
Upvote 0