Search results

  1. a j j bones

    Player 2 is the computer, help!

    thanks i got it workin now =D
  2. a j j bones

    Player 2 is the computer, help!

    im trying to make a rpg game and when i go to test it, it puts the computer in player 2's slot, which messes up my triggers. how can i test the game without the computer playing? (btw i have the player properties set to user for players 1 to 4
  3. a j j bones

    Is there a event for object is selected? (left clicked)

    im looking for an event for when a hero selects a non destructible object, is there one? thanks :)
  4. a j j bones

    I need help getting a players name for condition

    im trying to make it when a player with the b.net name Nucking-futs type in -deathknight and special unit is spawned. i dont want anyone else but Nucking-futs to be able to spawn the unit. this trigger isnt working death knight Events Player - Player 1 (Red) types a chat message...
  5. a j j bones

    zoom

    use the [ CODE]trigger[ /CODE] or [JASS] tags first of all for ur triggers so they are easier to read then we can try and help you
  6. a j j bones

    This string in my trigger isnt working

    Nucking-futs is my name on b.net, so i want it to check that name and if it is Nucking-futs it will make my admin guy, if anyone else types it, it will do nothing. and the text is red not yellow, i used a color maker thing and thats what it gave me
  7. a j j bones

    This string in my trigger isnt working

    i have a code that only i want to be able to use for a special character in my map, and i want it to only work for my name. it works wihtout the condition in it for anyone so i put in the condition and it matches my name and now it doesnt do anything :banghead: death knight Events...
  8. a j j bones

    How to make heros spawn somewhere

    heres a simple way Untitled Trigger 001 Events Unit - Hero <gen> Dies Conditions Actions Set L = (Center of (Playable map area)) Hero - Instantly revive (Dying unit) at L, Hide revival graphics Custom script: call RemoveLocation (udg_L)
  9. a j j bones

    How can i hide an entered chat message from everyones view

    ok so i have never use jass before, does the jass part go in my map header or somthin? and i put the custom script in actions? i posted an example so you understand more of what i mean cause i didnt really explain it good
  10. a j j bones

    Need help configuring AceHart's save/load code

    i did, and it worked as far as i can tell, i just need to change the region they load to and it should all be workin thanks for the help :D
  11. a j j bones

    Need help configuring AceHart's save/load code

    yea i know but im just tellin you so you arent waiting for a reply :) so i just copy the hero version into my map and i dont have to edit anything?
  12. a j j bones

    Need help configuring AceHart's save/load code

    ok thanks ill do that in like 15 mins cause i gotta go do somthin real fast ill tell ya if it works
  13. a j j bones

    Need help configuring AceHart's save/load code

    so are u saying i copied the wrong triggers?
  14. a j j bones

    How can i hide an entered chat message from everyones view

    i need to have a code i can type in that loads my admin character for my map but i dont want anyone else to see the code, how can i do this? heres the trigger, this works but it shows everyone my code, i need it to still spawn the unit but not show the message anywhere. death knight...
  15. a j j bones

    Need help configuring AceHart's save/load code

    i am trying to use aceharts save/load code system (it is in the systems section) and it says to do a whole bunch of stuff that i dont understand :D. i imported all the triggers and stuff but the only thing i edited was the hereos. when i type save it gives me a code but when i load it only says...
  16. a j j bones

    Map Type

    u shoulda put orpg or rpg on there alot of people like those
  17. a j j bones

    No Mouse!

    if u dont need him to attack you could just pause the unit
  18. a j j bones

    is there a way to do a condition that checks the players name?

    i was wondering if its possible to make a condition that checks the players username and if its matching it does the trigger, is there a way i can do this?
Top