Jump to content

Mali

Honorable Member
  • Posts

    918
  • Joined

  • Days Won

    876
  • Feedback

    100%

Everything posted by Mali

  1. Another time please write to main topic. You don't need to create new topic
  2. M2 Download Center Download Here ( Internal ) [Hidden Content] It's so simple but I'm using when I add a new system. It's checking empty and used enums and writing to file. settings/packet.h: Copy your tables.h and packet.h enums. settings/packet_data.h:
  3. A guy asked me about second key. First key is tradable item second key is cannot be tradable. * Now 2 key is activated. If you have both of them, delete is starting from tradable item. You can change from length.h; INVENTORY_START_DELETE_VNUM = INVENTORY_OPEN_KEY_VNUM, * Client settings added to gametype.h
  4. # Big Update: * 80% of Client-Side files have been converted from official root files. * Deleted locale/xx/ui/inventorywindow.py codes(like official) * Now If you want to more than 4 inventory, you don't need to change variables etc. manually anymore. (Client and Server) [Not Just for c++11(+) users] * You can change Default Open/Locked Inventory Count Settings: Length.h; INVENTORY_OPEN_PAGE_COUNT = 2, INVENTORY_OPEN_KEY_VNUM = 72320, uiinventory.py; self.default_open_inven = 2 self.INVENTORY_OPEN_KEY_VNUM = 72320
  5. I added a new update for c++11(+) users. If you want to more than 4 inventory, you don't need to change variables etc. manually anymore. Only For ServerSide: Exchange.cpp Char.cpp
  6. I think you are looking for: Change 160 for your gauge
  7. Thanks for your support I'm not a python developer like you. I will edit topic in a short time. Edit:Updated
  8. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Before: After:
  9. this works for me UserInterface.cpp find #include "WiseLogicXTrap.h" add //via [Hidden Content] #define stdin (__acrt_iob_func(0)) #define stdout (__acrt_iob_func(1)) #define stderr (__acrt_iob_func(2)) FILE _iob[] = { *stdin, *stdout, *stderr }; extern "C" FILE * __cdecl __iob_func(void) { return _iob; }
  10. Fixed offline player problem: [Hidden Content]
  11. I changed code in PythonNetworkStreamPhaseGame.cpp. Can you test it? Thanks for the message
  12. Just change emplace_back to push_back And please don't use vs2008 in 2019
  13. M2 Download Center Download Here ( Internal ) Download Here ( GitHub )
  14. #Update added Clang-8/C++2a tutorial with FreeBSD12 + example source
  15. #Update PolyItem Isn't same topic Can someone explain to him what is this topic?
  16. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Skill book/polyitem received message: Before: After:
  17. Added freebsd 12 for request, not tested. Default compiler is clang 8
  18. #Update V2(You need Emoji Textline) Custom Sort:Change item.h
×
×
  • 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.