Jump to content

Metin2 Dev

Bot
  • Posts

    2151
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Metin2 Dev

  1. They he would make his question more clarified.
  2. We should ban ppl like this.
  3. case ITEM_GACHA: { DWORD dwBoxVnum = item->GetVnum(); std::vector <DWORD> dwVnums; std::vector <DWORD> dwCounts; std::vector <LPITEM> item_gets(0); int count = 0; if (GiveItemFromSpecialItemGroup(dwBoxVnum, dwVnums, dwCounts, item_gets, count)) { for (int i = 0; i < count; i++){ switch (dwVnums[i]) { case CSpecialItemGroup::GOLD: ChatPacket(CHAT_TYPE_INFO, LC_TEXT("돈 %d 냥을 획득했습니다."), dwCounts[i]); break; case CSpecialItemGroup::EXP: ChatPacket(CHAT_TYPE_INFO, LC_TEXT("상자에서 부터 신비한 빛이 나옵니다.")); ChatPacket(CHAT_TYPE_INFO, LC_TEXT("%d의 경험치를 획득했습니다."), dwCounts[i]); break; case CSpecialItemGroup::MOB: ChatPacket(CHAT_TYPE_INFO, LC_TEXT("상자에서 몬스터가 나타났습니다!")); break; case CSpecialItemGroup::SLOW: ChatPacket(CHAT_TYPE_INFO, LC_TEXT("상자에서 나온 빨간 연기를 들이마시자 움직이는 속도가 느려졌습니다!")); break; case CSpecialItemGroup::DRAIN_HP: ChatPacket(CHAT_TYPE_INFO, LC_TEXT("상자가 갑자기 폭발하였습니다! 생명력이 감소했습니다.")); break; case CSpecialItemGroup::POISON: ChatPacket(CHAT_TYPE_INFO, LC_TEXT("상자에서 나온 녹색 연기를 들이마시자 독이 온몸으로 퍼집니다!")); break; case CSpecialItemGroup::MOB_GROUP: ChatPacket(CHAT_TYPE_INFO, LC_TEXT("상자에서 몬스터가 나타났습니다!")); break; default: if (item_gets[i]) { if (dwCounts[i] > 1) ChatPacket(CHAT_TYPE_INFO, LC_TEXT("상자에서 %s 가 %d 개 나왔습니다."), item_gets[i]->GetName(), dwCounts[i]); else ChatPacket(CHAT_TYPE_INFO, LC_TEXT("상자에서 %s 가 나왔습니다."), item_gets[i]->GetName()); } } } if(item->GetSocket(0) > 1) item->SetSocket(0, item->GetSocket(0) - 1); else ITEM_MANAGER::instance().RemoveItem(item, "REMOVE (ITEM_GACHA)"); } } break; When you open a gacha box and you get yang, experience, etc. nothing appears. I think with this it would be corrected.
  4. #include "service.h" in tables.h
  5. I've tried to implement Chromium, but not successfully for now. There are higher priorities.
  6. Why do we have a conversation about map limit?
  7. I'm not sure if it is possible without editing a system. I currently can't test it but have you tried to put it there without quotation marks? As I think it will return an error. I mean this: quest levelQuest begin state start begin when 1231.chat.(pc.get_level()) begin say_title("Test") end end end
  8. For example, if you are level 24 and you click on NPC it gives you this output: l---------------------l l 24 l l---------------------l l---------------------l l Close l l---------------------l Am I right?
  9. Welcome to M2 community. Many of developers are just wanna-be developers. That is why you see a brand new server falling in a two months.
  10. Yeah and they don't know why would they update something if it just works. Some of them doesn't even know there are some libs.
  11. Why? He just wants to put it's level into a button.
  12. Wow I love this threads. "i dont know why,auth sysser told me it's more than 32 map_allow on configs" Where are they telling it to you? "Someone told me server got crashed when he teleport to yellow map2 but i dont know whatt to say" What the fuck? Why don't you run server and don't try it? That would be a very good clue to determine a problem. "every core have around 10 map_allow"..."I have also modifyed in source map_allow from 32 to 128!" What? "I CAN PAY FOR A FIX." Nothing more to add... Can you post more information? What are the last changes you have made? Is this a first time you have been faced to this error? What version of a Boost are you using? You want answer but you technically didn't even ask.
  13. I think the biggest question is why would you implement this.
  14. But it's september of 2018.
  15. Have someone ever use this function in some MMO game? What about if it generates a name that is already used?
  16. All you have to do is #search.
  17. Are you making a fun of me?
  18. Isn't this a purpose of patcher?
  19. Hi (sorry for my bad English).
  20. Anybody have Miles SDK?
  21. first of: start sh data. make a paste into here and let us look into your configs did they started before normaly? if yes what did you wanted to insert if no maybe there are no shortcuts for those important datas. make a screen or paste the code from the index.sh / start.sh or whatever and make a screen from the stuff whats inside a core also it would be nice you can show us the putty log : screen putty when you start the channel if you need help ts3 212.224.121.3:5177 skype ToXiC4K live:bitte.klicken or discord TX4K#9214
  22. As I said you have to add required values to a Fishing.txt on a server.
×
×
  • 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.