Jump to content

Traceur3RUN

Inactive Member
  • Posts

    408
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Traceur3RUN

  1. yea many people is kids and use old lua quest. but is better write quest on c++ and compile
  2. i working on this 2 week but nothing fixed ref 1006 11:52:25582 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error 1006 11:52:25582 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error 1006 11:52:25589 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error 1006 11:52:25589 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error 1006 11:52:26470 :: invalid idx 0 1006 11:52:34903 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
  3. search this line: LIBDIR += -L../../libthecore/lib -L../../libsql -L../../libpoly -L../../libgame/lib and change to this line: LIBDIR += -L../../libthecore/lib -L../../libsql -L../../libpoly -L../../libgame/lib -L/usr/local/lib/mysql
  4. You Update The Time , But I Want Delete It . But I Will Try if you want delete time limit you must all files where you find limit_time and delete this line
  5. #ifndef __LIMIT_TIME__ #define __LIMIT_TIME__ //#define ENABLE_LIMIT_TIME #define GLOBAL_LIMIT_TIME 1443027211UL // Wed Sep 23 18:53:31 2015 #define TIME_OVER_PONG_DOWN_RATE 50000 #define TIME_OVER_LOGIN_DOWN_RATE 10000 #endif change to this #ifndef __LIMIT_TIME__ #define __LIMIT_TIME__ //#define ENABLE_LIMIT_TIME #define GLOBAL_LIMIT_TIME 2443027211UL // Wed Sep 23 18:53:31 2015 #define TIME_OVER_PONG_DOWN_RATE 50000 #define TIME_OVER_LOGIN_DOWN_RATE 10000 #endif and try again
  6. you add on locale inc #define ENABLE_DRAGON_SOUL_SYSTEM #define ENABLE_NEW_EQUIPMENT_SYSTEM ?
  7. hi dev i have one question I thought long over this teeth do quests in c ++ and after compiling were read from the quest as well as game and db
  8. novaline only; the rest should be expired by now something else is causing the game to crush (if its crushing) open limit time.h and change to this: #ifndef __LIMIT_TIME__ #define __LIMIT_TIME__ #define ENABLE_LIMIT_TIME #define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep 6 18:46:23 2014 #define TIME_OVER_PONG_DOWN_RATE 50000 #define TIME_OVER_LOGIN_DOWN_RATE 10000 #endif you didnt change anything -.- #ifndef __LIMIT_TIME__ #define __LIMIT_TIME__ #define TIME_OVER_PONG_DOWN_RATE 50000 #define TIME_OVER_LOGIN_DOWN_RATE 10000 #endif old #ifndef __LIMIT_TIME__ #define __LIMIT_TIME__ #define ENABLE_LIMIT_TIME #define GLOBAL_LIMIT_TIME 1409996783UL // Sat Sep 6 18:46:23 2014 #define TIME_OVER_PONG_DOWN_RATE 50000 #define TIME_OVER_LOGIN_DOWN_RATE 10000 #endif new #ifndef __LIMIT_TIME__ #define __LIMIT_TIME__ #define ENABLE_LIMIT_TIME #define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep 6 18:46:23 2014 #define TIME_OVER_PONG_DOWN_RATE 50000 #define TIME_OVER_LOGIN_DOWN_RATE 10000 #endif i use this and its perfect working but i dont know what you doing okey you can delete time but no need just change time
  9. 1005 19:53:00617 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp31005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error1005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item2.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=270, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item2.mse, isCache=1) - Error1005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error1005 19:53:06573 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item4.mse) Error1005 19:53:06573 :: CInstanceBase::RegisterEffect(eEftType=272, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item4.mse, isCache=1) - Error1005 19:53:06833 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp31005 19:53:07063 :: invalid idx 01005 19:53:13057 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.1005 19:53:17282 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 play music problem: Change your MSS32.dll. You can copy this from official client Buff_item3.mse .... problem You havent the ring effects. And Check your uiinventory and uiscript i go to effect ymir work effect etc but there no folder buff its on one of the new patchs yes i know i have last 4 errors 1006 11:52:25582 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error 1006 11:52:25582 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error 1006 11:52:25589 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error 1006 11:52:25589 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error 1006 11:52:26470 :: invalid idx 0 1006 11:52:34903 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
  10. open limit time.h and change to this: #ifndef __LIMIT_TIME__ #define __LIMIT_TIME__ #define ENABLE_LIMIT_TIME #define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep 6 18:46:23 2014 #define TIME_OVER_PONG_DOWN_RATE 50000 #define TIME_OVER_LOGIN_DOWN_RATE 10000 #endif
  11. 1005 19:53:00617 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp31005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error1005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item2.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=270, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item2.mse, isCache=1) - Error1005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error1005 19:53:06573 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item4.mse) Error1005 19:53:06573 :: CInstanceBase::RegisterEffect(eEftType=272, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item4.mse, isCache=1) - Error1005 19:53:06833 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp31005 19:53:07063 :: invalid idx 01005 19:53:13057 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.1005 19:53:17282 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3 play music problem: Change your MSS32.dll. You can copy this from official client Buff_item3.mse .... problem You havent the ring effects. And Check your uiinventory and uiscript i go to effect ymir work effect etc but there no folder buff
  12. 1006 09:56:07142 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error 1006 09:56:07142 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error 1006 09:56:07145 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error 1006 09:56:07145 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error 1006 09:56:07637 :: invalid idx 0 1006 09:56:13544 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010). Automatic conversion will be attempted.
  13. hi. someone can help me with this? 1.costume fixed 2.item shop when i enter password 000000 i got password bad lol? i know on source i must edit but where?
×
×
  • 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.