Jump to content

Avvex

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

About Avvex

Recent Profile Visitors

1154 profile views

Avvex's Achievements

Rookie

Rookie (2/16)

  • Reacting Well
  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  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.