Search results

  1. crazyfanatic

    Doesnt Increase Max Hitpoints

    I have made a skill, that when the hero drops under 30% of his max hitpoints, its max hitpoints will start increasing fast until it reaches this line. But there is one problem - i use the Item Ability "Item Life Bonus (Greater)", increased X times. When the skill is learned it gives the initial...
  2. crazyfanatic

    Regenerate % of max hp?

    Can you tell me a skill that gives you regeneration, equal to X% of your max hp? +rep for useful answers
  3. crazyfanatic

    A combination between an rpg and aos?

    So i wanted to hear some comments about my map project - combining an ORPG with an AOS map. This includes an enhanced AOS map with unlockable quests, mini arenas and very powerful upgrades for all the creeps and towers. The gameplay will be defined by a command /basic game or a full game/. I...
  4. crazyfanatic

    Timer Problem

    I have made this revival timer trigger, but it has a bug - when the hero is revived, the player gets disconnected. Can anyone tell me why can this happen? Here is the trigger: Player 1 death Events Unit - A unit owned by Player 1 (Red) Dies Conditions ((Triggering...
  5. crazyfanatic

    Multiplayer not working?

    I have soon published my map (http://www.thehelper.net/forums/showthread.php?t=146563)... but seems that in multiplayer mode, after the first hero kill all the players exept the host are disconnected. Does anyone have any idea why this bug appears? +rep for any useful help
  6. crazyfanatic

    AoS Icecrown Defence v1.5b

    This is the first beta version of Icecrown Defence v1.5 By crazyfanatic Newest version (v1.60) at: http://www.epicwar.com/maps/132969/ (released: 05.05.10) This map contains 18 heroes and over 100 items, combineable in recipes. It is an AOS map, and the story is about the two greatest...
  7. crazyfanatic

    Split the String

    For my map i want to make a mode system, but instead of making a trigger for each possible mode combination, i want to split the entered command into X different substrings. So can you tell me how to do it? For instance: the mode entered is -cheese, where i need to split it into: -A...
  8. crazyfanatic

    Research problem

    So i made a skill that adds 1 damage and 10 hitpoints whenever the unit kills a unit. But there is a problem - i made a research based on Creature Attack and triggered its upgrade. But it doesnt work - it upgrades the unit, but doesnt give damage or health. Why is that?
  9. crazyfanatic

    Double leashed?

    So im trying to make an ability, that creates 4 units, leashing the target with Arial Shackles. But when i try to do it, only 1 unit casts the leash. When i tested, it displayed a message, saying that a unit cant be leashed twice. So the question is - how can i make this ability work?
  10. crazyfanatic

    ORPG save files?

    Can anyone tell me where is the save file that is created when saving the game in a ORPG and how is it called? +rep for help
  11. crazyfanatic

    arena and pve holy priest tallent builds

    Can someone give me a link or post a useful tallent build for a holy priest for PvP and PvE?
  12. crazyfanatic

    Pop up massages

    I am trying to make somthing similar to DotA's recipe system, that says 'You dont need to buy a recipe for this item' once youve aquired an item thats not needed. I don't want it to display as in-game text message, but as golden text like 'Spell is not ready yet'. But i cant do it. I dont want...
  13. crazyfanatic

    needed wow models

    I need some models, that are used in WoW, but i cant extract them for some reason. So can someone help me do it or just post the models? Here are the models: - Arcane explosion /spell/ - Supremus /Black temple/ - Teron Gorefiend and Bloodboil /also from BT/ - Ragnaros and the huge dog in...
  14. crazyfanatic

    icon needed

    i am making an ability called Ice stomp, that creates an ice nova effect and slows. I need an icon, maybe some of you can suggest somthing. Tip:the caster is tauren, so i need somthing like war stomp but icy. +rep for suggestions
  15. crazyfanatic

    Dumb question

    Can anyoue tell me an ability in WC3 that reduces the damage taken by %? XD
  16. crazyfanatic

    skin growth question

    So this is probably a very dumb question (as most of my other ones), but how can i make a units scaling value bigger using triggers? (i prefer GUI versions, but JASS are welcome too)
  17. crazyfanatic

    Locust ability

    Can anyone tell me how can i change the constants of the Locust ability, used for making dummies? I checked all abilities, but couldnt find it.
  18. crazyfanatic

    An extremely stupid question

    I have this problem - when a creep is killed anywhere on the map all enemy heroes gain experience. So if i want the maximum XP gain range to be about 800-1000 what constant should i change and to what value??
  19. crazyfanatic

    dual recipes

    Can you please tell me a way to make a recipe from two components that are the same? (2x blade -> Doubleblade) I have found a way but its a bit complicated. POlease help me if possible!
  20. crazyfanatic

    Display damage JASS trigger

    I have made a system, that shows the damage dealt when a unit strikes. But it doesnt work when you hit a creep, only on buildings. Can you help me fix it? function KDDS_GetTextSize takes nothing returns real return 10.0 // The text size of the floating text. endfunction function...
Top