WoW v3.0.2 Information menu

User Tag List

Page 3 of 11 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 155
  1. #31
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post

    /facepalm
    .
    Xarg0 > Cypher.

    WoW v3.0.2 Information
  2. #32
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    Xarg0 > Cypher.
    Don't make me derep you bitch.

  3. #33
    natt_'s Avatar Contributor
    Reputation
    145
    Join Date
    Dec 2007
    Posts
    391
    Thanks G/R
    13/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks! .

  4. #34
    felixdabayer's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    44
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  5. #35
    Faith2k's Avatar Member
    Reputation
    5
    Join Date
    Dec 2006
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nmiiiiiiiiice !

  6. #36
    Dearleader's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New question :wave:

    Code:
    
    [07:14:50]: UNIT_FIELD_POWER_REGEN_FLAT_MODIFIER = 0x27
    [07:14:50]: UNIT_FIELD_POWER_REGEN_INTERRUPTED_FLAT_MODIFIER = 0x2E
    
    What's the type of these two? I see they're both size 7 but that's not really 'standard' alignment ( usually goes either 1,2,4,8 and 16 ) so I'm not sure how to proceed. Thanks!

  7. #37
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dearleader View Post
    New question :wave:

    Code:
    
    [07:14:50]: UNIT_FIELD_POWER_REGEN_FLAT_MODIFIER = 0x27
    [07:14:50]: UNIT_FIELD_POWER_REGEN_INTERRUPTED_FLAT_MODIFIER = 0x2E
    
    What's the type of these two? I see they're both size 7 but that's not really 'standard' alignment ( usually goes either 1,2,4,8 and 16 ) so I'm not sure how to proceed. Thanks!

    Don't ask me, I'm not Blizzard and I don't use that particular descriptor.

    Originally Posted by felixdabayer View Post

    Fail noob is fail. You just earned kynox's derep.

    PS: HAI KYNOX! <3

  8. #38
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Part from the quad and up posts this is very epic, awesome work dude.
    If you need me you have my skype, if you don't have my skype then you don't need me.

  9. #39
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 2dgreengiant View Post
    Part from the quad and up posts this is very epic, awesome work dude.

    Xarg0 derailed the thread, I suggest we ban him.

  10. #40
    Choxxmage's Avatar Banned
    Reputation
    10
    Join Date
    Sep 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What are u supposed to do?

  11. #41
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gmscape View Post
    What are u supposed to do?
    Wtf? Get out of my thread!

    /me puts up a "No noobs allowed" sign

  12. #42
    layane1982's Avatar Member
    Reputation
    19
    Join Date
    Jun 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zombie911
    UNIT_FIELD_HEALTH = 0x17 is a index in array of integers.
    First read value from linked list: int unit_info_address = read(entity address + 0x <-- got address where locate unit information.
    Now read: int health = read( unit_info_address + (UNIT_FIELD_HEALTH * 4)) <-- Unit health
    I'm learning reverse engineering and I try to understand howto find this 0x8 offset with ollydbg and the others offset of player's array and i cannot find it!! I try to reverse GetMoney() lua function but I lost inside the code >.< :cry2:

  13. #43
    korknob's Avatar Active Member
    Reputation
    29
    Join Date
    May 2008
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've noticed Interact() at VMT 36 works well for fishing, but its crashing when looting mobs. Is this happening to anyone else?
    Then it comes to be that the soothing light at the end of your tunnel
    Was just a freight train coming your way

  14. #44
    Xarg0's Avatar Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    389
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by korknob View Post
    I've noticed Interact() at VMT 36 works well for fishing, but its crashing when looting mobs. Is this happening to anyone else?
    Do you try to interact with the mob or it's corpse?
    If you try to interact with the mob after it's dead it'll cause a crash because the mob object no longer exists.
    I hacked 127.0.0.1

  15. #45
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xarg0 View Post
    Do you try to interact with the mob or it's corpse?
    If you try to interact with the mob after it's dead it'll cause a crash because the mob object no longer exists.

    ZOMG XARG0 ACTUALLY CONTRIBUTED TO THE THREAD!

    Quick, someone call the presses.

    PS. His terminology may be a bit screwy but for the points and purposes of your question Xarg0 is right.

Page 3 of 11 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [WoW] [3.1.1] General Information
    By Cypher in forum WoW Memory Editing
    Replies: 59
    Last Post: 05-02-2009, 08:22 PM
  2. Need information on getting a machine for my wow server!
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 12-12-2007, 10:02 PM
  3. Informative WoW Items Site
    By Lonsdale in forum World of Warcraft General
    Replies: 1
    Last Post: 05-31-2006, 12:17 AM
All times are GMT -5. The time now is 08:14 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search