Jump to content

Avisek

Inactive Member
  • Posts

    167
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Avisek

  1. Hello, I am trying to compile client source using VS2008 vc90 (I have installed VS2008 - no Express and vcredists). When I open source using VS2013 and click on "Properties" it says that vc90 is not installed (https://metin2.download/picture/GIJ1rKas4zgBxa131bZmQ1hn22NKVe5p/.png). I have really installed VS2008 (https://metin2.download/picture/GIJ1rKas4zgBxa131bZmQ1hn22NKVe5p/.png) and vcredists(https://metin2.download/picture/GIJ1rKas4zgBxa131bZmQ1hn22NKVe5p/.png). And When I try to open it with VS2008 it says that: https://metin2.download/picture/GIJ1rKas4zgBxa131bZmQ1hn22NKVe5p/.png skype: multidruggist Would you help me please? Thank you.
  2. Hello, I am trying to compile client source using VS2008 vc90 (I have installed VS2008 - no Express and vcredists). When I open source using VS2013 and click on "Properties" it says that vc90 is not installed ([Hidden Content]). I have really installed VS2008 ([Hidden Content]) and vcredists([Hidden Content]). And When I try to open it with VS2008 it says that: [Hidden Content] Would you help me please? Thank you.
  3. Ok.. He didn't solve that. So Its still open..
  4. Hello, I am trying to compile Vanilla but I am getting error in console: /home/vanilla/game/src/questlua_pc.cpp:409: undefined reference to `luaL_checknumber' /home/vanilla/game/src/questlua_pc.cpp:410: undefined reference to `luaL_checknumber' /home/vanilla/game/src/questlua_pc.cpp:420: undefined reference to `luaL_error' /home/vanilla/game/src/questlua_pc.cpp:429: undefined reference to `luaL_error' debug/questlua_pc.o: In function `quest::pc_give_item_from_special_item_group(lua_State*)': /home/vanilla/game/src/questlua_pc.cpp:448: undefined reference to `luaL_checknumber' debug/questmanager.o: In function `quest::CQuestManager::CanStartQuest(unsigned int)': questmanager.cpp:(.text+0x44b2): undefined reference to `lua_dobuffer' debug/questmanager.o: In function `quest::CQuestManager::ExecuteQuestScript(quest::PC&, std::__1::basic_string<char, std::__1::char_ traits<char>, std::__1::allocator<char> > const&, int, char const*, int, std::__1::vector<quest::AArgScript*, std::__1::allocator<qu est::AArgScript*> >*, bool)': questmanager.cpp:(.text+0x5335): undefined reference to `luaL_loadbuffer' questmanager.cpp:(.text+0x535c): undefined reference to `luaL_loadbuffer' debug/questlua.o: In function `quest::ScriptToString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<c har> > const&)': /home/vanilla/game/src/questlua.cpp:40: undefined reference to `lua_dobuffer' debug/questlua.o: In function `quest::IsScriptTrue(char const*, int)': /home/vanilla/game/src/questlua.cpp:180: undefined reference to `lua_dobuffer' debug/questlua.o: In function `quest::CQuestManager::InitializeLua()': /home/vanilla/game/src/questlua.cpp:463: undefined reference to `luaopen_base' /home/vanilla/game/src/questlua.cpp:464: undefined reference to `luaopen_table' /home/vanilla/game/src/questlua.cpp:465: undefined reference to `luaopen_string' /home/vanilla/game/src/questlua.cpp:466: undefined reference to `luaopen_math' /home/vanilla/game/src/questlua.cpp:468: undefined reference to `luaopen_io' /home/vanilla/game/src/questlua.cpp:469: undefined reference to `luaopen_debug' /home/vanilla/game/src/questlua.cpp:546: undefined reference to `lua_dofile' /home/vanilla/game/src/questlua.cpp:559: undefined reference to `lua_dofile' /home/vanilla/game/src/questlua.cpp:573: undefined reference to `lua_dofile' /home/vanilla/game/src/questlua.cpp:593: undefined reference to `lua_dofile' /home/vanilla/game/src/questlua.cpp:623: undefined reference to `lua_dofile' debug/questlua.o: In function `quest::CQuestManager::GotoSelectState(quest::QuestState&)': /home/vanilla/game/src/questlua.cpp:643: undefined reference to `luaL_getn' debug/questlua.o: In function `quest::CQuestManager::OpenState(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::a llocator<char> > const&, int)': /home/vanilla/game/src/questlua.cpp:795: undefined reference to `luaL_ref' debug/questlua.o: In function `quest::CQuestManager::CloseState(quest::QuestState&)': /home/vanilla/game/src/questlua.cpp:873: undefined reference to `luaL_unref' debug/questlua_guild.o: In function `quest::guild_level(lua_State*)': questlua_guild.cpp:(.text+0x332): undefined reference to `luaL_checknumber' debug/cmd_gm.o: In function `do_priv_guild(CHARACTER*, char const*, int, int)': cmd_gm.cpp:(.text+0x533c): undefined reference to `luaL_loadbuffer' debug/questlua_oxevent.o: In function `quest::oxevent_open(lua_State*)': questlua_oxevent.cpp:(.text+0x96): undefined reference to `lua_dofile' debug/questlua_global.o: In function `quest::_set_quest_state(lua_State*)': questlua_global.cpp:(.text+0x364d): undefined reference to `luaL_error' clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:88: ../game_r70220_debug] Error 1 I can pay for fix. Can you help me please? Thank you!
  5. Hello, I am trying to compile Vanilla but I am getting error in console: /home/vanilla/game/src/questlua_pc.cpp:409: undefined reference to `luaL_checknumber' /home/vanilla/game/src/questlua_pc.cpp:410: undefined reference to `luaL_checknumber' /home/vanilla/game/src/questlua_pc.cpp:420: undefined reference to `luaL_error' /home/vanilla/game/src/questlua_pc.cpp:429: undefined reference to `luaL_error' debug/questlua_pc.o: In function `quest::pc_give_item_from_special_item_group(lua_State*)': /home/vanilla/game/src/questlua_pc.cpp:448: undefined reference to `luaL_checknumber' debug/questmanager.o: In function `quest::CQuestManager::CanStartQuest(unsigned int)': questmanager.cpp:(.text+0x44b2): undefined reference to `lua_dobuffer' debug/questmanager.o: In function `quest::CQuestManager::ExecuteQuestScript(quest::PC&, std::__1::basic_string<char, std::__1::char_ traits<char>, std::__1::allocator<char> > const&, int, char const*, int, std::__1::vector<quest::AArgScript*, std::__1::allocator<qu est::AArgScript*> >*, bool)': questmanager.cpp:(.text+0x5335): undefined reference to `luaL_loadbuffer' questmanager.cpp:(.text+0x535c): undefined reference to `luaL_loadbuffer' debug/questlua.o: In function `quest::ScriptToString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<c har> > const&)': /home/vanilla/game/src/questlua.cpp:40: undefined reference to `lua_dobuffer' debug/questlua.o: In function `quest::IsScriptTrue(char const*, int)': /home/vanilla/game/src/questlua.cpp:180: undefined reference to `lua_dobuffer' debug/questlua.o: In function `quest::CQuestManager::InitializeLua()': /home/vanilla/game/src/questlua.cpp:463: undefined reference to `luaopen_base' /home/vanilla/game/src/questlua.cpp:464: undefined reference to `luaopen_table' /home/vanilla/game/src/questlua.cpp:465: undefined reference to `luaopen_string' /home/vanilla/game/src/questlua.cpp:466: undefined reference to `luaopen_math' /home/vanilla/game/src/questlua.cpp:468: undefined reference to `luaopen_io' /home/vanilla/game/src/questlua.cpp:469: undefined reference to `luaopen_debug' /home/vanilla/game/src/questlua.cpp:546: undefined reference to `lua_dofile' /home/vanilla/game/src/questlua.cpp:559: undefined reference to `lua_dofile' /home/vanilla/game/src/questlua.cpp:573: undefined reference to `lua_dofile' /home/vanilla/game/src/questlua.cpp:593: undefined reference to `lua_dofile' /home/vanilla/game/src/questlua.cpp:623: undefined reference to `lua_dofile' debug/questlua.o: In function `quest::CQuestManager::GotoSelectState(quest::QuestState&)': /home/vanilla/game/src/questlua.cpp:643: undefined reference to `luaL_getn' debug/questlua.o: In function `quest::CQuestManager::OpenState(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::a llocator<char> > const&, int)': /home/vanilla/game/src/questlua.cpp:795: undefined reference to `luaL_ref' debug/questlua.o: In function `quest::CQuestManager::CloseState(quest::QuestState&)': /home/vanilla/game/src/questlua.cpp:873: undefined reference to `luaL_unref' debug/questlua_guild.o: In function `quest::guild_level(lua_State*)': questlua_guild.cpp:(.text+0x332): undefined reference to `luaL_checknumber' debug/cmd_gm.o: In function `do_priv_guild(CHARACTER*, char const*, int, int)': cmd_gm.cpp:(.text+0x533c): undefined reference to `luaL_loadbuffer' debug/questlua_oxevent.o: In function `quest::oxevent_open(lua_State*)': questlua_oxevent.cpp:(.text+0x96): undefined reference to `lua_dofile' debug/questlua_global.o: In function `quest::_set_quest_state(lua_State*)': questlua_global.cpp:(.text+0x364d): undefined reference to `luaL_error' clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:88: ../game_r70220_debug] Error 1 Can you help me please? Thank you!
  6. Hello, I am newbie on compiling server-source. I need somebody, who explains me everything about server-sources.. I have server-source (with SF) and I need to edit it.. I can pay you, when you help me run up it and when you explain me everything. Skype: multidruggist Thank you!
  7. Hello, I have set alternative drop (like in "CODE"): 1 30 1 53517 10000 1 30 1 53517 2000 1 30 1 72301 10000 1 30 1 72301 2000 1 30 1 53516 10000 1 30 1 53516 2000 1 30 1 80003 10000 1 30 1 80003 2000 1 30 1 80004 10000 1 30 1 80004 2000 1 30 1 71088 10000 1 30 1 71088 2000 1 30 1 71089 10000 1 30 1 71089 2000 1 30 1 71090 10000 1 30 1 71090 2000 1 30 1 71080 10000 1 30 1 71080 2000 1 30 1 71081 10000 1 30 1 71081 2000 1 30 1 71082 10000 1 30 1 71082 2000 I have set it from 1 lv to 30 and some items.. For example I set it 100% chance.. When I carry them on me, nothing drop.. Just yangs.. What did I wrong? Thank you!
  8. Hello, I have got problem (problem is visualised on video: [Hidden Content] ) I can't refine anything and I always get stuck (I can't moving with items) syserr: 0704 21:52:56192 :: Traceback (most recent call last): 0704 21:52:56192 :: File "game.py", line 768, in OpenRefineDialog 0704 21:52:56192 :: File "interfaceModule.py", line 837, in OpenRefineDialog 0704 21:52:56192 :: File "uiRefine.py", line 296, in Open 0704 21:52:56193 :: AttributeError 0704 21:52:56193 :: : 0704 21:52:56193 :: 'module' object has no attribute 'REFINE_INFO' 0704 21:52:56193 :: Can you help me, please? Thank you!
  9. Thank you.. Dropped yang with that item? Because its not logical.. that something drops 2,5kk
  10. Hello, I know, that alternative drop is in common_drop_item.. File looks like: 45 120 0.025 6020 16000 45 120 0.05 6020 8000 40 120 0.125 6020 3200 45 120 0.005 6021 80000 45 120 0.01 6021 40000 40 120 0.025 6021 16000 45 120 0.00125 6022 320000 45 120 0.0025 6022 160000 40 120 0.00625 6022 64000 50 120 0.00625 6030 64000 50 120 0.0125 6030 32000 45 120 0.03125 6030 12800 50 120 0.0025 6031 160000 50 120 0.005 6031 80000 45 120 0.0125 6031 32000 50 120 0.00125 6032 320000 50 120 0.0025 6032 160000 45 120 0.00625 6032 64000 75 120 0.00625 6032 64000 75 120 0.00625 6032 64000 75 120 0.00625 6032 64000 75 120 0.0025 6033 160000 75 120 0.0025 6033 160000 75 120 0.0025 6033 160000 75 120 0.00125 6034 320000 75 120 0.00125 6034 320000 75 120 0.00125 6034 320000 75 120 0.0024 6054 166666 75 120 0.0024 6054 166666 75 120 0.0024 6054 166666 75 120 0.00048 6055 833333 75 120 0.00048 6055 833333 75 120 0.00048 6055 833333 75 120 0.00016 6056 2500000 75 120 0.00016 6056 2500000 75 120 0.00016 6056 2500000 75 120 0.0024 6044 166666 75 120 0.0024 6044 166666 75 120 0.0024 6044 166666 75 120 0.00048 6045 833333 75 120 0.00048 6045 833333 75 120 0.00048 6045 833333 75 120 0.00016 6046 2500000 75 120 0.00016 6046 2500000 75 120 0.00016 6046 2500000 15 41 0.004 21510 100000 15 41 0.005 21510 80000 15 41 0.0125 21510 32000 35 120 0.004 21520 100000 35 120 0.01 21520 40000 The first value is from which level, second is to which level.. Third value is percentage. 4th is ID of item and what is 5th value? Can you help me please?
  11. Hello, I added everything from buff system (locale, root, pack) into server (+ added into source of client).. Icons and itemdesc works.. But one thing, that doesn't work is getting effects.. When I click on this item, nothing happens. and in syserr is this: 0703 14:41:39086 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=221) - Strange Skill Need Weapon(p_palbang) 0703 14:41:39086 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=222) - Strange Skill Need Weapon(p_amseup) 0703 14:41:39086 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=223) - Strange Skill Need Weapon(p_swaeryeong) 0703 14:41:39086 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=224) - Strange Skill Need Weapon(p_yongpa) 0703 14:41:39086 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=225) - Strange Skill Attribute(p_gigongcham) 0703 14:41:39086 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=226) - Strange Skill Need Weapon(p_hwajo) 0703 14:41:39086 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=228) - Strange Skill Need Weapon(p_byeorak) 0703 14:41:39086 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=236) - Strange Skill Need Weapon(pp_palbang) 0703 14:41:39086 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=237) - Strange Skill Need Weapon(pp_amseup) 0703 14:41:45522 :: Unknown Server Command DayMode light | DayMode Can you help me, please?
  12. Hello, I have problems while compiling source code.. "Unable to start CWebBrowser.lib" etc.. If you help me, I can pay you. Add me on skype: multidruggist Thank you
  13. Hello, I have got SF + Client + Source by this guy: -link removed- and I dont know, how to open source. I am newbie :-/ What things do I need + where Can I download it??
  14. Hello, Where I can find translation in "character" window (C/V/B/...) I didn't find it on locale_game and locale_interface? Thank you!
  15. Hello, Could you explain me how CRC patcher works please? (about patchlist) First word in patchlist is name of file.. and other 2 words? What should I input there? Thank you!
  16. Nice, thank you very much... Need more people like you
  17. Hello, I have very nice SF but there is one problem.. I think It was working When I turned it on, but now its not working.. When I am going to exp (for example with new character), Yangs don't drop.. Can you help me please? Thank you!
×
×
  • 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.