Search results

  1. Linear88

    Destroy Building - Help

    I have a building with an ability called Destroy Building. However, when I share units with another player, that player can click on my building and destroy it using Destroy Building. How do I restrict the other player from casting the ability, and only allowing access to the owner of the...
  2. Linear88

    Need a script...

    I need a script which is something like save/load BUT only the save script. I don't need it to save anything e.g.(units,items,etc), only text. I just need it to convert the string into some bunch of numbers and letters. I also need it to be player-name sensitive. Example: -ctext <string>...
  3. Linear88

    Game Timer

    How do I make a game timer that increases periodically every second? Example: A normal timer attached to a window and it does not decrease, but increase. I tried making it but I have to keep destroying and recreating the window and to pause the timer. I just want it to be still and keep...
  4. Linear88

    Making a shop only available to a certain player

    [URGENT] Making a shop only available to a certain player How do I make a shop that is only available to a certain area? I tried changing the owner of the shop (used trigger) and it worked, but anyone could still buy the items.
  5. Linear88

    Requesting for a model

    I need a model that has: Stand Animation: Crypt Fiend's Stand Alternate Animation (Burrow State) and Death Animation: Rabbit's Death Animation I also need the Model Portrait with a rabbit image (normal rabbit model portrait).
  6. Linear88

    Problems with Warcraft III

    [SOLVED] Problems with Warcraft III Everything's fine with it, except that it crashes (Blue Screen) whenever i go to: Local Area Network > Create Game > Crash Battle.net > Login > Login Successful > Crash Single Player > Custom Game > Crash The only way that I can fix this is when I use...
  7. Linear88

    Hero Revival Help?

    I'm trying to make locals in JASS and the variables have arrays. I am having problems with adding arrays to JASS. Example: local unit HeroReviving [array?] I'm trying to make a hero revival trigger which is MUI (uses arrays) and uses JASS. Array is the player number of the owner of...
  8. Linear88

    AMH System?

    How do you construct an AMH System (Anti-Map Hack System)?
  9. Linear88

    Counting the number of triggers?

    Can anyone tell me how to make a trigger which can count the number of triggers in the map?
  10. Linear88

    How do I hide the minimap?

    How do I hide the minimap in the game? What I meant is how do I not show the minimap stuff on the map. Like Uther Party Ultima-V.
  11. Linear88

    Pawns an item (to shop)

    Can anyone explain to me what does Pawns an item (to shop) mean? :confused:
  12. Linear88

    Hero Revival

    I'm trying to do a hero revival using GUI and using custom scripts. I got it from here. http://world-editor-tutorials.thehelper.net/revive.php It keeps showing me this error when I enable the trigger: Revive the hero 1 compile error Line 242: Invalid argument type (timer) call...
  13. Linear88

    How do I make a trigger that checks if...

    How do I make a trigger that checks if all units owned by players in Team 1 are dead then show a message to Team 2 that they won?
  14. Linear88

    Gold income with a set game time

    Gold income with a fixed game time Does anyone know how to make a unit create gold every 10 seconds but with a fixed game time?
  15. Linear88

    Variable for Player

    Does anyone have the custom script for the variable type Player?
  16. Linear88

    How do I make a structure add wood/gold every 5 seconds?

    How do I make a structure add wood/gold every 10 seconds? I'm not sure of how to make it using triggers. This what I did: Gold Maker Events Unit - A unit Finishes construction Conditions (Unit-type of (Constructed structure)) Equal to Town Hall Actions...
  17. Linear88

    Where can I find... and how do I...?

    Actions If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Length of (Substring((Entered chat string), 6, (Length of (Entered chat string))))) Less than or equal to 20 Where can I find that? And how do I flash...
  18. Linear88

    Vertical Gate?

    I tried making a vertical gate but this was the result: What should I do to make it vertical? It's horizontal.
Top