Search results

  1. 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
  2. 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 :)
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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?
  8. a j j bones

    my camera/cinematic isnt working right.

    im trying to make a simple panning cinematic that at the beginning of the game shows a line of heros then pans and zooms into the left side of the line and pans to the right side of the line, showing all the heroes close up. but when i start the game it shows the first camera but then doesnt do...
  9. a j j bones

    i forgot how to import models and now mine arent working

    im trying to import a model from this page http://www.wc3campaigns.net/showthread.php?t=94160 and the person didnt give a file path so im guessing its just textures/name.blp, i imported the model and texture and erased the wc3 filepath thing and go to use it and it doesnt show up, it says it...
  10. a j j bones

    Is there a better way to do this trigger? will it even work?

    im making a dungeon system for my map so when a player enters a cave he is sent to the dungeon and when he gets to a certain point in the dungeon waves of creeps will spawn. the difficulty depends on how many players are in the cave. cave 1 enter Events Unit - A unit enters...
  11. a j j bones

    How would i send text to only players in a certain region?

    I cant find it anywhere could someone point me in the right direction please. thanks in advance :D
  12. a j j bones

    Im coming back to mapmaking and im having an error opening my map...again

    i have an error whenever i try and load my map into WEU, it comes up and then crashes WEU. here it is (Look at my posts to see things that arent wrong with it)
  13. a j j bones

    Need help somthings wrong with my cs condition zero

    ok i have counterstike condition zero and i open the game with steam and it works fine but when i try and join any server it starts loading and gets to a certan point and just stops and says it timed out, the thing is i can play cs source and all the other steam games, and im not vac banned or...
  14. a j j bones

    I cant find C:\Windows\Fonts to install fonts from dafont.com

    im tryin to install a font to use in photoshop but when i go to the hard drive it says there should be a windows folder there but theres not one, i do have a windows folder but when i click it it goes to a system folder and when i clcik that its empty even when i have hidden folders on so i...
  15. a j j bones

    My Ms paint got deleted somehow

    or at least i cant find it anywhere, is there a site i can download a new one from or does someone know where i could find it on my comp? its not banywhere in accessories where it normally was.
  16. a j j bones

    How do i update and view the version of my video card?

    I have WoW and i can play it but its only 5 fps, is because i dont have enough ram but its also because i have an old video card. how do i see what kind of video card i have and where do i go to update it? thanks to anyone who helps
  17. a j j bones

    Map wont open now that im on a different comp...

    I emailed myself my map so i could get it on my other computer, but now whenever i try and open it it has a critical error that says object: CustomObjectField(.?AUCustomObjectField@@) how do i fix this, or can i even?
  18. a j j bones

    where do i get .netframwork 2.0? and how to block program from internet connection?

    to run a program it says i need .netframwork 2.0somthing , where do i get this at? and also how do i make it so a program cannot connect to the internet, just that one program?
  19. a j j bones

    How can i pick 3 different variable numbers that arent consecutive?

    If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Random integer number between 1 and 100) Less than or equal to 10 Then - Actions Item - Create Item_drop[(Random integer number between 1 and 2)] at Loc1 Skip remaining...
  20. a j j bones

    This item stacking system isnt working =(

    I got this system from Mr.Zero but its not working, it works off the level of the item and that is how much it should stack, but there not stacking. function ISS_Set_Charges takes nothing returns nothing local integer i = 0 local item a = GetManipulatedItem() local unit b =...
Top