Page 1 of 1

[HELP] Skills Question

Posted: Wed Jul 28, 2010 1:56 am
by zatei
Hi guys!

I'm making a new skill for my server and i have a problem with it. Donnow how to say it in english but i need to substitute one skill by another when a player using any of the skills.

Like a Prophecy of Water (1355) and a Prophecy of Wind (1357) skills. When i casting first skill it substitute a second skill and when i casting a second skill it substitute first skill. Hope you understand me ^) Thx.

Re: Skills Question

Posted: Wed Jul 28, 2010 5:11 am
by MELERIX
use "stackOrder" and "stackType"

stackType = any "word"

stackOrder = any "number"

big number will replace lower number, and if both skills have same number in stackOrder and same stackType they will replace each other.

Re: Skills Question

Posted: Wed Jul 28, 2010 5:33 am
by zatei
And what "words" i can insert? Maybe other skill name?

Re: Skills Question

Posted: Wed Jul 28, 2010 11:50 am
by jurchiks
Well, devs usually use effect name for the stackOrder, smth like "patk_up", or "pdef_down", or simply "prophecy"

Re: Skills Question

Posted: Wed Jul 28, 2010 5:13 pm
by zatei
Thanks guys, with this knowledge i can make a great buffer and share it with you.