Jump to content

Minion

Member
  • Posts

    148
  • Joined

  • Last visited

  • Feedback

    0%

About Minion

Informations

  • Gender
    Male

Recent Profile Visitors

1581 profile views

Minion's Achievements

Community Regular

Community Regular (8/16)

  • Dedicated
  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

71

Reputation

  1. Did it bother you that this package went after 3 attempts to enter? Or at each entrance different packages? P.S. Sorry for google translate
  2. Hello. There is an error "Unknown packet header: 148, last: 251 250", where 148 is the random number of the packet (it does not exist not in the client, not in the server). This error occurs during the entry and download phases. What could be the problem?
  3. fix Assertion failed: (!ms_singleton), function singleton, file ./../../common/singleton.h, line 13. Open service.h Add: #define CUNIQUEMANAGER_FIX Open main.cpp Find: DSManager dsManager; Add after: #ifdef CUNIQUEMANAGER_FIX CUniqueManager cUManager; #endif Open questmanager.cpp Find: pUniqueManager = new CUniqueManager(); master = pUniqueManager->Create("__DEFAULT__"); character = pUniqueManager->Create("__CHARACTER__"); Replace: #ifdef CUNIQUEMANAGER_FIX master = CUniqueManager::instance().Create("__DEFAULT__"); character = CUniqueManager::instance().Create("__CHARACTER__"); #else pUniqueManager = new CUniqueManager(); master = pUniqueManager->Create("__DEFAULT__"); character = pUniqueManager->Create("__CHARACTER__"); #endif Open questmanager.h Find: CUniqueManager* pUniqueManager; Replace: #ifndef CUNIQUEMANAGER_FIX CUniqueManager* pUniqueManager; #endif P.S. NO TESTED!!!! P.S.2 Sorry for my bad english questlua_unique.cpp
  4. kernel: ipfw: add_dyn_rule: Cannot allocate rule kernel: ipfw: ipfw_install_state: add parent failed how to fix this? My rules firewall:
  5. Group RefineGradeTables { Group Default { #--# NEED_COUNT FEE GRADE_NORMAL GRADE_BRILLIANT GRADE_RARE GRADE_ANCIENT GRADE_LEGENDARY GRADE_NORMAL 15 30000 0 100 0 0 0 GRADE_BRILLIANT 10 50000 0 0 100 0 0 GRADE_RARE 5 70000 0 0 0 100 0 GRADE_ANCIENT 3 100000 0 0 0 0 100 } } Group RefineStepTables { Group Default { #--# NEED_COUNT FEE STEP_LOWEST STEP_LOW STEP_MID STEP_HIGH STEP_HIGHEST STEP_LOWEST 4 20000 0 100 0 0 0 STEP_LOW 3 30000 0 0 100 0 0 STEP_MID 2 40000 0 0 0 100 0 STEP_HIGH 1 50000 0 0 0 0 100 } } Group RefineStrengthTables { Group Default { # MATERIAL_DS_REFINE_NORMAL : GRADE_NORMAL °­И­ј® # MATERIAL_DS_REFINE_BLESSED : Гає№АЗ °­И­ј® # MATERIAL_DS_REFINE_HOLLY : їлЅЕАЗ °­И­ј® #--# FEE 0 1 2 3 4 5 MATERIAL_DS_REFINE_NORMAL 10000 100 100 100 100 100 100 MATERIAL_DS_REFINE_BLESSED 20000 100 100 100 100 100 100 MATERIAL_DS_REFINE_HOLLY 30000 100 100 100 100 100 100 } }
  6. Me need new stone icon resist magic reduce
  7. 0325 13:33:00312 :: Could not import uiScriptLocale 0325 13:33:01056 :: RunMain Error i compiled uisript.py in c++ is good
  8. you no compiled uitooltip.py in c
  9. On the recent official roots, the "pack_open" is renamed as "open", and "open" as "old_open". Post your old system.py (push it on pastebin/pastie). Probably, your lib folder contains .pyc files compiled with py2.2. You should use the ones for 2.7. [Hidden Content] no work...
  10. install python 2.7 in binary
  11. why white? I created an alpha channel, and removed the background
  12. I added a map 16x16 in channel1 core1_1. and added a regen. i start server. core4 is down. why? sysser and syslog clean
×
×
  • 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.