Jump to content

Cyclone_DE

Inactive Member
  • Posts

    56
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Cyclone_DE

  1. Hello m2d community, i get a problem with my dsa, when i spawn a gem it comes with skill damage , doesnt matter the lever, clarity, color e.t.c I 've tried to use a cor draconis, to spawn, to spawn one through quest, all the same result. Can anyone help me?
  2. Oh yes, i am stupid, thought that on this table only pc.getflag etc were saved. Thanks @Syreldar !!!
  3. Hello Guys. So recently i typed "/get" on chat and i saw a lot of not-used not-needed game flags that i want to delete, is this possible? Thanks
  4. Thanks to one guy (don't know if he wants to tell his name) i solved my problem! #closerequest
  5. Greetings guys, So i was wondering if somehow you can extract to xml these protos. Is from the most current patch of Metin2 (Gameforge). I attach them to try yourself! If you unpack them somehow, please, upload so i can download them! Thanks! item_proto mob_proto
  6. Hello! I was wondering if there is any way to extract the item_proto/mob_proto from the official client of Metin2 (most recent patch)? If there is, can you tell me how?
  7. Just in time bro! Thanks for your release! <3 Edit: The download link for the INDEX file is dead. Please reupload it!
  8. Greetings m2dev community, So recently i was thinking of making a new middleschool pserver. I made a research of what serverfiles exist right now in forums (not only in m2dev) and its getting really annoying that i can't find anything basic. All the serverfiles i find are with pet systems/weapon costumes/offline shops e.t.c that in the most cases are incomplete or buggy af. So my question for this topic is do you have any serverfiles to suggest as basic(similar to official server)? I want to add my own systems(Acce/pet e.t.c) , and i would prefer them completely basic (even without bug fixes). The most important thing for me is the client to be completely compatible with serverfiles (Not Unknown headers e.t.c that can reduce the stability of the server). I know it sounds really stupid what i need, but yeah, that's me i guess. Thanks for your time! To conclude: I need serverfiles, client, source for client/game/db. Waiting for your responses!!!
  9. I am positive that you have to rebuild the project as release, and not as debug.
  10. Hello m2d community, I wonder if there is a plugin / command / whatever that can resize a model of an npc/pet (Like Official Pet System that resize the pet to its level). Thanks for your time
  11. People cant also use multiple times heart emoticons e.t.c, can it be an exclusion for these?
  12. Hello everyone, The origin of the problem was on the extra bonus bleeding. After i edited the source part of the ATTACK_POISON and used the poison one without bleeding involved everything was cool again! Thanks everyone for your help!
  13. The problem is that you cant even catch poison. Players have the same problem too....
  14. Hello metin2dev community, So , first of all, i am using mainline for serverside, and novaline for clientside compile. My problem is that, Poison as a bonus works perfect, and you deal damage to your enemies, but when we come to Skills, and first of all Ninja, poison dont work, even with 100% prob. (GM STATS). The problem is on ATTACK_POISON i am 60% sure, but i dont know in which files to search. Any ideas? Thanks for your time!
  15. Hello M2D Community, Recently I found that on my syssers there are some errors like this one: Process: UNKNOWN HEADER: 220, LAST HEADER: 0(0), REMAIN BYTES: 923, fd: 26 I managed to find a solution on this forum, but i did not find something useful. Can somebody help me? There are Headers with different numbers on everytime... My main problem in this specific Unknown header, is that, 220 not exist in none of the files that are responsible, have this header on them (packet.h (clientside), tables.h (serverside), packet.h(serverside)) In the spoiler below there are these files. Can you find me a solution or at least give me a hint? I can pay if that is a problem. tables.h packet.h(serverside) packet.h(clientside)
  16. Hello community, today i was wondering what will happen if its possible an item, (For example 70000014) to get lost , cause the id of it cant join the mysql table. Will 7000015 overwrite the previous item or it will just pass it and place the id in the next free space. Thanks!
  17. Can you tag the released fix please? Also didnt understand the thing you said about the prefix
  18. Is there any way that we can protect our servers from this?
  19. I want to save on a database the current players and room_id of beran setaou. What i mean, i made a quest that save on a new table (beran_setaou) the room_id of the room (+1 each time dragon respawns) , player_id (pc.get_player_id()) and player_name(pc.get_player_name) , cause i make a new rankign system, with points that focuses on dungeon bosses (azrael/nemere/beran e.t.c) , all of these info will save in a new row, with only 1 command, but for 8 times (8 are the max player that can join on beran!) Example: room_id player_id player_name 1 11404 test1 1 11741 sura02 <- two players joined the room in this run! 2 11412 new_char ... another table is beran_setaou_owners (It works like a log, so we can identify the bots that automatically join the room!) room_id owner_name 1 test1 2 new_char I hope you understand xD
  20. Hello people of metin2! I am wondering if mysql_query in quests are bad for RAM or CPU of the server, cause they are really useful! I am waiting to hear your opinions!
  21. Hello! I managed to install Mijagos Bonus Switcher to my client, and this appeared on my sysser. The client stuck on loading screen! Can anybody help?
  22. GameLib/RaceManager.cpp Replace TraceError("CRaceManager::RegisterRacePath : RACE[%u] LOAD MSMFILE[%s] ERROR. Will Find Another Path.", dwRaceIndex, stMSMFileName.c_str()) with // TraceError("CRaceManager::RegisterRacePath : RACE[%u] LOAD MSMFILE[%s] ERROR. Will Find Another Path.", dwRaceIndex, stMSMFileName.c_str()); I suggest you to not hide TraceErrors and try to fix them!
×
×
  • 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.