HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Couple of Questions

08-07-2004, 04:35 AM#1
DisabledJew
Ok, Is it possible to add an ability without making it show up... because I need all the slots I can get. I need Crit Strike and Evasion.

Also, is it possible to add to the amount healed of holy light, trigger wise. I need it so if player selects this, than lets say 200 life is added to the origanal 200, making it 400.

Thanks
08-07-2004, 05:43 AM#2
RebelDris
Quote:
Originally Posted by DisabledJew
Ok, Is it possible to add an ability without making it show up... because I need all the slots I can get. I need Crit Strike and Evasion.

Also, is it possible to add to the amount healed of holy light, trigger wise. I need it so if player selects this, than lets say 200 life is added to the origanal 200, making it 400.

Thanks

Im not sure on the first question maybe have the icon appear in an x and y axis that is in the attack slot or hold position slot so it would get covered up

Please be more specific on the holy light spell i dont quite get it :\
08-07-2004, 05:46 AM#3
DisabledJew
I need my hold position and attack slot though.

Ok, basically, I need it so that it adds an extra amount to the healing of holy light. Ignore the rest. It's basically like making the damage 100 extra. But I need it without making a 2nd version of the spell if possible. I'm going to sleep, so hopefully you understand that.
08-07-2004, 06:14 AM#4
RebelDris
First question: no the hold position and attack icons would probably overlap the other icons making it look like they are not there

Second Question: Well still no clue just edit the spell. N e ways

event-unit casts spell
condition-spell casting equal to (spell)
action-
-unit-set life of (target unit of ability being cast) to (Life of (target unit of ability being cast) + (number of health you want to add lets say 200)

copied it right out of world editor so it should be right.

Good Luck!