Search results

  1. jig7c

    Need help to Fix it!

    There is a way to detect primary attribute. What I did in my map was, assign each hero-type a point-value. For example, give all Strenght heroes 1, agility 2, and intel 3. Then you can do something like this... event: a unit starts the effect of an ability condition: ability being cast equal...
  2. jig7c

    Help with Game Lobby

    Its in the Forces Settings. Up top on the menu bar, where it says file, edit, etc... one of them will take u there. Once you are in it, you can assign teams(forces), race, computer/user controller, etc...
  3. jig7c

    Enemies Getting Stuck

    thicker lane, less units(make them more powerful instead), and make them walk through each other... like those boots in dota... not sure whats it called
  4. jig7c

    Peons growing trees?

    What you can do is: assign a dummy target point ability to that peon, name it Grow Trees. (impale, carrion swarm) When the peon clicks the ability and then a point on a ground, save that point (set point_var = target point of ability) Then create a destructible - tree at that point, (dont sure...
  5. jig7c

    Some small loop trigger problems

    For each (Integer A) from 1 to 70, do (Actions) Loop - Actions Set ZTempPoint[Integer A] = (Random point in REGION) Unit - Create 1 Zomble for Neutral Hostile at ZTempPoint[Integer A] facing Default building facing degrees Custom script: call RemoveLocation(udg_ZTempPoint[i forget what goes...
  6. jig7c

    Building won't sell heroes

    instead of "upgrading" the building, just replace it with your middle-tier building at the same point... maybe that switching if messing it up...
  7. jig7c

    Noob needs help with AI and training non-race units...

    work around: restore the units that the barracks will make change the unit, i.e. troll, to all the fel orc settings, including model file, abilities, dmg, etc... that should do the trick...
  8. jig7c

    Help with a triggered spell

    If you are creating spells also, I would recommend creating two heroes, and every time the hero cast a dummy spell, it changes the hero from Defensive to Offensive. This can be triggered very easily. You can use the same model file, just transfer over the hp/mp, remaining/total in one trigger.
  9. jig7c

    looking to purchase a new motherboard..

    Is that product that I bought, is that a good one? The Asus Sabertooth motherboard... as far as the case is concerned, actually i don't want fancy lighting, but do need usb inputs, and perhaps a good cooling system with it...
  10. jig7c

    looking to purchase a new motherboard..

    $3000.00 for the entire computer, minus monitor, keyboard, mouse, etc... everything in the tower, including the tower for $3000.00
  11. jig7c

    looking to purchase a new motherboard..

    play future games... watch movies.. run 3d software...(work)
  12. jig7c

    looking to purchase a new motherboard..

    http://www.newegg.com/Product/Product.aspx?Item=N82E16813131736 just bought that... is that good?
  13. jig7c

    looking to purchase a new motherboard..

    what kind of processor works with that board?
  14. jig7c

    looking to purchase a new motherboard..

    I'm looking to upgrade my PC slowly. The first thing I wanted to buy was a motherboard. Does any know of ASUS Rampage III Black Edition Intel X58/ICH10R Chipset DDR3 Triple-Channel Memory 2200 LGA 1366 Extended ATX Motherboard Is that a good board or is there anything better out there?
  15. jig7c

    Custom cliffs

    it can be done, and its actually easy to do it.. there is a tutorial on this site, it tells you how to do it.. you need a file called misc.txt that goes in your UI folder in your wc3 directory... then you can use the platform tool and u can make it... let me see if i can find the...
  16. jig7c

    Increase evasion on units using triggers or JASS

    no, you cannot remove autocast function, but you can make it so 1 autocast will cost 5 mana, and give your dummy unit only 5 mana... that way it'll only cast once :)
  17. jig7c

    Phoenix fire icone problemm

    does the ability even work on the hero? try changing it to a different model..
  18. jig7c

    Reinstalled newgen, won't work now.

    you updated jasshelper to its newest version?
  19. jig7c

    Modes with text?

    that might not work Curo... if i type in -ls and ls, both times, the trigger will run.. it should be like this events player 1 types in - as a substring conditions actions for each integer a, from 1 to length of entered substring do if entered substring(integer a), (integer a +1) equal em...
  20. jig7c

    Phoenix fire icone problemm

    there should be a field for icon... Research, Normal, and i think Turnon/Turnoff... make sure something is in those fields...
Top