Recent content by pr517

  1. P

    gameVarLink for "RaidGroupMemberList0X"

    I've never played VG or coded for it, but I did just read the wiki page about this. Given the numerous examples the object types are probably on that page, and nowhere will you find pawn, array, or group. Here is what I would try: hexedit the game executable and search for that RaidGroupMember...
  2. P

    Finding an element's method and returning that element.

    I dug a little deeper and found that when you instantiate an objectdef with ${} it is calling its ToText member. Essentially, ${abilIter2.Value} is equal to ${the object itself} which means you are really returning ${abilIter2.Value.ToText} which has not been defined. I'm not sure if there is a...
  3. P

    To the asshole boxer who screwed the rest of us ...

    It has nothing to do with Dozekar considering it has been actively exploited (and noticed) since EOF. It was just time.
  4. P

    Finding an element's method and returning that element.

    Well, now that is interesting... ${Return} is inheriting the script-defined object type obj_abilTimer, but it isn't doing anything beyond its Initialize method. I ruled out my suspicion of it running Initialize (which sets ID to 0) after copying the object, as ID is still 0 after commenting it...
  5. P

    2nd Group build

    Yeah it sucks, but it has to be done. :)
  6. P

    Closing an Examine Window via Script

    Examining the item again will close the examine window.
  7. P

    2nd Group build

    Assumptions are the mother of all fuck ups. Cleared it. (Unless you were specifically talking about me, which I doubt.)
  8. P

    Face direction, But what about Z?

    Are you moving by pressing and holding a forward movement key or by toggling an auto-run? Don't use auto run to move a character. Just press and hold Up or W or whatever it is in VG.
  9. P

    Alt DB

    I noticed the same thing and realized it was because of the new stats, spell weapon, etc. I fixed the code, but it still won't display anything new because Amadeus hasn't added support for those yet. I added some output to the console that displays your worn procs so you can easily know which...
  10. P

    2nd Group build

    They may not be providing any context. If you have two tanks to choose from of equal performance and if both are staying alive, use the one that buffs better. SK buffs better than a bruiser. When I do heroic content, the SK is my first choice and I use the bruiser only when the SK cannot...
  11. P

    Face direction, But what about Z?

    In EQ2 you can press Home or End to move the character up or down in either water or sky. So if the character is, say, 2 meters higher than the one being followed, it presses End, etc. Is their something equivalent in VG? If not can you rotate the camera's Y-axis (up and down) with a key press...
  12. P

    Love Thy Drones 2.0 now less suck

    Tenths of a second. 30 tenths of a second = 3 seconds.
  13. P

    Face direction, But what about Z?

    In your loop that does the face-target and push-forward, can you not just add something else that, if currently flying/swimming, does fly/swim up/down when the Y coordinate is outside of a range? I've never figured out how to manipulate the camera in all dimensions, and gave up when I realized...
  14. P

    What zones are people doing now

    Mystic and Inq. The outgoing damage of the adds is disease, even their melee, so Prophetic Ward gets it done. Also, use a brawler if you are taking too much damage.
  15. P

    What zones are people doing now

    At first my coercer kept waking him up from damaging spells. I turned off auto attack and made sure that if Mardonn was its target that the only spell cast would be Mesmerize. If its target were Mardonn and Xerxis was still alive, when it came to doing something other than Mesmerize, it would...
Top Bottom