Jump to content

Speachless

Premium
  • Posts

    683
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by Speachless

  1. I added in my source : int iPos = s_grid1.FindBlank(1, item->GetSize()); if (iPos >= 0) { s_grid1.Put(iPos, 1, item->GetSize()); } else { iPos = s_grid2.FindBlank(1, item->GetSize()); if (iPos >= 0) { s_grid2.Put(iPos, 1, item->GetSize()); } else { iPos = s_grid3.FindBlank(1, item->GetSize()); if (iPos >= 0) { s_grid3.Put(iPos, 1, item->GetSize()); } else { iPos = s_grid4.FindBlank(1, item->GetSize()); if (iPos >= 0) { s_grid4.Put(iPos, 1, item->GetSize()); } else { return false; } } } } return true; } And i get next error : exchange.cpp: In member function 'bool CExchange::CheckSpace()': exchange.cpp:452: error: a function-definition is not allowed here before '{' token exchange.cpp:642: error: expected `}' at end of input compile input_auth.cpp gmake: *** [OBJDIR/exchange.o] Error 1
  2. I added in my source : int iPos = s_grid1.FindBlank(1, item->GetSize()); if (iPos >= 0) { s_grid1.Put(iPos, 1, item->GetSize()); } else { iPos = s_grid2.FindBlank(1, item->GetSize()); if (iPos >= 0) { s_grid2.Put(iPos, 1, item->GetSize()); } else { iPos = s_grid3.FindBlank(1, item->GetSize()); if (iPos >= 0) { s_grid3.Put(iPos, 1, item->GetSize()); } else { iPos = s_grid4.FindBlank(1, item->GetSize()); if (iPos >= 0) { s_grid4.Put(iPos, 1, item->GetSize()); } else { return false; } } } } return true; }And i get next error : exchange.cpp: In member function 'bool CExchange::CheckSpace()': exchange.cpp:452: error: a function-definition is not allowed here before '{' token exchange.cpp:642: error: expected `}' at end of input compile input_auth.cpp gmake: *** [OBJDIR/exchange.o] Error 1
  3. We all know that when we are using the mounts like white lion the mobs after some seconds of riding doesn't want to apear anymore . Some1 got the resolvation ?
  4. I made it, but i dont want make maintenances to add anothers moderators acces on that quest My moderatos don't have gm rank, so i cant use the gm function .
  5. So this is the letter part . if pc . get_name ( ) == "[%]" then send_letter ( "Anunta ca esti online" ) return end But it don't send the letter ,,Anunta ca esti online '' , someone know how to make it get the all name with rank [MOD] or [%] all ?
  6. Players reported me they couldn't upgrade the 6th skill when they reached the G1 . They got this messange at soul stone : ,,You don't have any skill to upgrade yet '' or something like that !
  7. There are a lot of metin2 private servers, if they want to close them.. they will start with the most populated servers, but also with the international ones.
  8. How to create another for the flame map ? Do you have one good ? Or explain me how it works.
  9. So in flame map characters get blocked when they logout or change ch . ( /go flame ) this is the map . How can i repair that ?
  10. SYSERR: Feb 11 15:45:15 :: Boot: cannot load CommonDropItem: locale/poland/common_drop_item.txt SYSERR: Feb 11 16:10:35 :: ReadSpecialDropItemFile: ReadSpecialDropItemFile : there is no item 50526 : node szkat_umarlego_rozpruwacza SYSERR: Feb 11 16:10:35 :: Boot: cannot load SpecialItemGroup: locale/poland/special_item_group.txt Delete the 50526 and 50049 from common drop item .txt
  11. How can i adapt the pc3 from official to a private ? Because if i use it my lycan is invizible . I want the official animation lycan , because on my pc3 lycan didn't move his shoulders. Thanks.
  12. I can't make by quest . How to make the Lycan's motion speed/duration same as Sura's motion or another normal character ?
  13. The another characters doesn't have this bug , this is not a solution .
×
×
  • 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.