Jump to content

Cortana

Inactive Member
  • Posts

    78
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Cortana

  1. If i open as example 200 boxes, the items of the boxes does not stack, so all of the inventory is full.. Does someone know how to fix it? Nice regards
  2. Hi Guys, i have the problem, that i cant change the sell price of items... Where does i have to change in navicat? and does i have to change in clientside too? Please help me guys i couldnt found <.< nice regards
  3. Can someone help me to remove this buggy system? I dont know how to remove... Nice Regards
  4. Do you sell protection? Do you already have costumer?
  5. Here is the Funktion.. Im not good with c++ but for me it look at right.. Please check it maybe: void CHARACTER::DetermineDropMetinStone() { const int METIN_STONE_NUM = 14; static DWORD c_adwMetin[METIN_STONE_NUM] = { 28030, 28031, 28032, 28033, 28034, 28035, 28036, 28037, 28038, 28039, 28040, 28041, 28042, 28043, }; DWORD stone_num = GetRaceNum(); int idx = std::lower_bound(aStoneDrop, aStoneDrop+STONE_INFO_MAX_NUM, stone_num) - aStoneDrop; if (idx >= STONE_INFO_MAX_NUM || aStoneDrop[idx].dwMobVnum != stone_num) { m_dwDropMetinStone = 0; } else { const SStoneDropInfo & info = aStoneDrop[idx]; m_bDropMetinStonePct = info.iDropPct; { m_dwDropMetinStone = c_adwMetin[number(0, METIN_STONE_NUM - 1)]; int iGradePct = number(1, 100); for (int iStoneLevel = 0; iStoneLevel < STONE_LEVEL_MAX_NUM; iStoneLevel ++) { int iLevelGradePortion = info.iLevelPct[iStoneLevel]; if (iGradePct <= iLevelGradePortion) { break; } else { iGradePct -= iLevelGradePortion; m_dwDropMetinStone += 100; // µ¹ +a -> +(a+1)ÀÌ µÉ¶§¸¶´Ù 100¾¿ Áõ°¡ } } } } }[PHP]
  6. Nice thanks, can you make a guide how to make for safebox etc. too? Can you say me how i can make in red like official?
  7. Please help me.. No one can solve... I pay for fix
  8. Hi guys, i got following Problem. All stones drop only stoned +4 and this to 100% from stone.. i cant understand this... constants.cpp : const SStoneDropInfo aStoneDrop[STONE_INFO_MAX_NUM] = { // mob pct {+0 +1 +2 +3 +4} {8005, 60, {0, 0, 0, 9, 1} }, {8006, 60, {0, 0, 0, 11, 1} }, {8007, 60, {0, 0, 0, 13, 2} }, {8008, 60, {0, 0, 0, 15, 2} }, {8009, 60, {0, 0, 0, 17, 2} }, {8010, 60, {0, 0, 0, 20, 2} }, {8011, 60, {0, 0, 0, 22, 3} }, {8012, 60, {0, 0, 0, 24, 3} }, {8013, 60, {0, 0, 0, 29, 3} }, {8014, 60, {0, 0, 0, 30, 3} }, };[php]
  9. Hi guys! Can someone help or send me a guide how to setup a secure teamspeak3 server on freebsd 9.3? I want to use metin2 root for teamspeak 3 Please help me
  10. Hi guys, If i want to compile my source i get the following error by every file: Please help me to solve.. Nice regards
  11. Im setting up metin2 pserver like Rumors guide but i got following error on my OVH Game server after use the command to install mysql: Please help me
  12. where? Please say me exactly what i have to do in which file.. Thanks for help!
  13. syserr Client: 0309 22:40:43115 :: File "game.py", line 1071, in StartExchange 0309 22:40:43115 :: File "interfaceModule.py", line 744, in StartExchange 0309 22:40:43115 :: File "uiExchange.py", line 84, in OpenDialog 0309 22:40:43115 :: NameError 0309 22:40:43115 :: : 0309 22:40:43115 :: global name 'constInfo' is not defined 0309 22:40:43115 :: 84, in OpenDialog 0309 22:40:07320 :: NameError 0309 22:40:07320 :: : 0309 22:40:07320 :: global name 'constInfo' is not defined 0309 22:40:07320 ::
×
×
  • 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.