Search results

  1. F

    Autocast casting problem

    I have a simple orb ability based off poison arrows. It deals damage equal to the users agility, and worked fine. However it wouldnt fire when auto-cast. I used the auto-cast tutorial and it all makes sense. Except 1 area. I understand the function entirely except for the second line." call...
  2. F

    Why does this cause server split (big trigger warning)

    Allin the title: RD Events Dialog - A dialog button is clicked for Gamemode_Dialog Conditions (Clicked dialog button) Equal to GamemodeButtons[5] Actions Trigger - Turn off Repick <gen> Set Temp_Group = (Units of type Hero Selecter)...
  3. F

    Incinerate based spell.

    Im probably missing something very obvious but incinerate wont work at all on my hero. All i changed was the damage values. Im using incinerate passive and hero is melee if it helps at all.
  4. F

    Order variable

    We all know what variables are but im stuck with one. Im trying to save an order to a variable (no problem here). BUT i then want to issue that order to a unit after a 6 second wait. What command can be used for this as it isnt in GUI and all jass commands i can think of are for specific point...
  5. F

    Strange bug which kicks imediatly after dl?

    In the title^ Why and how to stop it as i cant play my map against others as they are kicked as soon as they reach 99.
  6. F

    Widgetizing now longer works?

    Simple question here. Since 1.23 patch if i widgitize a map it will no longer appear on wc3. The folder it should be in is jsut blank. The file is their the wc3 seems to ignore it? How can i fix this?
  7. F

    Enemy takes 0 damage

    Dummy unit dies instantly when spell is cast. A dummy unit dies instantly when spell is cast. My spell is a glaive being thrown(point targeted) and when it strikes a target the dummy unit (glaive) should die and the target should take damage. I know it sounds simple but i cannot work out why my...
  8. F

    attachments to models

    Ok i know i how to attach things to models eg a sheild to a peasent. But i was wondering do you have to use custom models for this or can you extract some. Im thinking this because i want to save map space.
  9. F

    How to disable the right click to move action?

    How to disable the right click to move action? What i mean is that i want to make it so you move your selected unit with arrow keys (almost done this bit only turning to touch up on). But it can all go wrong when someone right clicks on the ground with a selected unit. This action of course...
  10. F

    Changing a players control...

    I am assuming this has to be done in jass as i cannot find any gui command for it. All i want to do is a simple trigger where when a player leaves that players control can be changed to computer. I already have a trigger which would make this change activate ai but i simple cannot find the...
  11. F

    Custom Script code

    Ok a pretty complex question here.I know what custom script code and how it is used eg. systems. But How do you insert it into the map file. I know this is probably very simple but i cant fiqure it out. My reason is to insert the handle vars. For those who know how but dont quite get what...
  12. F

    Black Mask/Creep Camps

    My map has black mask by default (dont know why usually maps dont seem to) and so i made a simple trigger. Event-MapInitializaton Action-Disable Black Mask No problem there as the black mask is disabled. But the creep camps never show and i beleive it has a link witht the black mask as...
  13. F

    Handle Vars

    A simple question really but i cant seem to work out how to actually use handle vars. I know what they do and how they do it but they never work for me. Would it be possible for someone to post a trigger moving a unit from initial function to a timer function. unction Timer_Func takes...
  14. F

    Map Loading time.

    Some simple questions about map loading time. What influences map load time the most, eg doodads, triggers ect? What is the best way to reduce the load time of a map? Is there any 3rd party program to reduce map load time? How come some large maps have very short load time eg, dota?
  15. F

    variable storage

    Ok im not sure entirly how to phrase this but i am trying to save a variable (a unit to be precise) to use elswhere in my trigger. However the trigger is ment to be mui so udgs are out of the question. Locals cant be used because the variable is needed in more than one function. Also private...
  16. F

    Item Muting help?

    I am having problems on my map with item stealing. I have been trying to come up with an item muting system similar to dotas. However i im finding it really hard to make and very time consuming. I have searched these forums but found no tutorial or anything. Any help?
  17. F

    Autocast casting event problem

    Hi all i have made an ability which is based on searing arrows which deals the heroes agility in bonus damage. I got it all to work very fast as the trigger is simple. BUT it doesnt trigger when on auto cast only when you cast it manually withthe hotkey. I tried making the event begins casting...
  18. F

    About new maps

    Firstly im sorrey if this is in the wrong forum but it seemed the most fitting place to post this. I have made a custom map and hosted it several times ect. It is fairly popular and whenever im online people whisper to me about it ect. But the big quetion i have is this if different people bug...
  19. F

    A type of spell i cant seem to make

    Im fairly good with world editor but im not amazing, and i have been having trouble creating a type of spell. The basics of the spell is a missile that travels in a strait line and causes damage to every enemy unit it touches. Although it sounds simple i cant seem to get it to work. Can anyone help?
Top