Search results

  1. prismpirate

    Cheats not working in Single Player

    I've been testing my maps for a while, and I occasionally use blizzard cheats to test certain features of the map as I have not coded testing commands in my map. However, since the 1.24b patch, I have been unable to use whosyourdaddy, also known as the invul + 1 hit ko everything cheat. Is it...
  2. prismpirate

    Assigning Keyboard Shortcuts with Triggers

    Another question of mine, is there anyway to assign keyboard hotkeys using triggers? I'm fine with jass. For example, if I add 4 abilities to a unit, and assign the hotkeys Q,W,E,R to the abilities respectively, is it possible?
  3. prismpirate

    Removing locust units with jass

    Is it possible to remove locust units with triggers?
  4. prismpirate

    Pudge War's Slow Motion

    Anyone know how slow motion works in Pudge Wars? Basically, it happens when someone picks up a rune. The pudge that picks it up moves extra quickly, has its attack animation increased and its hook's speed sped up, while the rest of the people move extremely slowly, have their hooks slowed down...
  5. prismpirate

    Minigame Critter Race

    Critter Race Last Update: 1st August 2009 9pm A 12 players, free for all, quick race to the end. Kill other critters or hinder them in your bid to kill the Ancient Protector at the end. Designed to provide some laughter filled moments of craziness. Instructions: Choose your...
  6. prismpirate

    call somefunctionname.execute()

    DOUBLE POSTED. Do Not View Didn't realize I double posted. Sorry
  7. prismpirate

    call somefunctionname.execute()

    My map fatal errors when I use a certain spell too much (Code found below) I suspect that "call somefunctioname.execute() " causes this. Is it due to this or is it because of other reasons. scope tornado initializer Init globals private constant integer spellid = 'A014'...
  8. prismpirate

    Order String for Channel

    Quick question: I need to order my dummy to channel at a certain point. What is the order string for it in jass? for example: call IssueTargetOrder(dummy, "thunderbolt", target) Orders the unit to storm bolt a unit. What is the channel equivalent of "thunderbolt"
  9. prismpirate

    TESH Font Preference

    Just curious, what fonts do you people set TESH to when coding in Jass? I've experimented with many fonts, but seem to be unable to find a good one.
  10. prismpirate

    Game interface Tutorial

    Could anyone link me to a game interface tutorial other than the one listed here? The instructions don't seem to be working for me
  11. prismpirate

    Gameinterface and other Questions

    I have a couple of questions that need to be answered before finalizing my map. 1.I've been meddling around with the game-interface to change the Upkeep section in the top-right of the screen. I've tried following the two tutorials on this site to no avail. Could anyone match the numbers on...
  12. prismpirate

    Chain Lightning Model

    I'm creating a thunder themed unit. However, I can't seem to find a missile that is similar to chain lightning. Does anyone know where I can find a lightning missile (for example, the attack animation of Lightning Revenant, Razor in Dota). I'm find with custom models.
  13. prismpirate

    Removing Leaks in Jass

    Are there any tutorials for removing leaks in Jass? All the tutorials seem to be only for GUI.
  14. prismpirate

    Removing Destructables

    Is there a way to make a destructable have a timed life, similar to units?
  15. prismpirate

    Questions regarding NewGen

    Just a few things about NewGen that have been very annoying: 1. Whenever I save with wrong code (e.g Syntax error), Jasshelper hangs (the bar is stuck) and I have to open task manager to kill the task. 2.How do I dock the functions list into the trigger editor? 3.When editing tooltips...
  16. prismpirate

    Integer/Real problem in function

    I'm having problems with variables at the moment. If I use an integer for random numbers, my map hangs the moment the map loads. However, if I use a real, the map loads fine. However, GetRandomReal(0,6) can return numbers such as 3.5, something that I would not like to happen. The function...
  17. prismpirate

    Region Arrays

    I've asked this in general help but obtained no replies. How do I create a region / rect array? To create an integer array, the following code is used: local integer array test I tried: local region array test local rect array test both of which do not work
  18. prismpirate

    Region Array- A quick question

    A very quick question, how do I define a region array in Jass. I seem to be able to do local integer array test but: local rect array test does not seem to work
  19. prismpirate

    Removing Event from Trigger

    Is there anyway to remove an event from a trigger? I'm fine with using Jass to remove it.
  20. prismpirate

    Quick Question regarding player numbers

    Can someone list in order the player numbers for neutral hostile, victim, passive and extra?
Top