How can I improve my spell making?

Status
Not open for further replies.
Level 8
Joined
Aug 8, 2008
Messages
340
Hello there I would like to know how i can improve my spell making.
You see i can only use the normal spells, and can't nearly trigger them. I think you can download more tools for editor but i don't know where or how to get it/them. So if you please could explain to me:
1. How to make cooler/better/more advanced spells.
2. Where to download the right stuff.
3. How to use it.

(I am using the normal WC3 editor that comes with TFT)
 
The only way you'll learn how to make cooler spells is by learning to trigger, there are system and such which help in the process of making spells, but they're useless if you don't know how to trigger.
 
Well... ill know how to trigger its just i thord there where more tools you could add. But anyway can you then tell me how to create a chance on hit spell that gets higher for every lvl of the spell (Cause i can figure it out)
(Lvl 1) The hero attacks have a 15% chance to (do my effect)
(Lvl 2) The hero attacks have a 20% chance to (do my effect)
(Lvl 3) The hero attacks have a 25% chance to (do my effect)
If someone know this plz tell me how to do it. IT WOULD HELP ME ALOT!
 
some actions-
set temp_integer = Random number between (yournumber) and (yournumber)


that uses a integer variable

then do if temp_integer = (yournumber) then do (youractions)



There is no way to make better/advanced stuff without becoming better/more advanced yourself, well besides maybe getting newgen we
 
Well Better programs would be NEWGEN and combine that with a program called EGUI that improves gui stuff.

about the chance

Chance = Random number between # and #
if/then/else
condiction
if chance equal to or less than 15
action
do effect.

Repeat for how much u want to increase
 
Status
Not open for further replies.
Back
Top