Jump to content

Avvex

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Avvex

  1. 11 hours ago, xGalardo said:

    tables.h
     

    server/packet.h

    char_item.cpp
     

    Client/Packet.h

    PythonNetworkStreamPhaseGame.cpp

    I suspect PythonNetworkPhaseGame, I haven't found much code related to refine elsewhere.
    Where there is sysser, I have also rewritten them, of course.

    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. 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.