Search results

  1. A

    Can anyone help me convert my spells to be useable with the new game?

    Its not showing up correctly at all, it wont let me launch it ect... it im not sure where to look I havent updated it in a long time. It will open with jassnewgen Can anyone help me out.
  2. A

    I need help Making a Simple Multiboard never did it before

    All I want is a board where it Has Rangers (for team 1), and their score and Orcs (for team 2) and their score. Thats all I dunno where to start i tried the leaderboards tutorial but it was done in images and some of em were cut off.
  3. A

    How do you make a hero respawn in a random region each time?

    I have respawn code that kinda works if someone could help me with that at the same time. I need Gollum to spawn in 1 out of 8 regions when he dies or is captured. Also a problem with my respawn timers. The timer window doesnt go away after the hero respawns. Thanks guys Revive Hero Events...
  4. A

    Can someone make a spell for me please? Transfer unit to inventory.

    Can someone make a spell for me please? Transfer unit to inventory. Or Atleast Help! What i need is a spell when cast which will take an enemy unit and convert it in to an item in the casting units inventory for X amount of time or until the player dies. Im making a map called the Hunt for...
  5. A

    Is it possible to spawn only custom made creeps?

    I use this line to spawn my creeps Unit - Create 5 (Random level CreepLevel creep unit-type) for Player 12 (Brown) at (Random point in Tower 13 Spawn <gen>) facing Default building facing degrees My problem is unless i change the level of the creeps to say 11 it will spawn other default...
  6. A

    Can someone help me adapt this spawn trigger?

    I need to change it so when a tower dies, it stops spawning creeps in that region. Im not really sure how to even go about this. Unless when A tower dies would i Set RespawnRegionsCount = 7 and update the Respawn regions so the correct ones still spawn? Revive Creeps Init Events Map...
  7. A

    I have towers place on my map, when a tower is destroyed i want creeps to level up.

    The way i have it now i have in map init Set TowersOfSauron[1] = Tower of Sauron 0017 <gen> For all 6 towers when Any of the 6 towers die I want the creeps to gain +1 level. I know im missing somthing i cant remember what. (Triggering unit) Equal to TowersOfSauron[INDEX]...
  8. A

    Hey guys I need some basic skill ideas for my heros Lord of the rings map

    Im making a fun little co-op LOTR map where the player has to destroy all the orc towers before the time runs out otherwise sauron spawns and the heros have to kill him to win. For heros i have the following. I would add more but im not sure if i want repeat heros (ones that are too similar)...
  9. A

    If i give multiple players the same ability will it cause problems

    Say planting a plant, and i have it set for 10 seconds for it to grow. Will it use the existing count down for each plant for each player, or will it make a seperate instance?
  10. A

    Anyone know how to make plants grow like in werewolf trans

    You get seeds, click a seed and place it on the ground then it grows over time, and if the weather is good on the map it grows faster. It grows in stages from little, to big also. Would anyone be able to tell me how to do this?
  11. A

    Will this trigger work?

    Its an item combine, and i want so if the hero has any of the 4 swords it will still work. Will it bug if the game tries to remove an item the hero doesnt have? If so how could i get around that Godly Sword of Pain Events Unit - A unit enters Item Combine <gen> Conditions...
  12. A

    Making an item that effects a spells damage or its cooldown

    Anyone know how i could go about doing this? So i could allow my caster heros to upgrade their damage and lower their cooldown late game?
  13. A

    Can someone write me a duel trigger plz

    I have one but it bugs when the game has more than 1v1 and its a 4v4 map. People get stuck, sometimes 2 duel ect... i tried having people help me fix it but its not working. I Would really appreciate where someone could write me a trigger to randomly pick 1 player from each team to duel and play...
  14. A

    How could i Fix my dialog duel system so it goes to the next player if one leaves?

    The way I have it set up a dialog shows up for red or yellow to pick who duels, but if yellow or red leave your screwed lol. Id rather not keep nesting ifs because it just gets messy. Anyone have some suggestions? Here are 2 of the triggers. Man i wish the editor had Switch/Case in it...
  15. A

    Creep Respawn Trigger Causing More Creeps To Spawn Than It should

    I think its because of a leak but i really dont know. One area of my map, creeps spawn uncontrollably. Ive been using this same trigger in different maps and always had problems with it. If anyone gets a chance could you look over it and see if it looks ok? These are my triggers. Creep...
  16. A

    How would you go about using a command to set creep respawn speed?

    Here is what i have, its not really working, im probably doing somthing wrong. Im tryin to learn how to work with this kind of stuff hahaha its neat when you do it right. Creep Respawn Speed Events Player - Player 1 (Red) types a chat message containing -respawn as A...
  17. A

    Text Commands to enable game modes

    Im having some problems and im sure its probably somthin dumb. Ill post a few triggers as an example. The problem im having is none of the triggers are getting turned on when i type the command. :\ Am i doin somthin wrong lol? Well i see one problem so far LOL turning on wrong trigger Edit...
  18. A

    Anyone know where I can find a working omnislash spell?

    All the ones i see so far are all nerfed because of the updates and will no longer work. Edit: Found it http://www.thehelper.net/forums/showthread.php?t=45751 it seems the jass ones dont work now lol
  19. A

    Willing to pay $5 for a duel trigger for my map. (serious)

    If thats ok to do in the forum, i didnt really read anything against it. Ive tried to adapt a trigger from another map, im just not good enough to write one on my own. Pretty much is what im looking for is ability to set the score by typing like -score 100 or somthing. A duel that picks one...
  20. A

    Having problems with my duel trigger

    I took it from another map, its a tutorial map so im pretty sure the person didnt mind its just a map that shows how to make an arena. Its not working right for me and i was wondering if someone could help me modify it. The problem im having is Team 1s hero works right. It moves it to the...
Top