Here i have created 8 NPC scripts for Fierce server, i'll show you too
Tell me if there wrong or anything, (what you think)
Information NPC
Tell me if there wrong or anything, (what you think)
Code:
[@main]
Hello!<$USERNAME>hmm it seems today you are wearing a<$USERWEAPON> , you must of clicked me too find out Fierce server information.\
Fierce was Born on: Unknown date the date is Unknown because Fierce is in a beta.\
A beta is when a server is not fully complete and they have put it online too test for bugs.\
GameMasters include. <Gamemaster/@GM>\.
Fierce server SabukWall owners are <$OWNERGUILD>.\
Want a JudgementMace? <JudgementMace/@JM>\.
Sorry i have random "sell-to-you" attacks.\
This will be updated when server goes up properly.\
Untill then have a look at my sells.\
<SoulSpringWand/@SSW>\
I can also Un-Bundle GoldBarBundles <Un-BundleMinePlease/@GBB>
[@GM]
The Fierce Gamemasters Include\
Raz0rfang Other characters:FireLight and RazOr\
Ben Other Characters: None at the moment\
NiK Other Characters:Snoop\
4fun Other Characters:None At the moment\
Lyncus Other Characters: None At The Moment.\
<Exit/@exit>
[@JM]
So you want too buy a JudgementMace, well this will cost ya 1.5million gold.It is a level 30 Warrior item\
<NahJustWonderingWhatYouMeant/@exit\>
<IHaveThatMoney!/@BJM>
[@BJM]
checkgold 1500000
#ELSESAY
You do not have 1.5million gold im sorry to say this means you cannot take my JudgementMace<Exit/@exit>\
TAKE 1500000
GIVE JudgmentMace
[@SSW]
So you want a SoulSpringWand? this is a Level 30 Taoist Item and will cost 1.5Million Gold
<NahJustWonderingWhatYouMeant/@exit>\
<IHaveThatMoney!/@BSSW>
[@BSSW]
checkgold 1500000
#ELSESAY
You do not have 1.5million gold im sorry to say this means you cannot take my SoulSpringWand<Exit/@exit>\
TAKE 1500000
GIVE SoulSpringWand
[@GBB]
You need your Gold BarBundle Un-Bundled? i can do this as im very talented.\
Un-BundleNow/@UnGBB
<NoThanks/@exit>
[@UnGBB]
CHECK GoldBarBundle
#ELSESAY You Have no GoldBarBundle
TAKE GoldBarBundle
GIVE GoldBar 6
[\CODE] Quest NPC[CODE][@main]
Hi <$USERNAME> i can give you a quest and if you complete my quest i can give you a prize!
<[EMAIL="Quest1/@Quest1"]Quest1/@Quest1[/EMAIL]> Easy
<[EMAIL="Quest2/@Quest2"]Quest2/@Quest2[/EMAIL]> Harder
<[EMAIL="Quest3/@Quest3"]Quest3/@Quest3[/EMAIL]> Hardest
Choose a quest you would like to do, or have completed
<[EMAIL="Exit/@exit"]Exit/@exit[/EMAIL]>
[Quest1]
Uh-Oh i have lost 4 CanninballLeaves :-(\
Can you get me 4 CanninballLeaves? I'll give you GreyPoision(S),YellowPoision(S) and 10ThousandGold.\
<[EMAIL="Sure/@exit"]Sure/@exit[/EMAIL]>
<[EMAIL="GotIt/@GotIt"]GotIt/@GotIt[/EMAIL]>
<[EMAIL="No/@main"]No/@main[/EMAIL]>
[@GotIt]
CHECK CannibalLeaf 4
#ELSESAY
No.No thats not what i want.\
TAKE CannibalLeaf 4
GIVE GreyPoision(S)
GIVE YellowPoision(S)
GIVE 10000
[Quest2]
Oh No i have lost my Dragon Slayer can you give me one? I'll give you a GoldBarBundle\
<[EMAIL="Sure/@exit"]Sure/@exit[/EMAIL]>
<[EMAIL="GotIt/@GotIt2"]GotIt/@GotIt2[/EMAIL]>
<[EMAIL="No/@main"]No/@main[/EMAIL]>
[@GotIt2>
CHECK DragonSlayer
#ELSESAY
You havnt got my DragonSlayer\
TAKE DragonSlayer
GIVE GoldBarBundle
[Quest3]
I'm making a collection of Money,WoomaHorns and ZumaRelics\
All i need is 1WoomaHorn,1ZumaRelic and 5MillionGold\
If you get me these things i will let you choose 1 item from my RecallSet for your prize\
#ELSESAY
You allready did this quest.\
<[EMAIL="Sure/@exit"]Sure/@exit[/EMAIL]>
<[EMAIL="GotIt/@GotIt3"]GotIt/@GotIt3[/EMAIL]>
<[EMAIL="No/@main"]No/@main[/EMAIL]>
[GotIt3]
CHECK WoomaHorn
CHECK ZumaRelic
CHECK 5000000
#ELSESAY
You dont have all the items i need\
#SAY
What Would you like?
<[EMAIL="RecallHelmet/@RecallHelmet"]RecallHelmet/@RecallHelmet[/EMAIL]>
<[EMAIL="RecallRing/@RecallRing"]RecallRing/@RecallRing[/EMAIL]>
<[EMAIL="RecallBracelet/@RecallBracelet"]RecallBracelet/@RecallBracelet[/EMAIL]>
<[EMAIL="RecallNecklace/@RecallNecklace"]RecallNecklace/@RecallNecklace[/EMAIL]>
[@RecallHelmet]
GIVE RecallHelmet
[@RecallRing]
GIVE RecallRing
[@RecallBracelet]
GIVE RecallBracelet
[@RecallNecklace]
GIVE RecallNecklace
Last edited:
