Recent content by Zackreaver

  1. Z

    Resource Drop-off Placement Restriction Area

    Hey I just finished the campaign on the highest difficulty so I finally feel like putting together the map idea's I have planned, and though figuring out the editor's Data Editor is still a horribly painful ordeal, I can't for the life of me figure this out. I'm not sure it's possible, but...
  2. Z

    Will converting this remove the lag?

    Finished, now is there anything I can do with this to make things run smoother? function BlackSpiderWebTrapLaunchWeb takes nothing returns nothing call CreateNUnitsAtLoc( 1, 'e000', GetOwningPlayer(udg_TempUnit2), udg_Temp_Point2, bj_UNIT_FACING ) call UnitAddAbility(...
  3. Z

    Will converting this remove the lag?

    By convert, I ment rewriting in jass, not the action of just convertting to custom text. I made this trigger before I knew how to JASS, so now I'm planning to rewrite every GUI trigger I have. At anyrate thanks for answering my problem, so I need to rewrite the code and eliminate the worthless...
  4. Z

    Will converting this remove the lag?

    Hello there, on my map I've had this one particular trigger that has been causing a repeating pause in the game, I'm absolutely certain its this trigger because I have tested it out with the trigger shut off. At any rate, I've checked the trigger for leaks, its clean from what the leak...
  5. Z

    Fatal Error in Code

    Found it Found the cause of the crash, apparently if you remove a destructable or unit (Haven't tested on units) just as its getting attacked, the game tries to deal damage to a unit that doesnt exist, and it crashes. So I just killed the destructable instead, that way it hits the corpse...
  6. Z

    Fatal Error in Code

    Hey there, still learning Jass, but I believe I got the hang of it, I read some tutorials and found jass to truly be a much more efficient method for triggering. Anyway, this one piece of code's been bugging me, it functions alright, but in certain occasion's it causes the game to crash...
  7. Z

    New to jassing

    Hello everyone, I just got the hang of making a trigger entirely with jass, and I made a trigger that works perfectly, no flaws what so ever. But, I'm still new to using jass, so I want to make a quick check, is there anything wrong or rather is there anything I could do better in the...
  8. Z

    Game Crashes after Leaving Game

    I'll give that a try and get back to you, its probably going to take a while though, since the crash is random >.<.
  9. Z

    Game Crashes after Leaving Game

    Only for the player when he leaves the game, and sometimes it doesnt crash until they shut down warcraft 3, which is like I said, not an issue if it happens there. In all honesty I dont know which trigger is causing the crash, I just wanted to ask if anyone here has the same problem and knows...
  10. Z

    Game Crashes after Leaving Game

    Well as I mentioned, thats the ONLY trigger I used in custom text, most of the other triggers are in GUI cause I really don't need to use jass for the map idea I have, at least not yet. The only reason I converted it to custom text was to prevent the really annoying process of going to millions...
  11. Z

    Game Crashes after Leaving Game

    I forgot to post the error message my sincerest apologies, I forgot to post the error. Yes it is access violation. heres the error to be exact. strangely enough, this error sometimes come not when I leave the game, but if I try to shut down warcraft 3 normally. Which isnt a problem at all...
  12. Z

    Game Crashes after Leaving Game

    Hey there, sorry if this is in the wrong spot, but I couldn't find a thread that related to my situation. I'm developing a map, and the map runs flawlessly, no leaks, no disconnections, people can play it just fine. Problem is though, when you leave the game, warcraft 3 has a fatal error...
  13. Z

    How to: Make Cliffs & Castles

    Truly a Work of art. Fantastic tutorial, it inspires me to make one of my own. dude its a tutorial, he took time out of his day to teach people how to make a quality castle, if you want a bigger castle, do what he did except do it a hundred times in a wide area with some different stuff.
  14. Z

    Uther Party: How do I get the lich secret level?

    yup, its the creators absolute choice if he wants to put an end to the endless lich game riddle, chances are that he wont, hes probably going to toss in yet another obstacle to play with peoples minds, after all thats alot more fun than just putting in a lich game... If you really really want a...
  15. Z

    Uther Party: How do I get the lich secret level?

    alright I appologize the mistakes I made from misreading your reply :banghead: Anyway, I'm going to ask you an out of the box question. Let's say you wanted to have a secret that was so secret, no one would be able to figure it out unless they came and asked you themselve's personally. Now...
Top