OK iv just got this NPC, but it dont work
Can eny 1 have a look please, dont mined the swering it will be cut out
of the proper version.
so the NPC works up to
[@main_1]
Get me 10 pieces of meat and you can have a\
starter kit, and ill throw in some gold\
if your fast\ \
<do quest/@quest>
<Exit/@exit>
But after that nothing works. . . . . here it is
;Info [ Npc Name{Helper} X=328 Y=267 MapName={Bichon-Province} ]
[@main]
#IF
check [001] 1
#ACT
goto @away
break
#IF
check [568] 1
#ACT
goto @getmeat
break
#IF
#ACT
goto @main_1
break
[@away]
#IF
check [001] 1
#ACT
goto @othermain
#ELSESAY
<$USERNAME>, Don't Piss Around\
I have given you your items\
and i dont give a **** what you did with them\\
<fine/@exit>
[@main_1]
Get me 10 pieces of meat and you can have a\
starter kit, and ill throw in some gold\
if your fast\ \
<do quest/@quest>
<Exit/@exit>
[@quest]
#ACT
set [568] 1
close
[@getmeat]
#IF
check [568] 1
#ACT
goto @gotkit
#ELSEACT
goto @checkmeat
[@checkmeat]
#IF
checkitem meat 10
#ACT
goto @gotmeat
#ELSESAY
Quickly fetch the meat!\ \
<Exit/@exit>
[@gotmeat]
#ACT
set [568] 1
take meat 10
give lightarmour(m) 1
give lightarmour(f) 1
give bronzehelmet 1
give precisionneck 1
give shortsword 1
give steelbracelet 2
give hornring 2
give gold 20000
SET [001] 1
#SAY
Here's the kit I promised,\
have the gold any way\\
<Thanks/@exit>
Can eny 1 have a look please, dont mined the swering it will be cut out
of the proper version.
so the NPC works up to
[@main_1]
Get me 10 pieces of meat and you can have a\
starter kit, and ill throw in some gold\
if your fast\ \
<do quest/@quest>
<Exit/@exit>
But after that nothing works. . . . . here it is
;Info [ Npc Name{Helper} X=328 Y=267 MapName={Bichon-Province} ]
[@main]
#IF
check [001] 1
#ACT
goto @away
break
#IF
check [568] 1
#ACT
goto @getmeat
break
#IF
#ACT
goto @main_1
break
[@away]
#IF
check [001] 1
#ACT
goto @othermain
#ELSESAY
<$USERNAME>, Don't Piss Around\
I have given you your items\
and i dont give a **** what you did with them\\
<fine/@exit>
[@main_1]
Get me 10 pieces of meat and you can have a\
starter kit, and ill throw in some gold\
if your fast\ \
<do quest/@quest>
<Exit/@exit>
[@quest]
#ACT
set [568] 1
close
[@getmeat]
#IF
check [568] 1
#ACT
goto @gotkit
#ELSEACT
goto @checkmeat
[@checkmeat]
#IF
checkitem meat 10
#ACT
goto @gotmeat
#ELSESAY
Quickly fetch the meat!\ \
<Exit/@exit>
[@gotmeat]
#ACT
set [568] 1
take meat 10
give lightarmour(m) 1
give lightarmour(f) 1
give bronzehelmet 1
give precisionneck 1
give shortsword 1
give steelbracelet 2
give hornring 2
give gold 20000
SET [001] 1
#SAY
Here's the kit I promised,\
have the gold any way\\
<Thanks/@exit>
