Jump to content

Life

Inactive Member
  • Posts

    61
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Life

  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)
  7. 0008A81D: 8B E9 0008A81E: 95 6A 0008A81F: DC C7 0008A820: FD 05 0008A821: FF 00 000E6F8C: C0 8B 000E6F8D: 74 85 000E6F8E: 15 DC 000E6F8F: 8B FD 000E6F90: 45 FF 000E6F91: F4 FF 000E6F92: 33 25 000E6F93: 05 FF 000E6F94: 18 FF 000E6F95: 14 FF 000E6F96: 6A 7F 000E6F97: 08 83 000E6F98: 75 F8 000E6F99: 18 02 000E6F9A: 8B 7E 000E6F9B: 5D 05 000E6F9C: F8 B8 000E6F9D: 8B 00 000E6F9E: 75 00 000E6F9F: FC 00 000E6FA0: 89 00 000E6FA1: EC 89 000E6FA2: 5D C2 000E6FA3: C3 E9 000E6FA4: 89 7B 000E6FA5: 74 38 000E6FA6: 24 FA 000E6FA7: 04 FF Apply this Dif to gamefile
  8. There is a DIF to fix that. Which gamefile do you use?
  9. I really enjoyed the new need for speed movie, although i don't agree is much better than fast & furius, i think both are pretty good. You guys got a link for 720p?
  10. Use console to add this to player.player ALTER TABLE player.player ADD coins int(11) NOT NULL; *Not tested* The inventory shows 1234567, any solution?
  11. The 4th one is not linked with the story, It's a new story line, new cast , new everything!
  12. does the exp table editor work on r34083?
  13. Can someone help me with the quest please, instead of it finding the TR amount from the questflag, i want it to find it from mysql, and when buying something from the TR shop, it reduces TR from database.
×
×
  • 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.