elementclient offset for npcedit

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    elementclient offset for npcedit

    Hello, someone can post the new base offset for 1.4.4 to get the ingame coords with sNpcEdit ? This feature was very helpful on 1.3.6 ...

    I searched the whole forum and only found those offset:
    Code:
    #Name=ABC
    #base offset chain (seperated by space)
    #offset for target dirX
    #offset for target dirY
    #offset for target dirZ
    #offset for target posX
    #offset for target posY
    #offset for target posZ
    
    Name=PWI 1.4.3 genesis
    00ad60c4 00000030 000010a4
    0000015C
    00000160
    00000164
    0000017C
    00000180
    00000184
    
    Name=PWI 1.4.2 v456
    00a5bfcc 00000020 00001088
    0000015C
    00000160
    00000164
    0000017C
    00000180
    00000184
    
    Name=CN 1.3.6 v101
    0092764C 00000020 00000C30
    0000015C
    00000160
    00000164
    0000017C
    00000180
    00000184
    
    Name=CN 1.4.3 v 578
    00AD6104 00000034 000010A4
    0000015C
    00000160
    00000164
    0000017C
    00000180
    00000184
    Last edited by Romulan; 04-03-12 at 12:08 PM.


  2. #2
    Viva la Vida NaMeLeS is offline
    MemberRank
    Jul 2011 Join Date
    613Posts

    Re: elementclient offset for npcedit

    I am a little confused. My sNPCedit works just fine with 1.4.4

  3. #3
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: elementclient offset for npcedit

    Mine not. I can't retrieve the coords from the game... That's a bit annoying...

  4. #4
    Viva la Vida NaMeLeS is offline
    MemberRank
    Jul 2011 Join Date
    613Posts

    Re: elementclient offset for npcedit

    I don't know if you can start 1.4.4 in debug mode to get the coords, never tried as what I do and find easier is:

    Go ingame and stand in the position you want the coords for.
    Logout
    Open iweb and load up your characters XML data
    Search for the text posx posy posz

    There you have the coords.

    Also, this might help for the direction you want the NPC's face, got it from 343s notes that come with his server (thanks 343)

    Code:
    NPC Facing Direction (For NPCGEN.DATA):
    
    Looking Direction	|	ROT1	|	ROT2	|	ROT3
    --------------------------------------------------------------------
    
    NORTH				0.000		0.000		0.500
    
    NORTH EAST			0.500		0.000		0.500
    
    EAST				0.500		0.000		0.000
    
    SOUTH EAST			0.500		0.000		-0.500
    
    SOUTH				0.000		0.000		-1.000
    
    SOUTH WEST			-0.500		0.000		-0.500
    
    WEST				-0.500		0.000		0.000
    
    NORTH WEST			-0.500		0.000		0.500
    Oh and if your sNPCedit does not work with 1.4.4 I can upload mine if you like although I believe the latest version should work

  5. #5
    Member marceloantonio1 is offline
    MemberRank
    Jun 2011 Join Date
    BrazilLocation
    98Posts

    Re: elementclient offset for npcedit

    I think you can start in debug mode. I tried to play in s private server and elementclient.exe always started in debug mode. (at least a message in blue, like the one when you take a screenshot appeared saying something about debug)

  6. #6
    SON OF MARFEL hrace009 is offline
    MemberRank
    Apr 2009 Join Date
    Pekanbaru, IndoLocation
    1,035Posts

    Re: elementclient offset for npcedit

    Quote Originally Posted by NaMeLeS View Post
    I don't know if you can start 1.4.4 in debug mode to get the coords, never tried as what I do and find easier is:

    Go ingame and stand in the position you want the coords for.
    Logout
    Open iweb and load up your characters XML data
    Search for the text posx posy posz

    There you have the coords.

    Also, this might help for the direction you want the NPC's face, got it from 343s notes that come with his server (thanks 343)

    Code:
    NPC Facing Direction (For NPCGEN.DATA):
    
    Looking Direction	|	ROT1	|	ROT2	|	ROT3
    --------------------------------------------------------------------
    
    NORTH				0.000		0.000		0.500
    
    NORTH EAST			0.500		0.000		0.500
    
    EAST				0.500		0.000		0.000
    
    SOUTH EAST			0.500		0.000		-0.500
    
    SOUTH				0.000		0.000		-1.000
    
    SOUTH WEST			-0.500		0.000		-0.500
    
    WEST				-0.500		0.000		0.000
    
    NORTH WEST			-0.500		0.000		0.500
    Oh and if your sNPCedit does not work with 1.4.4 I can upload mine if you like although I believe the latest version should work
    his npcedit just work fine, what he need is the offset for snpcedit. that use to retrieve game coordinate from game client 1.4.4 without opening iweb or logoff.

  7. #7
    Viva la Vida NaMeLeS is offline
    MemberRank
    Jul 2011 Join Date
    613Posts

    Re: elementclient offset for npcedit

    Quote Originally Posted by hrace009 View Post
    his npcedit just work fine, what he need is the offset for snpcedit. that use to retrieve game coordinate from game client 1.4.4 without opening iweb or logoff.
    Alright, sorry I didn't fully understand what he meant :)

  8. #8
    SON OF MARFEL hrace009 is offline
    MemberRank
    Apr 2009 Join Date
    Pekanbaru, IndoLocation
    1,035Posts

    Re: elementclient offset for npcedit

    Quote Originally Posted by NaMeLeS View Post
    Alright, sorry I didn't fully understand what he meant :)
    yeah i have some problem with him, my sNpcEdit does not have offset 1.4.4, and i must do like you do @_@

  9. #9
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: elementclient offset for npcedit

    Quote Originally Posted by marceloantonio1 View Post
    I think you can start in debug mode. I tried to play in s private server and elementclient.exe always started in debug mode. (at least a message in blue, like the one when you take a screenshot appeared saying something about debug)
    I've tried many thing so far and still no luck to open the debug console like on 1.3.6 ... configs\element_client.cfg is set to "console=1", gamed/ptemplate.conf is set to "debug_command_mode=1" and like I do on 1.3.6 "start elementclient.exe console:1" ... Tried ingame Ctrl+(~) and nothing show up ... So Idk if they changed the shortcut or something else on 1.4.4

    Quote Originally Posted by NaMeLeS View Post
    Alright, sorry I didn't fully understand what he meant :)
    I'll edit my first post to explain my issue better

  10. #10
    SON OF MARFEL hrace009 is offline
    MemberRank
    Apr 2009 Join Date
    Pekanbaru, IndoLocation
    1,035Posts

    Re: elementclient offset for npcedit

    Quote Originally Posted by Romulan View Post
    I've tried many thing so far and still no luck to open the debug console like on 1.3.6 ... configs\element_client.cfg is set to "console=1", gamed/ptemplate.conf is set to "debug_command_mode=1" and like I do on 1.3.6 "start elementclient.exe console:1" ... Tried ingame Ctrl+(~) and nothing show up ... So Idk if they changed the shortcut or something else on 1.4.4
    created batch file
    Code:
    start elementclient.exe game:cpw console:1
    exit
    my elementclient work with this

  11. #11
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: elementclient offset for npcedit

    Do you use same shortcut as for 1.3.6 to open the debug console?

  12. #12
    SON OF MARFEL hrace009 is offline
    MemberRank
    Apr 2009 Join Date
    Pekanbaru, IndoLocation
    1,035Posts

    Re: elementclient offset for npcedit

    Quote Originally Posted by Romulan View Post
    Do you use same shortcut as for 1.3.6 to open the debug console?
    i use batch

  13. #13
    Black Magic Development das7002 is offline
    MemberRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: elementclient offset for npcedit

    Quote Originally Posted by hrace009 View Post
    created batch file
    Code:
    start elementclient.exe game:cpw console:1
    exit
    my elementclient work with this
    This works fine for me as well... I didn't have to edit anything.

  14. #14
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: elementclient offset for npcedit

    Ok I found that I need to be in qwerty mode and press (Shift ~) ... to show up the debug console pff...

  15. #15
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: elementclient offset for npcedit

    Me too, console has always worked.

    I do recall, though I don't remember which version, on official PWi when the console DID still work even though it didn't give you a nice darkened out box for it (after pressing shift+~ I still saw a flashing cursor in the upper left)

    So depending on the specific version, do not be assuming that you'll get a nice grayed out box for the console. However the console should still function no matter what



Page 1 of 2 12 LastLast

Advertisement