Jump to content

ronniwe

Inactive Member
  • Posts

    27
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ronniwe

  1. Anybody have functional quest for this map? Thanks
  2. Hi, Anyone have npc_talk quest original? For example: when 20006.chat."요즘 오빠가" begin say("미리내:") say("요즘 오빠가 자주 집을 비워서 걱정이 너무 많이 되요...") say("") end But replaced with lines from translate-lua? gameforge.npc_talk._340_npcChat
  3. Hi! Anyone have this quests translated in english for translate.lua: main_quest_flame_lv99 to main_quest_flame_lv105 ? Thanks! Skype -EDIT-
  4. Hi i'm searching translate.lua 100% translated and with good translation. I can pay for it. Thanks.
  5. Hi, thanks Denis. I add for see lvl in metin stones only replace: m_dwLevel = ((c_rkCreateData.m_dwRace > 8 && c_rkCreateData.m_bType == CActorInstance::TYPE_ENEMY) ? level_mob : c_rkCreateData.m_dwLevel); for: m_dwLevel = ((c_rkCreateData.m_dwRace > 8 && (c_rkCreateData.m_bType == CActorInstance::TYPE_ENEMY || c_rkCreateData.m_bType == CActorInstance::TYPE_STONE)) ? level_mob : c_rkCreateData.m_dwLevel); Regards.
  6. Hi, I added resist_claw, but appear it. UNKNOWN_TYPE[83] I added in uitooltip.py item.APPLY_RESIST_CLAW : localeInfo.TOOLTIP_APPLY_RESIST_CLAW, locale_game TOOLTIP_APPLY_RESIST_CLAW Resist Claw %d%% SA I added in Binary: APPLY_RESIST_CLAW, //94 PyModule_AddIntConstant(poModule, "APPLY_RESIST_CLAW", CItemData::APPLY_RESIST_CLAW); Item_attr DB RESIST_CLAW 18 10 10 10 10 15 0 5 0 5 5 0 0 5 And server part is good too. Someone have this problem? Thanks.
  7. Hi all. I 've this bug someone have a solution for it? I have horse level 11. And if i change channel, level of horse is 0. And sometimes appear dead. [Hidden Content] Thanks.
  8. Hi, I'm trying put differents items to shop. In file char_item.cpp i search 50200 and clone function with a m_shop= 1. and work then, i create same function with case 50217 and work but when i add same function with case 50218 or 19 or other game fall down. I can delete 50217 and change for 50218 and work. It's posible exist limit of it?
  9. I have this error: linking ../game_r40999.... .obj/char.o: In function `std::vector<std::string, std::allocator<std::string> >::size() const': /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBlockListArray' /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBlockListArray' /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBannListArray' /usr/include/c++/4.2/bits/stl_vector.h:408: undefined reference to `SpamBannListArray' .obj/main.o: In function `main': /usr/xavi/source-server/Srcs/Server/game/src/main.cpp:512: undefined reference to `LoadBlockSpamList()' /usr/xavi/source-server/Srcs/Server/game/src/main.cpp:513: undefined reference to `LoadBannSpamList()' gmake: *** [../game_r40999] Error 1
  10. Hi, I tried insert more sockets for insert stones... And I change it in ClientGameLibItemData.h: ITEM_SOCKET_MAX_NUM = 3 to 4 for example. and in server: common/item_length.h ITEM_SOCKET_MAX_NUM = 3 to 4 for example. I compile DB, GAME, and binary. But when i start clientside, and login appear it.. And i don't change nothing of it. 0726 17:51:03681 :: game.py(line:229) Open game.py(line:647) StartGame game.py(line:799) RefreshCharacter interfaceModule.py(line:577) RefreshCharacter uiCharacter.py(line:1110) RefreshCharacter uiCharacter.py(line:1172) __SelectSkillGroup uiCharacter.py(line:1158) __SetSkillSlotData uiCharacter.py(line:855) RefreshSkill uiCharacter.py(line:830) __RefreshSkillPage GameWindow.Open - <type 'exceptions.RuntimeError'>:skill.GetSkillType - Failed to find skill by 61 0726 17:51:03683 :: ============================================================================================================ 0726 17:51:03683 :: Abort!!!!
  11. Hello, i need help. How I can increase amount of gold in trade window. And in shop: Because when i put a lot of Yang. Is bugged to 0: Thanks.
  12. Hi!, I'have this error: uiInventory.py(line:304) __LoadWindow ui.py(line:2715) GetChild InventoryWindow.LoadWindow.BindObject - <type 'exceptions.KeyError'>:'Inventory_Tab_03' 0721 01:22:37454 :: ============================================================================================================ 0721 01:22:37454 :: Abort!!!! Any solution? Thanks.
  13. Hi! Any solution for db 40146? Thanks!
×
×
  • 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.