DragonGateSword NPC

Dumachi

LOMCN Veteran
Veteran
May 18, 2007
384
1
63
Romania
please give thanks to Elite...


[@main]
begin
#SAY
Welcome Im The DragonGateSword NPC Please Chooese Element.\


<[Make DragonGateSword(Ignis)]/@dgsig>\ \
<[Make DragonGateSword(Gelu)]/@dgsge>\ \
<[Make DragonGateSword(Fulmen)]/@dgsfu>\ \
<[Make DragonGateSword(Ventus)]/@dgsve>\ \
<[Make DragonGateSword(Sacer)]/@dgssa>\ \
<[Make DragonGateSword(Ater)]/@dgsat>\ \
<[Make DragonGateSword(Phasma)]/@dgsph>\ \


<[Leave]/@exit> \

[@dgsig]
#IF
CHECKITEM IgnisIronPeice 500
#act
take IgnisIronPeice 500
give DragonGateSword(Ignis)
#say
WellDone You Have Collected The Peices I Needed Here Is Your reward!.\
<Exit/@exit>
#elsesay
You Need 500 IronPeice(Ignis) To Make This Weapon Please try Again.\
<Exit/@exit>

[@dgsge]
#IF
CHECKITEM GeluIronPeice 500
#act
take GeluIronPeice 500
give DragonGateSword(Gelu)
#say
WellDone You Have Collected The Peices I Needed Here Is Your reward! Your Sword Will Last 7 Days!.\
<Exit/@exit>
#elsesay
You Need 500 IronPeice(Gelu) To Make This Weapon Please try Again.\
<Exit/@exit>

[@dgsfu]
#IF
CHECKITEM FulmenIronPeice 500
#act
take FulmenIronPeice 500
give DragonGateSword(Fulmen)
#say
WellDone You Have Collected The Peices I Needed Here Is Your reward! Your Sword Will Last 7 Days!.\
<Exit/@exit>
#elsesay
You Need 500 IronPeice(Fulmen) To Make This Weapon Please try Again.\
<Exit/@exit>

[@dgsve]
#IF
CHECKITEM VentusIronPeice 500
#act
take VentusIronPeice 500
give DragonGateSword(Ventus)
#say
WellDone You Have Collected The Peices I Needed Here Is Your reward! Your Sword Will Last 7 Days!.\
<Exit/@exit>
#elsesay
You Need 500 IronPeice(Ventus) To Make This Weapon Please try Again.\
<Exit/@exit>

[@dgssa]
#IF
CHECKITEM SacerIronPeice 500
#act
take SacerIronPeice 500
give DragonGateSword(Sacer)
#say
WellDone You Have Collected The Peices I Needed Here Is Your reward! Your Sword Will Last 7 Days!.\
<Exit/@exit>
#elsesay
You Need 500 IronPeice(Sacer) To Make This Weapon Please try Again.\
<Exit/@exit>

[@dgsat]
#IF
CHECKITEM AterIronPeice 500
#act
take AterIronPeice 500
give DragonGateSword(Ater)
#say
WellDone You Have Collected The Peices I Needed Here Is Your reward! Your Sword Will Last 7 Days!.\
<Exit/@exit>
#elsesay
You Need 500 IronPeice(Ater) To Make This Weapon Please try Again.\
<Exit/@exit>

[@dgsph]
#IF
CHECKITEM PhasmaIronPeice 500
#act
take PhasmaIronPeice 500
give DragonGateSword(Phasma)
#say
WellDone You Have Collected The Peices I Needed Here Is Your reward! Your Sword Will Last 7 Days!.\
<Exit/@exit>
#elsesay
You Need 500 IronPeice(Phasma) To Make This Weapon Please try Again.\
<Exit/@exit>

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

You will have to make certain items in the database for this to work GoodLuck!
 
Last edited:

Kami

Guest
Very nice, i've been thinking of making a mir3 server.. gonna use this then :p