- Jun 20, 2003
- 23
- 0
- 77
;Info [ Npc Name{Quest} X=28 Y=33 MapName={Palace} ]
[@main]
#IF
check [122] 1
#SAY
You Have Already Completed This Quest! Get Lost! \
<Exit/@Exit> \\
#ELSESAY
Hello <$USERNAME>. Welcome to AstroWorld Server! \
I need Someone to help me get some things back \
for me that i had stolen from my house, do you \
think you would be able to help me? I will \
Reward you with a rare item if you can help me! \
<Tell me More./@tellme1> \\
<Sound Dodgy./@exit> \\
[@tellme1]
#IF
#SAY
When i was out walking my dog yesterday i heard \
a strange noise coming from the woods near to \
Wooma Temple, when i went to see where it was coming \
From a man approached me with a strange looking weapon \
in his hand. Then all i remember was hearing a strange \
sound and a flash of light brighter than i have ever \
seen before. \\
<More/@tellme2>
[@tellme2]
#IF
#SAY
The next thing i can remember is waking up with a sore \
Head. Then i realised it was much much worse! I had been \
going to Bichon Province to store some very rare items \
in my storage. When i checked to see where they were \
they had gone and in there place was a note from the \
old man. He said................ \\
<Im willing/@will> \
<No Way Mate/@exit> \ \
[@will]
#IF
#SAY
Ok Im glad you can help i will need you to get me the \
following items. \
From the WoomaTaurus a glass ring. \
From The EvilTongs a Townteleport. \
From The Scarecrow a PowerRing. \ \
<I have Got Them/@gotem> \
<Ill Go and get them/@exit> \ \
[@gotem]
#IF
CHECKITEM GlassRing
CHECKITEM TownTeleport
CHECKITEM PowerRing
#ACT
TAKE GlassRing
TAKE TownTeleport
take Powerring
goto @tele
#ELSEACT
#SAY
You dont have all the items. \
<Sorry/@exit> \ \
[@tele]
#ACT
GIVE TeleportRing
SET [122] 1
CLOSE
The npc works ok but it does not take any items out of the bag it just gives teleport ring without having the items!
Im Pretty new to writing npc scripts so please go easy on me!!!
Thanks in Advance.....
[@main]
#IF
check [122] 1
#SAY
You Have Already Completed This Quest! Get Lost! \
<Exit/@Exit> \\
#ELSESAY
Hello <$USERNAME>. Welcome to AstroWorld Server! \
I need Someone to help me get some things back \
for me that i had stolen from my house, do you \
think you would be able to help me? I will \
Reward you with a rare item if you can help me! \
<Tell me More./@tellme1> \\
<Sound Dodgy./@exit> \\
[@tellme1]
#IF
#SAY
When i was out walking my dog yesterday i heard \
a strange noise coming from the woods near to \
Wooma Temple, when i went to see where it was coming \
From a man approached me with a strange looking weapon \
in his hand. Then all i remember was hearing a strange \
sound and a flash of light brighter than i have ever \
seen before. \\
<More/@tellme2>
[@tellme2]
#IF
#SAY
The next thing i can remember is waking up with a sore \
Head. Then i realised it was much much worse! I had been \
going to Bichon Province to store some very rare items \
in my storage. When i checked to see where they were \
they had gone and in there place was a note from the \
old man. He said................ \\
<Im willing/@will> \
<No Way Mate/@exit> \ \
[@will]
#IF
#SAY
Ok Im glad you can help i will need you to get me the \
following items. \
From the WoomaTaurus a glass ring. \
From The EvilTongs a Townteleport. \
From The Scarecrow a PowerRing. \ \
<I have Got Them/@gotem> \
<Ill Go and get them/@exit> \ \
[@gotem]
#IF
CHECKITEM GlassRing
CHECKITEM TownTeleport
CHECKITEM PowerRing
#ACT
TAKE GlassRing
TAKE TownTeleport
take Powerring
goto @tele
#ELSEACT
#SAY
You dont have all the items. \
<Sorry/@exit> \ \
[@tele]
#ACT
GIVE TeleportRing
SET [122] 1
CLOSE
The npc works ok but it does not take any items out of the bag it just gives teleport ring without having the items!
Im Pretty new to writing npc scripts so please go easy on me!!!
Thanks in Advance.....
