Jump to content

Avvex

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Avvex

  1. PythonNetworkStreamPhaseGame.cpp Py_BuildValue("(iiii)", kRefineInfoPacket.pos, kRefineInfoPacket.refine_table.result_vnum, rkRefineTable.cost, rkRefineTable.prob)); to Py_BuildValue("(iiLi)", kRefineInfoPacket.pos, kRefineInfoPacket.refine_table.result_vnum, rkRefineTable.cost, rkRefineTable.prob)); and search under (iiiii) to iiLii)
  2. Fixed - I forgot to change ClientManagerPlayer.cpp
  3. Hello, I have a problem with the extended gold limit in src. I can set the gold to 100,000,000,000, but no changes to the DB (when I restart the server gold returns to its previous value), I looked at the player.gold table and it looks like it doesn't update at all. I set it to BIGINT (15), no errors in syserr.
×
×
  • 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.