Jump to content

Vaynz

Active Member
  • Posts

    185
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Vaynz

  1. Is from Eterpythonlib/Pythongridslotwindow.cpp Is not synchronizes
  2. You can do a function when something is wearing to delete ch->RecoveryEvent;
  3. There are a lot of tutorials. But ok. Servername = "Ur name server. Ex Metin2metin2" IP = Ip from ur host ex "69.69.69.69" Ports are getting from usr/game/cores/ch1 example config PORT:13001 Now ch1_port = 13001 Good luck !
  4. My opinion would be to buy the system, or if you bought it to talk to the owner of this system it will definitely help you. But a small leak, check the packages from the binary source and the game source may be attached over others or you did not add them correctly.
  5. I also had this problem, you can send the exe in ticket to the windows defender and put it in your safe.
  6. Your server game is not comunicating with client game Userinterface.cpp/Packet.h usr/game/src/Packet.h Try from 0 to see what is missing example TEST_CG = 59, Missing from bin part or server part Or Packet on the same way example Server game GC_SWITCHBOT = 59, Bin GC_SWITCHBOT = 59, After some lines see Server game GC_CUBE = 59, Bin GC_CUBE = 59, Try to change second example to a number where doesnt exist.
  7. Hi Server source - Char_skill.cpp Search int need_bookcount = GetSkillLevel(dwSkillVnum) - 20; Change: int need_bookcount = 0; Go in common/lenght.h Search SKILLBOOK_DELAY_MIN And change with SKILLBOOK_DELAY_MIN = 0, Search SKILLBOOK_DELAY_MAX And change with SKILLBOOK_DELAY_MAX = 0,
  8. Your server game is not comunicating with client game Userinterface.cpp/Packet.h usr/game/src/Packet.h Try from 0 to see what is missing example TEST_CG = 59, Missing from bin part or server part Or Packet on the same way example Server game GC_SWITCHBOT = 59, Bin GC_SWITCHBOT = 59, After some lines see Server game GC_CUBE = 59, Bin GC_CUBE = 59, Try to change second example to a number where doesnt exist.
  9. That's a bit intersting but you can do something like that Model "assassin_novice.GR2" SourceSkin "first.dds" TargetSkin "first.dds" SourceSkin2 "second.dds" TargetSkin2 "second.dds" SourceSkin3 "thirdtexture.dds" TargetSkin3 "thirdtexture.dds" Try and give me an answer.
  10. You can talk with Vegas about client optimization. [Hidden Content]
  11. You can talk with a modelator from Dev. [Hidden Content] But i highly recommend Tatsumaru and Ridack
  12. 64 Maps in one core huh. This thing is a little unpleasant because it will affect your server through lag. My opinion is to share them on each core and make optimization for p2p communication.
  13. I had a problem like that. For me it was from refresh state, but I recommend you to redo the binary part and check the motions if you put them correctly.
  14. Sorry I'm a little tired and I don't understand. You can remove the effect from the player settings mode "9.mse" or something like that and please send a picture of granny viewer to texture list
  15. You have to go item proto at ur vnume example: 12313 Costume Dragon ITEM_COSTUME COSTUME_BODY 2 ANTI_DROP | ANTI_SELL | ANTI_STACK | ANTI_MYSHOP ITEM_TUNABLE WEAR_BODY 0 0 0 0 0 LEVEL 0 LIMIT_NONE 0 APPLY_MAX_HP 5000 APPLY_ATTBONUS_HUMAN 20 APPLY_ATT_GRADE_BONUS 100 0 350 0 12313 0 100 100(This is specular) 3 0 From finish is Attu_addon - Socket - And specular at specular u can use from 0 to 100. After this pack your proto and locale Source skin for second .dds example If you have red costume and gr2 is reading ymir work:/pc/shaman/red_costume.dds and you want to add blue costume you just have to do source skin Default with gr2 default Model "assassin_novice.GR2" SourceSkin "assassin_novice_red.dds" TargetSkin "assassin_novice_red.dds" New costume Model "assassin_novice.GR2" SourceSkin "assassin_novice_red.dds" TargetSkin "assassin_novice_blue.dds" And if you want to go full specular you can use photoshop and your costume will be "cringe"
  16. Post the modify from ur old server side and what you modified with the new
  17. Change m2net with chat like this chat.SendChatPacket.... and import chat before this function at start file when you open it Or import m2net
  18. Constants.cpp, you can find here all stone yang etc.
  19. Hi, tonight I was looking for some metin2 icons for my PVM server and I had seen this stuff in their client. I suppose it's something with Corona but also something like a "PUBG" game mode. What is your opinion about that?
×
×
  • 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.