Search results

  1. roXplosive

    Going deeper

    Okay so me and programming are friends , have learned jass and i want to know how to use some advanced features . I mean how do you use the systems i keep seeing around (and what theory stands behind those systems) plus i have looked into some function codes by emjlr3 and was wondering about how...
  2. roXplosive

    Jass functions

    Does anyone know a full list of Jass routines ? I used last year a program to find the routine names that allowed me to type a keyword and it searched for it as a substring in the strings of function names . A second question would be : does jass ahve logarithm and exponential functions ?
  3. roXplosive

    Need item help

    Well basically i want to create an item with the ability to steal the last used ability of enemy heroes' dying in 1500 range from the owner of the item . I don't have much experience with item abilities and need some help with the following . I will lay down what i planned so far : -create an...
  4. roXplosive

    Need a little help

    I am interested if there is a way to determine if a unit is hexed/polymorphed and to do it without changinc the polimorph skills by adding a buff to them . Any answer is good but I would prefer jass more . thanks for your time
  5. roXplosive

    Issue With a Spell

    Well I made a structure for my reverse gravity spell I'm working on : struct FlyUnit //structure for making a unit fly private unit u private real x private real y private real z private real BaseFlyHeight private integer HeightModified...
  6. roXplosive

    Need Help with obtaining hero parameters

    I want to make a skill that is autocast and fires as many times a second as your hero normally attacks . Is there a way to determine the attack cooldown of the hero ? If not can you obtain the BAT and total IAS ? I want my skill to deal attack type hero , damage type normal , ranged damage...
  7. roXplosive

    Some tips on functions

    I wonder if is there any way to detect how much armor and spell resistance a unit has . And if so how would you do it ? (i have thought of some functions to do so but IDK if there aren't any already implemented) How do you toss units in the air ? You make them flying and then set the...
  8. roXplosive

    scope?

    Short question : What is the use of "Scope " statement ?
  9. roXplosive

    Questions more or less retarded

    1. I nearly dropped off my chair today when I loged in and there was writing veteran user WTF ? I only opened world editor a week and few days ago . Does that make me a veteran ? 2. How do people get the path and naming of special effects files ? Do you browse with windows explorer after then...
  10. roXplosive

    Adding cookie to the map

    Well since i'm quite new I was wondering how and how not to add effects to units , spells and how do you play funny sounds when certain events occur . I mean what effects can be used when you strike an enemy on him or when you use a skill on yourself . If there is a guide on the matter...
  11. roXplosive

    BJDebugMsg inclarities

    Well i am wondering right now why isn't BJDebugMsg dissapearing from the screen ; after all JassCraft shows it like function BJDebugMsg takes string msg returns nothing local integer i = 0 loop call DisplayTimedTextToPlayer(Player(i),0,0,60,msg) set i = i + 1...
  12. roXplosive

    Spell This is my first custom hero

    I will start off by posting the extended tooltip of my hero : The sole surviver from her batalion at the battle for the World Tree she recovered with the help of Furion and is now ready to assist the Sentinel against the defiling Scourge . She is adept of transmiting her pain to the enemies ...
  13. roXplosive

    Need some help

    I wonder if someone has a list with all the mathematical operators for JASS . I know it uses +;-;*;/ but I wonder if is there something like % in C to obtain division modulo b (a%b= number between 0 and b-1) because I really need one and I feel usually lazy . Edit : I found...
  14. roXplosive

    I just started up with map making

    I just started up this week and decided to make 1 custom hero but when I try this first spell with Jass I got stuck . I use NewGen for editing and JassCratf to look up constants/functions/events and such . Still I don't know what is wrong with this statement ...
Top