Spellpack Rikimaru's Spells

Sim

Forum Administrator
Staff member
Reaction score
534
Then post the backstab only? :p

ertaboy356b said:
permanent invisibility should be triggered because of its fade delay...

Not really. See post below yours ;)

-------------

I personally think only Backstab should be kept and approved, not because of its awesomeness but because of the fact it is requested alot. Other spells speak for themselves, and if you don't know how to make a blink strike, start learning how to make spells: It will pay off :p
 

Tom Jones

N/A
Reaction score
437
>permanent invisibility should be triggered because of its fade delay..

Nope, permanent invisibiltys duration is fade delay.

>Can you please show me where variables should be nullified?

May I suggest that you rewrite your code. You may think it's easier to call the your functions with custom script, but it isn't. Your using excessive calls, and mixing GUI with jass which is simply confusing for most GUI users. Make it like this:
Code:
constant function ..._Id takes nothing returns integer
    return 'A000'
endfunction

constant function ..._Damage takes integer lvl returns real
    if lvl == 1 then
        return 30.
    elseif lvl == 2 then
        return 60. 
    elseif lvl == 3 then
        return 90. 
    elseif lvl == 4 then
        return 120.
    endif
    return 0.
endfunction


function ..._Conditions takes nothing returns boolean
    ...
endfunction

function ..._Actions takes nothing returns nothing
    ...
endfunction

function InitTrig_... takes nothing returns nothing
    ...
endfunction
It's a general code layout for most jass users. It gives you a better overview of your code, and people who download your spell can easily modify level data in the constant function, and the custom spell that is used.
 

trigger_newb

Active Member
Reaction score
3
3.5/5 (no offense however)
-smokescreen was very good
-backstab was pretty good
-blink strike good
-permanent invisibilty wtf?? it was weird..
 

emjlr3

Change can be a good thing
Reaction score
395
as a mod I will not accept this into the spell zone
 

waaaks!

Zinctified
Reaction score
255
aww... try your best next time, and dont use spells that are straight and simple...like blink strike, smoke screen and permanent invisiblity...
 
R

riCHARED

Guest
I loved using this backstab trigger but wanted to modify the modifier value. I don't quite know how to decode this custom script though. The part I did find was a .25 somewhere in there which I assumed was multiplied by the level of the ability. So if I changed it to .35 would it then be .70, 1.05 and 1.40 for levels 2-4? Thanks, riCHARED
 

~GaLs~

† Ғσſ ŧħə ѕαĸε Φƒ ~Ğ䣚~ †
Reaction score
180
It is the permanent invisible ability from warcraft 3 ..
 

hell_knight

Playing WoW
Reaction score
126
Good spells, but only blink strike and backstab need triggering.... one line of triggering to make it MUI as there are no waits.

(Backstab fires before his attack hits in DotA )
 

tachiKC

New Member
Reaction score
3
sorry to revive this but i tried your trigger waaaks! and my icon still wont show up for it in her main skills. now granted it is a custom icon but it should still work. the skill works fine though =)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top