Search results

  1. Sk8-tEr

    JASScraft

    Hey i'm trying to learn jass and read emjilr's tutorial, but what is the point of jasscraft? If the only time u use jass craft is when u convert a GUI to JASS, you arent really doing anything with jass... explanation any1?
  2. Sk8-tEr

    Svens Ultimate

    In Dota Svens ult doubles his damage but I checked and there are no triggers that add base damage or stats. I want an ability like immolation that drains mana per sec, so i could use base ability immo or trigger the per sec mana loss. I thought about using the destroy(thing that does x2 to...
  3. Sk8-tEr

    First Person

    I played around with camera and cinematics like a made a cinematic go really close in but then you couldnt control your character and it was still 3rd person... Is it possible to make it 1st person? or can it only be 3rd person
  4. Sk8-tEr

    Arrays

    Any1 know where a tutorial that describes arrays is? Or you can explain it, either way. +rep
  5. Sk8-tEr

    Setting variables for Projectile Motion

    If any1 is really good at math/physics... I wanted to set variables for stuff, so to isolate these variables of the projectile motion formulas in physics. For the V formula Vf = Vi + (a)(t) Vi = Vf - (a)(t) t = (Vf/a) - (Vi/a) a = (Vf/t) - (Vi/t) For the X formula Xf = Xi +...
  6. Sk8-tEr

    AOE Effects by many dummies

    I'm stepping away from learning JASS for a little because I actually don't know much with GUI I tried to make an aoe sleep Event - unit starts the effect of an ability condition - ability equal to aoe sleep action - create 10 dummy units at postion of target unit of ability being cast...
  7. Sk8-tEr

    Problem with convert

    I converted this to JASS Convert Copy Copy Events Unit - A unit Begins casting an ability Conditions (Ability being cast) Equal to Polymorph Actions Unit - Set (Casting unit) movement speed to 50.00 It converts to this exactly function...
  8. Sk8-tEr

    Why doesn't it work?

    function Trig_A_Actions takes nothing returns nothing call CreateNUnitsAtLoc( 1 ( human footman ( centerofplayablemap ))) endfunction function InitTrig_A_Actions takes nothing returns nothing endfunction What's wrong with it? :P Edit: function Trig_A_Actions takes nothing returns nothing...
  9. Sk8-tEr

    Rep?

    Sorry but I have no idea in which place to post this... Can some1 explain rep?
  10. Sk8-tEr

    (learning jass) Help

    Event-A unit enters Jass region <gen> Condtion- Action-Create 1 footman for player 1 (red) at (center of(playable map area)) I converted it to custom text function Trig_Enters_Actions takes nothing returns nothing call CreateNUnitsAtLoc( 1, 'hfoo', Player(0)...
  11. Sk8-tEr

    Trigger About Angles

    Thanks for help about negative movespeed on windwalk But, The second part of my ability im even more stuck on... Trying to make Stealth like WOW, mmm = Event- Periodic every .1 seconds Condition- Unit comes within 500 of (Stealthed Unit=Warden) (triggering unit) not...
  12. Sk8-tEr

    Noob's Question bout Jass

    1) How do you get Jass? 2) How long does it take to learn Jass? 3) Should I just stop now and go back to regular trigger making..... :confused:
  13. Sk8-tEr

    Movespeed Ability Help

    I want to make an ability like stealth in WOW where your character goes invisible but you move a percent slower. I made a hero (Warden) with an ability windwalk. I set the ms factor to 0% increase, then I put the buff tornado(slow aura) on Warden using a trigger when the ability is used. But...
  14. Sk8-tEr

    Custom Map Editor

    There are some triggers you can't do with the FT map editor, but i heard there is a new map editor that can do advanced triggers, like (unit enters region, effect- make unit slide) which is not in the normal map editor, Does any1 know where to download the advanced map editor?
Top