Jump to content

Jira

Premium
  • Posts

    191
  • Joined

  • Days Won

    2
  • Feedback

    0%

Everything posted by Jira

  1. Check the function 'UpdateTextTailLevel' from InstanceBaseEffect.cpp
  2. missing miles folder, arhived with wrong directory or the arhive is not loaded?
  3. and at messenger_list table from player database you must to change the length if you have not changed
  4. Userinterface.cpp change #ifdef _DISTRIBUTE PyModule_AddIntConstant(builtins, "__DEBUG__", 0); #else PyModule_AddIntConstant(builtins, "__DEBUG__", 1); #endif with #ifndef _DEBUG PyModule_AddIntConstant(builtins, "__DEBUG__", 0); #else PyModule_AddIntConstant(builtins, "__DEBUG__", 1); #endif
  5. pkg update -f && pkg search makedepend and install the version...
  6. pkg install makepend sorry, just pkg install makedepend
  7. Just include the boost headers inside to ClientManager.h #include <boost/unordered_map.hpp> ... ?
  8. ALUA (item_get_flag) { LPITEM item = CQuestManager::instance().GetCurrentItem(); lua_pushnumber(L, item ? item->GetFlag() : 0);  return 1; } Yes.
  9. [Hidden Content] And you can add auto ban function or check if the text is insult & the guys cannot input via whisper or chat
  10. M2 Download Center Download Here ( Internal ) 4.1 1.6
  11. char_item.cpp case ITEM_GIFTBOX: [Hidden Content]
×
×
  • 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.