Search results

  1. D

    Looking for a game

    its called risk devolution.
  2. D

    boo

    boo
  3. D

    Some JASS tips needed, thanks!

    *crossfingers* do they work now? function Sheepify takes nothing returns nothing local unit u= GetTriggerUnit() local real x=GetUnitX(u) local real y=GetUnitY(u) local unit dummy=CreateUnit(Player(13),'h00z',x,y,0) // dummy unit call IssueTargetOrderById(dummy,'A08X',u) //...
  4. D

    Some JASS tips needed, thanks!

    Bumpy
  5. D

    Some JASS tips needed, thanks!

    hmm ok, how about: function GetHp takes nothing returns nothing local real hp = GetUnitState ((GetPlayerId(GetTriggerPlayer())), UNIT_STATE_LIFE) call DisplayTextToPlayer (GetLocalPlayer(),0,0,10.00," + R2S(hp) + ") endfunction function Chat_GetHp takes nothing returns nothing...
  6. D

    Some JASS tips needed, thanks!

    What?
  7. D

    Some JASS tips needed, thanks!

    bump, function GetHp takes nothing returns nothing local unit u = GetTriggerUnit () local real hp = GetUnitState (u, UNIT_STATE_LIFE) call DisplayTextToPlayer (GetLocalPlayer(),0,0," + R2S(hp) + ") endfunction function Chat_GetHp takes nothing returns nothing local integer i=0...
  8. D

    Some JASS tips needed, thanks!

    ahem, this one, i fixed the previous one. and yes im using newgen, and yes im avoiding the hassle of learning both GUI and JASS when i could just learn one.
  9. D

    Some JASS tips needed, thanks!

    Bumpity, read the 3rd post above this.
  10. D

    Some JASS tips needed, thanks!

    Bumpity
  11. D

    Some JASS tips needed, thanks!

    EDIT: nvm solved it lol. EDIT2: function Trig_Unstuck2_Actions takes nothing returns nothing call CreateNUnitsAtLoc( 1, 'h00z', GetEnumPlayer(), GetUnitLoc(GetEnumUnit()), bj_UNIT_FACING ) call IssueTargetOrder( GetTriggerUnit(), "slow", GetEnumUnit() ) endfunction...
  12. D

    Recommended Maps? ;/

    Vampirism fire >island defense Although imo, neither of those are good for 2 players. I suggest enfos mt and rabbits vs sheep, not really popular maps but good to start of with.
  13. D

    All the Hell vs Heaven Combinations

    1. Your port is not open 2. The map has lost popularity
  14. D

    Some JASS tips needed, thanks!

    Thanks! Problem is, i dont GUI either, im gonna try though.
  15. D

    Some JASS tips needed, thanks!

    1. How do i cast a negative spell on my hero with a text command? (i only need one spell, its polymorph if its of any importance) 2. How do i limit the number of heroes i can have? (eg, set max 1 per game) <- probably not jass, but i still wish to know 3. How can i prevent enemy units from...
  16. D

    Loading Multiple Maps?

    Hmm space command is a map that shrunk stuff down (the grass was huge lol), and survival is an excellent map which makes use of cameras.
  17. D

    Snippet PeriodicDamage

    Umm forgive me but cant you do this easily with poison?
  18. D

    Build more buildings than normally possibly via a spellbook?

    2 simple methods: 1. Create a spell that switches the Peon unit to another unit (a.k.a Fortress Survival) who is identical in everyway except it builds different buildings. 2. Create a "page 2" in the build menu
  19. D

    Firewall

    Provide more details Can other people join the game? Is he hosting on Bnet, garena or w/e? What is his modem model? Etc...
  20. D

    Figuring out attack cooldown with the use of attack speed increaser/decreaser items

    attack a unit that has high hp and would not attack back. time using a stopwatch the time taken to hit X number of hits. time/X = attack speed / sec kinda obvious when you think of it...
Top