Search results

  1. Choppa

    Array or not for spawning units at a certain area.

    Hey guys, been a while since I was last here. So I got this trigger right... Buy Creeps Events Unit - A unit Finishes training a unit Conditions Actions Set lastTrainedUnit = (Unit-type of (Trained unit)) If ((Owner of (Triggering unit)) Equal to...
  2. Choppa

    All my systems and such

    Hey guys, some of you may have noticed that I'm not here any more because I don't play warcraft/map make anymore, so here are all my systems and such, I'm pretty sure all of these are mine there may be the odd one or two that I've misplaced and if this is the case then I don't claim it as mine...
  3. Choppa

    Installing TFT, help from someone with ROC please

    Okay so I had ROC and TFT installed on one drive, then I moved it all over to another drive, but when I did that it didn't work properly and when I tried to play TFT it'd just run ROC, I can't find my ROC disc but I have my TFT disc, and I don't want to uninstall it because then I won't be able...
  4. Choppa

    JS - After creating a new row; how do I select a different column?

    <script language="javascript" type="text/javascript"> function addChkBx_onclick(){ var table = document.getElementById('thing'); var newTH = document.createElement('td'); var lastTableRow = table.insertRow(); var lastCreatedRow = table.document.createElement('td')...
  5. Choppa

    I can't see what's wrong with this...

    I'm like, super noob as JASS only started learning a while ago, and i'm using JassCraft (please recommend if there's a better program) and it's saying there's a syntax error... local integer a = 1 local boolean array isItemTheSame loop if UnitItemInSlotBJ( heroManipulatingItem, a )...
  6. Choppa

    A leak that can't be fixed???

    I was trying to use this code and I read that groups leak so I fixed that, but i've also got a location in the group that doesn't seem to have a fix for it, do locations in groups leak? slideOnOil Events Time - Every 0.01 seconds of game time Conditions Actions...
  7. Choppa

    Check if a player is about to use an item

    Is there anyway, anyway at all to check if a player has clicked an item, like say with Lightening Shield, it's in your inventory, then you click it, and then you choose a unit to cast it on, but is there anyway to be able to check if the player has clicked the item but hasn't used it on a unit yet?
  8. Choppa

    Maths - Trig Graphs

    I was going well with this spell, I want to make it move in a cosine wave and I was wondering if this equation can be done in radians... y = cos(x - 2) Do I have to convert the 2 into something else first?
  9. Choppa

    Why doesn't this work? - Triggers/Items/BS

    What I want this to do is when use an item (wood) with another item (rocks) near by it removes these both and creates an unlit fire, this is kind of like a external item recipie system. It works if i drop the rocks then use the wood right on it but apart from that it's messy as... I'm pretty...
  10. Choppa

    The Channel of Items?

    I know there's Channel which we all know and love for custom abilities, but is there anything like this for custom items?
  11. Choppa

    How big do I make my models?

    I'm really f'd off because i've been trying to do something so simple for hours now and every single program has errors in it, all I want to do is make a wall so that it can't be seen through, I'm going to use the fence model as a base model so that it has the same collision area, but I can't...
  12. Choppa

    Where are stairs doodad?

    I can't find the stairs doodad... Can you please tell me the name of the location it is (Black Cidital, Lorderon) and the other things please.
  13. Choppa

    Units Foot to Head angle

    I was wondering if there is any way to change a units angle from the ground to his head, like say a peasent stand like this... O> -|- | / \ Is there anyway to get him like this... ^ O-|--< So he's facing towards the sky...
  14. Choppa

    Integer isn't reducing

    Hi, I'm trying to make a selection system and it should work but it doesn't seem to, you'll probably see what i'm trying to do if you open the map but here's the code. If (nextInt Greater than -1) then do (Set nextInt = (nextInt - 1)) else do (Do nothing) And I've attached the map.
  15. Choppa

    File size of Blizzads models/skins so small?

    How do blizzard get their models and skins so small in file size? When I import the models I'd like to use, well it's not really the model but the skin file size is huge, but blizzards seem to be tiny. Any thing special they do to make this so?
  16. Choppa

    Imported model faces wrong way

    When I import my model it's facing the wrong direction, as in even if the value of it is north (90 degress) the model is facing sideways lol. Do I change this in the model editor or can I change it with warcraft?
  17. Choppa

    Ability - Autocast and check if autocast :S

    Hi, I was wondering how to make an ability have the option of being autocast or not, or would I have to use an ability with autocast already, as the base ability? And is there anyway to be able to tell if autocast is active? Thanks.
Top