Jump to content

Kafa

Inactive Member
  • Posts

    269
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Kafa

  1. void locale_quest_init(const char* filename, BYTE lang) { std::ifstream file(filename); if (file.is_open() == false) { sys_err("Cannot open %s file.", filename); return; } std::string line; while (std::getline(file, line)) { std::stringstream linestream(line); int vnum; std::string text; std::getline(linestream, text, '\t'); if (text.empty() || text.at(0) == '#') continue; linestream >> vnum; localequest[lang].insert(std::make_pair(vnum, text)); } file.close(); } Can someone help me, i do not understand what's wrong there Goal was to read 13305 Hey! Do you have the key to free me? 13306 Please set me free. Can't anybody help me? These lines from locale_quest.txt
  2. You're the best! It would be really awesome to see one of these bonuses TOOLTIP_FIFTH_ATTRIBUTE_BONUS 5th bonus +%d%% SA TOOLTIP_FIRST_ATTRIBUTE_BONUS 1st bonus +%d%% SA Thank you for your contribution !!
  3. I'm having the same issue on my windowsfiles. Also there is a screen freeze every 4th second. @ Owsap
  4. Insane!!! Bro I have a question could you code the auto hunt from official gf root 2k18 If you are bored? I really really love your coding style thank you for everything !!!
  5. Hey guys im having this issue: SYSERR: Reset Device Failed in my client when i try to open another client as admin i followed @ Distraught Instructions and did this: In EterLib/GrpScreen.cpp find CScreen::RestoreDevice and in the if (FAILED(hrReset)) condition add (and don't forget to include comdef.h) _com_error ce(hrReset); const TCHAR* errMsg = ce.ErrorMessage(); to see what is the error but i just receive "Unknown Error 0x8876086C" I offer money to fix my problem i tried to fix this for weeks now..
  6. Penger already released something similar to this and his code was way better, it would've been better if you adapted his one into your idea. But thank you for the release
  7. Hey guys since i implemented costume_weapon im having a issue with my weapon. When i try to unequip it, it does unequip, but visually it's still equipped. Did someone experience such a issue too? I'd be happy if i get some help
  8. I don't recommend you using this tutorial if you don't understand what you do, the code's are just there, just keep them. (Just my opinion, dont change what you dont understand)
  9. It was a patch to a item duplication bug. I'm pretty sure this is something everyone needs (since the dupe-bug appeared on official server) Big thanks to you abel.
  10. Mali? Do you have Seal Binding System too ? Just asking.. xD
  11. I've translated all Strings into this: Just do that, and you will fix 2 problems at once (no multi language required anymore)
  12. Thanks Mali, btw what do you think about conqueror update ?
  13. Hey, in official i noticed there is this condition. "1465 You need %d perpendicular slots in your inventory to open the Chest." Can someone show me how such a condition would look like? I also think this is something important. Greetings.
  14. Can i ask you what you did at start_position.cpp/,h ?
  15. Thanks buddy, im pretty sure we need to change something in client source too, am i right? Cause currently the chat packets are only appearing in chat. The big notice thing doesnt appear. If you understand me
  16. Can someone help me with Wedding & war_map ? I mean struct FNotice { FNotice(const char * psz) : m_psz(psz) { } void operator() (LPCHARACTER ch) { ch->ChatPacket(CHAT_TYPE_NOTICE, "%s", m_psz); } const char * m_psz; }; I would really love if someone extends the topic with notice, so i can actually use this beatiful release.
  17. How are we supposed to compile quests ? nvm. starting to understand windows files, never used them before. how cringe xD you have no linkings like on freebsd ?
  18. Hey @ Mali Can we have the source for this program? (im asking because the files aren't existing in your repositories anymore)
  19. It will take some more time, since there is some problems: lycan, when activating indigo wolf soul nothing happens and i dont know why & the refine effect of items doesnt show. Also there is a crash sometimes when teleporting, i will need to fix these errors.
  20. Seems like i can't edit posts, anyways: - Fixed the empire reselect bug which was caused due to include "service.h" was missing. - Fixed a bug in character window where the values were shown as 999 because some function was missing. (Added isPoly function) - Fixed a bug in official multi textline (NO NOT the public ones..) where after each popupdialog the line position got more buggy during the client opened time. Im almost done, should i create a new topic? Maybe this can be our Metin2.dev community files.
  21. A developer called sonitex has made a great official pet system, by far the best you can find him here, he has a topic and a website: [Hidden Content] i highly recommend him, his pet system is insanely good
  22. Just buy the pet system from sonitex. That won't be your only problem with that public thing.
  23. I updated my first post with things i already made, i'll definitly try to fix the existing exploits too. (I'll tell what is fixed, so you know what is already done) There are currently some problems when logging in you always need to choose your empire and also some small wolfman bugs, that i need to fix. From now on i'll update my posts, to avoid spam.
×
×
  • 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.