Hello all,
how changed items gm ?
It's no difficult Look !
Class ID are : 0 Warrior
1 assassin
2 archer
3 Wizard
4 priest
5 Summoner
-----------------
Now view the function Ttestgmitemgive !
For wizard, priest :
-----------------
For archer
------------------
For warrior
Ps :
how changed items gm ?
It's no difficult Look !
Class ID are : 0 Warrior
1 assassin
2 archer
3 Wizard
4 priest
5 Summoner
-----------------
Now view the function Ttestgmitemgive !
For wizard, priest :
Code:
ELSE IF(@bClass = 3) // class id BEGIN EXEC TTESTGivePowerItem @dwCharid, 23806, 0, 0--스 // the big wand EXEC TTESTGivePowerItem @dwCharid, 27139, 255, 0 // the littel Wand EXEC TTESTGivePowerItem @dwCharid, 27141, 255, 0 // the book EXEC TTESTGivePowerItem @dwCharid, 1594, 9, 0 // the necklace SET @wArmor = 26220 // set the hat, your char will have the stuff ! END
For archer
Code:
ELSE IF(@bClass = 2) BEGIN EXEC TTESTGivePowerItem @dwCharid, 22105, 0, 0--검 //the dagger EXEC TTESTGivePowerItem @dwCharid, 11926, 1, 0--단 //the crossbow EXEC TTESTGivePowerItem @dwCharid, 23006, 2, 0--석 //one hand sword EXEC TTESTGivePowerItem @dwCharid, 11924, 255, 0 //bow EXEC TTESTGivePowerItem @dwCharid, 1592, 9, 0 //necklace SET @wArmor = 26620 // set the hat, your char will have the stuff ! END
For warrior
Code:
IF(@bClass = 0) BEGIN EXEC TTESTGivePowerItem @dwCharid, 22006, 0, 0 --검 // one hand sword EXEC TTESTGivePowerItem @dwCharid, 23406, 1, 0 --방 // the shield EXEC TTESTGivePowerItem @dwCharid, 23006, 2, 0 --석 // the crossbox EXEC TTESTGivePowerItem @dwCharid, 11920, 255, 0 // one hand sword EXEC TTESTGivePowerItem @dwCharid, 22206, 255, 0 // the axe EXEC TTESTGivePowerItem @dwCharid, 1592, 9, 0 // the necklace SET @wArmor = 27020 // set the hat, your char will have the stuff ! END
Code:
EXEC TEventItemGive @szName, 51, 200,'GA HIDE','Thank For Test!' EXEC TEventItemGive @szName, 53, 200,'GA SPEED','Thank For Test!' EXEC TEventItemGive @szName, 55, 200,'GM FLY','Thank For Test!' EXEC TEventItemGive @szName, 54, 200,'GA FLY','Thank For Test!' // add it, it is the transformation of black demon EXEC TEventItemGive @szName, 56, 200,'GA SOUL','Thank For Test!'