Players Save

Results 1 to 15 of 15
  1. #1
    Elite Member teclis11 is offline
    Member +Rank
    Apr 2010 Join Date
    132Posts

    Players Save

    I know that the users accounts where on dbo database. But if i restore that database to another server i only have the accounts but not the players.

    Where are the player's data? (items, level etc)

    Ahd i anyone know how to export to other server i apreciate the info. Thanks.


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

    Re: Players Save

    /PWServer/gamedbd/dbf/dbhomewdb/*
    Last edited by das7002; 18-01-11 at 01:04 AM.

  3. #3
    cats addicted Zorno is offline
    Grand MasterRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: Players Save

    Quote Originally Posted by das7002 View Post
    /PWServer/gamedbd/dbhomewdb/*
    Sure ? All i find in there are 2 folders that are empty. There aren't even hidden files

  4. #4
    Black Magic Development das7002 is offline
    Grand MasterRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: Players Save

    Quote Originally Posted by Zorno View Post
    Sure ? All i find in there are 2 folders that are empty. There aren't even hidden files
    Code:
    root@techy:/PWServer/gamedbd# cdl /PWServer/gamedbd/dbf/dbhomewdb
    dbdata  dblogs
    root@techy:/PWServer/gamedbd/dbf/dbhomewdb# ls -R
    .:
    dbdata  dblogs
    
    ./dbdata:
    auction  city       config     factioninfo  friends  inventory  messages  rolename   shoplog  storehouse  translog  userfaction
    base     clsconfig  equipment  factionname  gtask    mailbox    order     sellpoint  status   task        user      waitdel
    
    ./dblogs:
    log.4d12c2fd

  5. #5
    Elite Member teclis11 is offline
    Member +Rank
    Apr 2010 Join Date
    132Posts

    Re: Players Save

    I answer myself:

    On Beastie files (for true linux server)
    ./dbf/dbhome

    On hrace009 (Virtual machine)
    .\PWServer\dbase\dbhomewdb

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

    Re: Players Save

    No matter anyway cuz you can change paths in gamesys.conf

  7. #7
    cats addicted Zorno is offline
    Grand MasterRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: Players Save

    oh ok that anwers why i only see 2 empty folders i checked the wrong directory

  8. #8
    Grand Master 343 is offline
    Grand MasterRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,510Posts

    Re: Players Save

    yea, to find out the TRUE location look at your .conf file :p

  9. #9
    cats addicted Zorno is offline
    Grand MasterRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: Players Save

    I didnt check but what kind of database is this ? SQL ? Oracle ? Something own ? ( and yep i know its file based )

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

    Re: Players Save

    creepy and terrific berkeley... Oracle Berkeley DB

  11. #11
    cats addicted Zorno is offline
    Grand MasterRank
    Apr 2010 Join Date
    GermanyLocation
    1,465Posts

    Re: Players Save

    Quote Originally Posted by Romulan View Post
    creepy and terrific berkeley... Oracle Berkeley DB
    Oh BDB Quite simple and fast but a beast if it comes to problems
    Last edited by Zorno; 20-01-11 at 01:08 PM.

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

    Re: Players Save

    Creepy BDB for PW... Made by chinese devs °o°

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

    Re: Players Save

    SQLite is way better then BDB...

    If only they used that instead

  14. #14
    Robb rbb138 is offline
    Grand MasterRank
    Jan 2009 Join Date
    London, EnglandLocation
    1,241Posts

    Re: Players Save

    its not your standard BDB tho, its converted for use with gamedbd, you would have to convert it back to open it with berkley and so far nobody here knows enough about it to be successful.

  15. #15
    Black Magic Development das7002 is offline
    Grand MasterRank
    Apr 2010 Join Date
    EarthLocation
    2,188Posts

    Re: Players Save

    Quote Originally Posted by rbb138 View Post
    its not your standard BDB tho, its converted for use with gamedbd, you would have to convert it back to open it with berkley and so far nobody here knows enough about it to be successful.
    I've been sort of playing with it a lot... eventually I do want to release a rewritten gamedbd that uses MySQL or SQLite as the backend database instead as that would allow much better access to all the data...

    What really gets me though is the network protocols and everything that can be sent to it and everything it can send...



Advertisement