Jump to content

Syreldar

Premium
  • Posts

    1298
  • Joined

  • Last visited

  • Days Won

    38
  • Feedback

    100%

Everything posted by Syreldar

  1. Unprocessed packet header 255, state Login Unprocessed packet header 63, state Login bool CPythonNetworkStream::RecvDefaultPacket(int header) void CPythonNetworkStream::LoginPhase() { TPacketHeader header; if (!CheckPacket(&header)) return; switch (header) { ... default: if (RecvDefaultPacket(header)) return; break; } RecvErrorPacket(header); }
  2. I can help you solve the issue. Skype: aresyournightmare Discord: 這個地方標誌著我們的墳墓。如果你願意的話,你也可以在這裡休息。#0001
  3. You're wrong, try to run around a map with an ultra-fast mount, after like 2 minutes it'll start to lag a lot. It's not a map issue.
  4. Hello guys, has anyone got the unpacked 19.2 locales? (the whole, not the protos), I need some strings from there. Would appreciate the help
  5. You do realize that happens to correspond to unsigned int, right? DWORD has a specific range the format Windows functions rely on, so if you require that specific range you can use that type, but that is not the case. Also note unsigned int does not necessary have the range 0 to 4,294,967,295. -> [Hidden Content]
  6. There's not much to say, it's an indentation problem. You gotta find all the spaces and substitute them with a tab. Or you are missing one tab in the line 248.
  7. Could you c/p here the affected code snippets before and after the changes?
  8. do you want the skill to be on target or on self? On self: change the skill clientside. On target: you have to add the skill type to the damage computation.
  9. SYSERR: Apr 11 01:13:09 :: SpawnMob: SpawnMob: no mob data for vnum 9004 A map is trying to spawn non-existent monsters. Find the culprit regen and remove said monsters.
  10. Good, one appointment tho: defining "ITEM_CHEQUE" is useless since no item will ever use that, it doesn't even exist in official servers, the real types after ITEM_BELT are: "ITEM_PET", // 36 <- used for the new growth PetSystem "ITEM_MEDIUM", // 37 <- used for Costume Bonus Transfer and Shoulder-Sash Bonus Transfer "ITEM_GACHA" // 38 <- used for Gaya System Although I understand that type may be used to make the game drop Wons from the monsters, but still.
  11. It works perfectly and exactly like the official for me.
  12. Placebo effect I believe, the code doesn't make the brightness random, it only depends how far the MainFlare is to the center of your screen, the nearest it is, the brightest the effect will be. It doesn't depend on resolution.
  13. Np, btw you don't have to write thank you messages, giving likes is enough. Use the upvote button to make my answer the most visible so people know what the problem was and contact a mod to close the topic.
  14. Nice release. Thanks. One thing tho: in the locale/ui/taskbar.py, don't do: "x" : SCREEN_WIDTH - 178 + 8, Instead, just do: "x" : SCREEN_WIDTH - 178, Becase else it bugs out and the button goes a bit inside the characterbutton, each button in the taskbar has to be exactly 34 units away from eachother, characterbutton takes 144. It would also be useful to remove the moneydialog from the inventory if you're using this, I'll post the code when I have more time.
  15. People that sell their own code are still developers. Sellers are those who sell the code others make without having the permission to do so, it's pretty disrespectful, at least in my eyes, to put devs and sellers on the same level. Although it's true that there are bad coders (they always existed everywhere, not only in Metin2 communities), you can tell by their reputation value if they're true developers or non-trustworthy people, so that's up to you. Ignorant adults, as you say, are mostly mature enough to pay, 99% of devs will always treat you nicely and are capable of maintaining a respectful conversation, even if one of the sides has got some issues. They don't "praise us", they can at most recommend us. And you wouldn't recommend nor praise someone whose work didn't work for you, I think.
  16. There's a slight difference between a seller and a coder. You see a bit confused about that. If we keep selling it means the quality of our works is out of question, we're in 2019, there aren't many kids left in the game after 15 years, don't you think?
×
×
  • 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.