Jump to content

Life

Inactive Member
  • Posts

    61
  • Joined

  • Last visited

  • Feedback

    0%

About Life

Recent Profile Visitors

1643 profile views

Life's Achievements

Contributor

Contributor (5/16)

  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done
  • One Month Later

Recent Badges

13

Reputation

  1. I did this a long time ago. I vaguely remember the steps. Replace the DB cache for 34k Replace gamefile Add the lib no_txt_db have a 34k supported client I may be missing some other things.
  2. If your using invoice or 34k replace mysql function with this one [Hidden Content]
  3. Hi, How do i make this return function getcoins() os.execute("mysql -u root player --execute='SELECT coins FROM player WHERE id = "..pc.get_player_id()..";'") end Like this: local a = mysql_query("SELECT coins from player.player WHERE id="..pc.get_account_id().." LIMIT 1;")[1][1] a = tonumber(a) return a (im using os.execute because i'm getting a error when i use mysql_query)
  4. The only error i have is i cannot see any items in inventory but i can see it when i connect the test client so therefore it's all working fine if you do it correctly. Once i'v somehow upgraded the client, i'll let you know how i did it.
  5. I am using invoice currently trying to upgrade to 4k from 34k. I managed to upgrade the server side successfully now i'm trying to upgrade the client too. Just replace the dbcache and gamefile from vanilla on serverside and upload the libs mentioned on the "read me" text document.
  6. Install invoice v2 and then just upgrade to the 4k core, I just did that now i'm trying to upgrade my client too (This is hard)
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.