Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    gazapo
    gazapo is offline
    Guest
    Join Date
    2011 Apr
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    First thanks to Dwar, i managed to debug FW with CE in a VMWorkstation XP and kernel mode.

    Then :
    Quote Originally Posted by NaPeK View Post
    Anyone know mob hp possition ?
    I managed to by first searching unknown value then hitting a target and searching xxx - dmg value but since i formatted my hard drive and must do it again so i will give you the value later.

    Did you managed to select the target by memory change ? It seems selected but i cant hit it and sometimes it shows no hp bar ...

  2. #12
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by gazapo View Post
    Did you managed to select the target by memory change ? It seems selected but i cant hit it and sometimes it shows no hp bar
    I think, like in PW, you should call "select target" first (send notification to the server that "this" target is selected by you)
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

  3. #13
    gazapo
    gazapo is offline
    Guest
    Join Date
    2011 Apr
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Strange thing today, i was looking for Mobs HP position but dont managed to get to a base adress, so i tried again with HP and i get +590 as offset ( ok ) but 0x14 instead of 24 for player structure. Has anybody seen this too ? Damn i see there has been an update ...

  4. #14
    NaPeK
    NaPeK is offline
    New member
    Join Date
    2011 May
    Posts
    7
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    yep changed after update ;(

  5. #15
    coded
    coded is offline
    New member coded's Avatar
    Join Date
    2011 May
    Posts
    30
    Thanks Thanks Given 
    10
    Thanks Thanks Received 
    27
    Thanked in
    8 Posts
    Rep Power
    0
    The offset has changed and I predict it's going to change in August. Right now for the English Version that has servers in the US. The base pointer is

    Base Pointer = [00D6DFD8] +[ 20] + [24]

    578 = Current Level DWORD
    580 = Current HP DWORD
    584 = Current MP DWORD
    5A4 = Max HP DWORD
    5A8 = Max MP DWORD
    850 = Target ID DWORD
    11B0 = Monster’s Array DWORD -> Address

    This forum has been really useful. I read and learned a lot about base pointers, memory, debuggers and such. THANKS you Dwar and everyone on this forum!!!
    “It's not that I'm so smart , it's just that I stay with problems longer .”

    -Albert Einstein

  6. The Following User Says Thank You to coded For This Useful Post:


  7. #16
    bobek
    bobek is offline
    Guest
    Join Date
    2011 Jul
    Posts
    3
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Npc

    Hello. Someone help me how to call CE NPC?

  8. #17
    godie1
    godie1 is offline
    Guest
    Join Date
    2012 Jan
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Hellow Dwar
    Please tell new "BA" offsets

    thanks
    New game version exit today

  9. #18
    zutto
    zutto is offline
    Guest
    Join Date
    2012 Apr
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    i wonder if this is considered as necroing.. ;O

    however, the new base address seems to be 0xA97678 (offsets 0x20 & 0x24 havent changed!)

    more:
    Code:
          public enum playerfield
            {
    
                targetID = 0x72C,
                curlvl = 0x474,
                curhp = 0x47C,
                curmana = 0x480,
                maxhp = 0x49C,
                maxmana = 0x4A0,
                exp = 0x48C,
                soulcoin = 0x1374,
                basepointer = 0xA97678,
                baseoffset1 = 0x20,
                baseoffset2 = 0x24
                      
            }
    On the other note, anyone got tips for how i should go about on reversing the CTM structure in the game?.. if anyone even browses this forum anymore..
    Last edited by zutto; 2012-04-11 at 08:58 PM. Reason: random offsets added

  10. #19
    sizard
    sizard is offline
    Guest
    Join Date
    2014 Jan
    Location
    Russia Moscow
    Posts
    2
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    I added the plant to the Target but I can not get the player to collect it. Prompt please

    sorry google translit

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •