Search results

  1. Squeekems

    Player Unique Multiboard

    I seem to have figured it out and got it working. This is how I accidentally figured out what you did. :p I actually have this first Trigger rewritten in a loop elsewhere. Multiboard Initialization Events Time - Elapsed game time is 0.02 seconds Conditions Actions...
  2. Squeekems

    Player Unique Multiboard

    Upon further investigation, GetLocalPlayer() == Player(A) is always false. So again: What is going on here?
  3. Squeekems

    Merging Buildings

    Immediate issue: There is no Triggering player associated with the event you are using. There is a Triggering Unit and you can refer to the Owner of Triggering Unit. As for you problem: Maybe you can find a way to label 2 towers as a pair. Do something when a Tower is finished being constructed...
  4. Squeekems

    Player Unique Multiboard

    I did get A table to show to me. Then I realized that it was not THE table. Is it possible to show more than 1 multiboard at a time? I had a show command in the end of the loop. Based on that, I would assume all 24 multiboards would show up to each player. It only showed the 1. I am very good...
  5. Squeekems

    Player Unique Multiboard

    I should probably add that I do not understand why I need to do "if GetLocalPlayer()." Why can't I cycle through all the local players? Should I be trying to loop more times for the "chance" that I will land on the local player? What is going on here?
  6. Squeekems

    Player Unique Multiboard

    I have Googled. I have read full threads. My map saves and runs fine. I do not see Multiboards. :( Here is the full trigger that is suppose to give me Multiboards: Multiboard Initialization Events Time - Elapsed game time is 0.02 seconds Conditions Actions For each...
  7. Squeekems

    I Need Another Pair of Eyes on This Trigger

    Everything about it was working. Now it only seems to be changing the color of the victim player. I tried adding messages to it so that players were informed of what occurred. I'm just going to work at it some more. Thanks for the reminder of Takes Damage.
  8. Squeekems

    I Need Another Pair of Eyes on This Trigger

    Here is what I want it to do: When a player's Great Hall falls below 50% hit-points and is attacked, it is forced to join the team of attacking player. Here is the problem: I had it working and I can not figure out why it stopped working. I suspect that the problem may lie in another trigger. I...
  9. Squeekems

    Can Not Start Windows Normally

    I was suspecting it to be my video driver. I have Windows 7 Home Premium. I am terrible with drivers. I am hoping to avoid a reformat or reinstall. What can I do to fix the driver?
  10. Squeekems

    Can Not Start Windows Normally

    I have tried system restore.
  11. Squeekems

    Can Not Start Windows Normally

    I tend to keep my computer on all of the time. It runs smoothly and usually never crashes. It is when we have power outages that I run into issues. When starting, my computer makes it to the Windows logo, and then the screen goes blank as if it is getting no signal. Usually I have the hold...
  12. Squeekems

    Game Hosting Issues

    I understand that my setup is not optimal for game hosting, but I still like the option. I am on my computer tower, running Win7-64, which uses a USB wireless adapter to connect to my wireless router which connects to the modem. I am almost certain you will need more information to assist me...
  13. Squeekems

    Camera theme

    What I do is set up a periodically timed trigger to lock in the camera settings I want the player to have. I think this may be incredibly inefficient though. Lol.
  14. Squeekems

    Hello helpers...need a bit of help :D

    Ah! I looked for myself. Image - Tooltip Mana Icon They were hiding it as an image, lol.
  15. Squeekems

    Deactivating tech

    I do not know if you helped him, but you certainly helped me, lol.
  16. Squeekems

    Deactivating tech

    I do not know, but I am currently working on a map where I want to limit the number of structures of a type that one player can make. To do that, I made it so that when a player finishes construction of the building, all of the workers are replaced with workers that cannot build that structure...
  17. Squeekems

    Jass Global Variables? I Think?

    Why do I have to hear that? Thanks. Lol
  18. Squeekems

    Blizzard Maps

    Well, I had some issues when I first started editing with my world editor in Windows &. You may not be running your programs as an administrator. Remember to run your programs as administrator, or your files will do weird things.
  19. Squeekems

    Jass Global Variables? I Think?

    How do I refer to "((Player number of (Owner of (Triggering unit))" in jass? I came to the last line in this trigger, and realized I have no idea how to refer to it. Plus rep for this quick tip. <(o_- )> Barracks Events Unit - A unit Finishes construction Conditions...
  20. Squeekems

    Can someone tell me how to make a Team Respawn System?

    If you want to keep your array, you could make Player Group variables for every team. So you can do something like this: Initilization Events Map initialization Conditions Actions For each (Integer A) from 0 to 1, do (Actions) Loop - Actions...
Top