Recent content by trb92

  1. trb92

    Installing Warcraft 3 with no CD-DRIVE .. ??

    Since you have the CD-Key, you can go to the battle.net store and create an account, then add the game using the CD-Key and download the installer.
  2. trb92

    Which games are you psyched about?

    Diablo3 TESV: Skyrim (Less than four months!) Those are the games I'm looking forward to right now.
  3. trb92

    Expected Call Errors?

    Custom script: DestroyForce(udg_MyPlayerGroup) should be Custom script: call DestroyForce(udg_MyPlayerGroup)
  4. trb92

    University Terms

    Note that my definitions are Canadian, and may not be consistent in other countries (but likely are for things like this) Honours - Generally, to get your bachelors degree you either go through a three year general program or a four year honours program. The honours simply makes it a longer...
  5. trb92

    Spellpack Shadow Sting Spellpack

    >(bj_PI / 2) is redundant, it's just going to come out to 1.57 anyways, because reals in WC3 only have accuracy to three decimal points, so replace it with Cos(1.57) and Sin(1.57). local real r = Cos(bj_PI/2) local real halfPi = bj_PI/2 local real r2 = Cos(1.57) call...
  6. trb92

    Realm of the Mad God

    I play as Kjifs
  7. trb92

    System Simple Low Level Save/Load Framework

    If it's that easy, then add the indented code to your first post so that it is somewhat readable. It likely would have taken me longer to find the different libraries then it did to simply hit down and tab alot.
  8. trb92

    System Simple Low Level Save/Load Framework

    For those that wanted indented code (Not that it makes it much more readable, due to the way Nestharus codes). I apologise if I missed anything. >I assume that most GUI users won't be using any sort of map optimizer and will barely be able to even get vjass working in their map. So you...
  9. trb92

    Realm of the Mad God

    Yeah, I got that I need to reach a certain level. What I didn't know at the time I asked, but have since found out, was that I had to die to change. I was looking for a class change dude. I finally died at level 17, and now I know how to change. >There's like 14 classes in all and you need...
  10. trb92

    Realm of the Mad God

    This is surprisingly entertaining, though I have a question: How do you change your class from Wizard?
  11. trb92

    Cool Portal 2 concept: Revisiting the portal with Size integration parameter.

    >What if the person goes through it? Do they get smaller too? Yes, but the way I see it if you went through the small portal you would become big again when you came out the big portal. Portals work both ways.
  12. trb92

    not using the morph animation it should Oo

    This trigger works to make it play the morph second animation in a test map. Untitled Trigger 001 Copy Events Player - Player 1 (Red) Presses the Left Arrow key Conditions Actions Animation - Play Footman 0000 <gen>'s morph second animation
  13. trb92

    System Msgs

    >i should've started implementing cjass
  14. trb92

    Hepl me with spell....

    Change call GroupRemoveUnit(enum) to call GroupRemoveUnit(G, enum)
  15. trb92

    Patrol Ability

    I don't know of any way to remove just Patrol, but you can change the tooltip for things like it, move, and attack near the bottom of Gameplay Interface if you enable UMSWE in NewGen.
Top