[TUT]GM stuff

04/24/2013 10:34 julianjl#1
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 :

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
Ps :
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!'
04/24/2013 10:37 funkyandrey#2
Will you solve with the server? I wanna play it..
04/24/2013 10:39 julianjl#3
I work on it, but i search new service
04/24/2013 10:52 funkyandrey#4
oh...there isn't any server which won't last 1 day, where are the 40 lvl performance items in shop, where level max is instant..where give you gold at beggining...and where isn't incompetence staff? i don't think so..
04/24/2013 10:56 julianjl#5
at beginning on ne website you will choose the lv of your char (it's in coding) and you have mysteria box (100) = 8-12 po
the staff is competent but just overwhelmed
You can juste post on the 4storyfree V2 post OK !!!! here is a tutorial !!!
04/24/2013 11:28 EliteTuerie#6
Quote:
Originally Posted by julianjl View Post
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 :

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
Ps :
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!'
OMG this is useless as your server Anyone is to put stuff gm is the change I do not see the need to put his knowledge that has SEVERAL Thread which such a tutorial #CloseRequest
04/24/2013 12:04 julianjl#7
Stop all posts always criticized you, made ​​a tutorial and after talking
04/24/2013 12:12 jibi1996#8
I only hope this ins't a repost... I guess I already saw this.
04/24/2013 16:00 rulercom#9
and how can i make them on my char?
what is ''hat'' ?

thanks julien btw:D
04/24/2013 16:28 *Wayne*#10
Quote:
Originally Posted by EliteTuerie View Post
OMG this is useless as your server Anyone is to put stuff gm is the change I do not see the need to put his knowledge that has SEVERAL Thread which such a tutorial #CloseRequest
WTF ?

You are permanently talking so much cr4p...

Everyone who has made something for the P-Server`s can`t release it because people like you, or just you, are criticizeing everything and that very bad in a subjective opinion. ...



This is a nice little Tutorial for people, which aren`t able to write this or have the time vor something like that ...
04/24/2013 19:45 julianjl#11
Wayne <3 ^^
04/24/2013 19:53 rulercom#12
can anyone explain what i need to put?
in the hat---i need id of item no? but in @charId what i put ? in all the same id?
04/24/2013 20:48 julianjl#13
The tuto explain juste "how to change stuff" in ttestgmitemgive if you would give item to you copy my code and put in the fonction, @charid= name of you char

in Tchartable