Search results

  1. V

    Firewall/host probl

    1st of all... Didn't knew whre to put this topic so I just posted here... Plz feel free to move it :P Second... After doing the Firewall/host tutorial from SD_Ryoko it just stays like it was didnt let me host ..... Any help would be appreciated.. Thx
  2. V

    Very basics

    Well I was reading the tutorial from vexorian and I did this: function Trig_Melee_Initialization_Actions takes nothing returns nothing local real a=34.0 local real b=2.2 local integer c= a/b call DisplayTextToForce( GetPlayersAll(), "c="+I2S(c) ) endfunction...
  3. V

    Trigger help

    Well... I have this trigger thats not working and I dont know why :X Its quite simple Thx in adv :D
  4. V

    trigger help(buffs related)

    For now I have this code: Shield of Honor unfinished Events Unit - A unit Is attacked Conditions ((Attacked unit) has buff Shield of Honor ) Equal to True Actions Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) - ((Damage taken)...
  5. V

    skill help

    I want to make an ability similar to holy light but instead of healing gives a shield that redyces dmg.... I thought in mana shield but I cant add it to the target..... thx for help
  6. V

    ability doubt

    Is it possible to remove the floating text from shadow strike? Thx in adv
  7. V

    Ability that does nothing :D

    Can any1 tell me of an ability that does nothing? Like 1 thats supposed to trigger? Thx
  8. V

    Itembook ?! oO

    Just for curiosity.... Is it possible to create a Itembook to give the possibility to carry more items? (like spell book) thx :P think it would be fun to know:thup:
  9. V

    Trigger not working :S

    Well here It is, the question spammer of today :P Well so far I have this trigger: The red part isn't working :S Thx in advance:D PS: hope you'll be first in a post polar :thup: who knows.... maybe this one
  10. V

    Quick question

    Is it possible to trigger a unit to loose healt over time or u have to do it by add a bility that do that?! Thx in advance
  11. V

    Simple question

    How do I add all enemy units in 250 range of my casting unit to a group?! ty
  12. V

    Trigger help

    Well this ain't workin.... Unit - Create 1 Evasion for Player 1 (Red) at (Target point of ability being cast) facing Default building facing degrees "Target point ability being cast" only works for things like storm bolt right?! For example if i use blizzard how can i trigger to create...
  13. V

    Panda Fire Model

    Well i created a fire panda with a expiration timer but when it comes to end the panda just stays in place(like with locust ability and no colision) I alrdy try add a explode on death but didnt work :S Is this from model or am I doing something worng?! BTW this line of the trigger isnt...
  14. V

    Jass question

    Hey guys just a couple of little question: Does jass use their own language or it shares the language with other programs(exmple: C# java etc...) Does it gives u much more freedom? Do u support the ideia to change to jass? Differences beetwen jass and vjass? And btw what mui stands...
  15. V

    Spellbook

    I was searching the tutorial of SB and i didnt found this... Any1 can tell me if its possibel to make a Spellbook that is impossible to open? 4example I'm trying to put 2 auras onn a spellbook to work as if there were just 1 ability... Also: I was trying to lvl up the ability so wrote this...
  16. V

    passive help

    For example if i want to add a +2 armor to friendly units and a -2 armor to enemy units how can i put it in code? Should i add ability in AoE that gives 2+ armor and another -2armor(wouldnt they appear onall units both abilities) If possible give a code example :P thx
  17. V

    Model

    Can anyone tell me where i can find the model of 2 hands that grab each other ?! i dont know how to explain very well :X just cant find them Thx in advance :P
  18. V

    Where cd went?

    Well I based a skill in storm bolt and put the cd for 20 sec but after i trig the ability, is like everything that is not triggered disappear :S For example... the stirm bolt should stun and i triggered the ability ti blink to target unit.... after i triggered it only blinks... it didnt...
  19. V

    White screen

    Hey guys Just 1 simple question(i think) How can i turn the screen white for X second on a Y range around a unit? Ty in advance :P
  20. V

    Condition help(simple)

    Hey... How can i create a condition that checks if a unit is alive? Thx in advance
Top