Search results

  1. Z

    Automatic account selection when logging in for Win7

    nope, no password needed :) im going to try this **Just did, im kinda lost, i dont know where to go after that, do i have to set account a as primary or something like that??
  2. Z

    Automatic account selection when logging in for Win7

    I have 2 accounts/users (account a & account b) both are administrators, i want account a to load automatically when I boot my computer. is it possible? thanks in advance :)
  3. Z

    Complex spell request

    do you want it in MUI/MPI?
  4. Z

    Going over the point targeted and How to add damage?

    hi, im just new at jass, and i use converted GUI to make it quite MUI, here's the code function Trig_Channel_Locals_Conditions takes nothing returns boolean if ( not ( GetSpellAbilityId() == 'A001' ) ) then return false endif return true endfunction function...
  5. Z

    Trigger error, going over the point

    this is the code, mostly its a converted gui i tried to make it MUI but MPI would also be great, i know it still has leaks, im fixing it, heres the problem, i cast at 000x00 but i arrive at 0000x0 its like that :) function Trig_Channel_Locals_Conditions takes nothing returns boolean...
  6. Z

    Make hero not-move able temporarely?

    set the unit minimum movespeed at the gameplay constant to 0. then use this: "My second thought was to temporarily set their movementspeed to 0"
  7. Z

    windows not loading

    heres how it goes, i have a laptop, after i type in my password at the user selection screen, the only thing thats left was the mouse. the start doesnt show up but when i press the CTRL+ALT+DEL the task manager shows up. i dont know what happened to my desktop and start menu :| help me pls...
  8. Z

    Simple - HP on Level up

    make an item (either from claws or rings) then just change the model to blank ang the "automatically use when acquired". and change the ability models to blank together with the arts and animations. i think that blank wont leak, would it? btw, also change the charge to 1 and perishable to true
  9. Z

    Edit this model to a buff?

    make it a unit and freeze its animation as soon it grabs the gem
  10. Z

    Simple - HP on Level up

    create a tome which increases hp by 1 and for integer 1 to (str of hero) give tome to leveling hero. im not sure if that would leak or cause massive lag (unless you have 100000000 str?)
  11. Z

    Critic my Spell, Please.

    hehe, i have a suggestion for the skill, why not add more eye candies and you could add a slow effect around the area of the 2 swaped units. :rolleyes: and make the area wave a little so that it would look like gravity did it
  12. Z

    Critic my Spell, Please.

    yes, but GUI is very limited interms of making a spell MUI, it will come to the point that when you create a complicated spell you would need jass. hehehe
  13. Z

    Critic my Spell, Please.

    to make it mui you should remove the waits or add local variables then use the waits. Untitled Trigger 001 Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to Swap Actions Custom script: local unit Swap_Target_Unit...
  14. Z

    Unit within range matching condition

    thanks guys! BTW i should always create the group before setting it?
  15. Z

    Request your GUI spells here!

    hi!! i have a request! a shield skill that would block a certain amount of damage. physical or magical. could be instant cast or targetable its much more like the anti-magic shell of the undead but that ability only defies magic spells. thanks in advance.
  16. Z

    Unit within range matching condition

    Hi i am new at jass, there something wrong with my script, "invalid number of arguments" set g = GetUnitsInRangeOfLocMatching(200.00, point), Condition( IsUnitAliveBJ(GetFilterUnit()) == true )) local group g local location point *am sorry i dont know where to place this
  17. Z

    Unit within range matching condition

    Hi i am new at jass, there something wrong with my script, "invalid number of arguments" set g = GetUnitsInRangeOfLocMatching(200.00, point), Condition( IsUnitAliveBJ(GetFilterUnit()) == true )) local group g local location point
  18. Z

    Missile bumping another missile

    thanks for the help everyone! :)
  19. Z

    Illusion Help

    you summons the unit? and not an illusion?? i thought you would use an illusion skill, it would be much easier to use a dummy and order it to create an illusion of the hero(wand of illusion).
  20. Z

    Missile bumping another missile

    yep, i know i would have to trigger them, but i just want to know how would i detect the nearby unit(missile) with locust, or how could i make the missle, unclickable or remove the selection cirle(together with the HP bar) with out locust.
Top