Recent content by Amn

  1. Amn

    My map has no players

    Thank you for helping me Accname. Here is a screenshot of Scenario>Player Properties (attached) It's all good there apparently. I found out I can open the map in WE, is just not loading the players panel in-game. All other maps are fine, only mine is trolling.
  2. Amn

    My map has no players

    Hi, suddenly my map stopped showing players on the lobby, look at the image attached. This is what happened: I opened the map in WE after some months of not working on it, changed a few small things and saved it. Then the errors started. 1. UMSWE In WE, when I go to menu UMSWE, I hit...
  3. Amn

    Question about spell cooldowns

    i spent a lot of time trying to get that effect, i got nothing but a strange combination using Create Corpse ability with 1 max corpse, then by trigger i enable and disable the ability to make it go on cooldown. (or something like that, i cant remember)
  4. Amn

    Undeclared Function

    did u import a set of code from somewhere? u missed something
  5. Amn

    Not sure why this doesn't work

    you are destroying the location udg_Ability_Arees2Earth_TargPos so it only works once. comment that line and try again.
  6. Amn

    Neutral Wander and Random Items

    do a check (region contains item) or store the random point on a variable to compate it's not equal
  7. Amn

    "One multi-shot" Ability

    yours is better vypur85 acid bomb rulz
  8. Amn

    Really weird problem

    edit: create a trigger that only does Action-Set Player color to RED and test it out. if it works, your trig has the prob
  9. Amn

    Uncontrollable player owned units

    that sounds like a locusted unit. unselectable, no group, no orders.
  10. Amn

    How to create a BJ ?

    right, i know, what i mean it's my functions to behave like a BJ within my map. Using that "highlightning" works but do i need to import the .j file too? Because that tutorial says to write the functions on a local .j file. but will it work for others players who don't have the file? edit...
  11. Amn

    How to create a BJ ?

    hi, the thing is i have my own function for adding gold to players and i'm trying to add this function to the autocomplete list in NewGen like this so i can type SetPlayerGold ( aplayer, anamount ) i already have the function declared i just want the autocomplete anyone knows ...
  12. Amn

    GetBuyingPlayer()

    solved. players have a private courier and can't share units.
  13. Amn

    Gather(Acolyte Ability) on Peasants

    i would use trees with different model to simulate rock or meat, so workers can gather and return resources properly to solve your problem probably the goldmines need the undead classification also check the Gather(acolyte) ability, set its Targets Allowed to Air,Ground and uncheck Undead. It...
  14. Amn

    What is better?

    i prefer to create triggers on demand the best performance by far but u need jass
  15. Amn

    Set damage/armor chat command

    for damage use the ability item attack damage bonus with 30 levels or more. at level 1 put 0 bonus damage, increasing by 10 or 5 each level. then u increase the level by trigger giving the ability to the unit if doesnt have it. for armor u can do the same, the ability name is item armor bonus
Top