Jump to content

xP3NG3Rx

Honorable Member
  • Posts

    839
  • Joined

  • Days Won

    393
  • Feedback

    100%

Everything posted by xP3NG3Rx

  1. xP3NG3Rx

    Hunter Girl

    [Hidden Content]
  2. Readme: Map + Assets: [Hidden Content] Environment: [Hidden Content]
  3. Mostly all the patches are shared from this forum, to another. It's a nice boomerang btw
  4. There will be one, who knows better everything, always. Always, no matter what.
  5. As far as I know this class controlled by the OX event timers. The base of it is on the server and the processor is inside the binary. ps.: of course it can be handled from python too. Edit: Here is a small example via quest how it works: quest devtest begin state start begin when login begin big_control_notice("Question.[ENTER]What should I ask from you,[ENTER]if you just want to win?[ENTER]O: Nothing, X:gimmemoney[ENTER]You have 10 seconds to answer.") --[[ --Without multiline token([ENTER]) handling: big_control_notice("Question.") big_control_notice("What should I ask from you,") big_control_notice("if you just want to win?") big_control_notice("O: Nothing, X:gimmemoney") big_control_notice("You have 10 seconds to answer.") --]] big_control_notice("#start") timer("hihihaha", 10) end when hihihaha.timer begin big_control_notice("The right answer is:[ENTER]None of these.[ENTER]Thanks for being a part, Bye!") big_control_notice("#send") timer("makethestoryend", 5) end when makethestoryend.timer begin big_control_notice("#end") end end end Last word: After the second message the animation is a bit weirder than the first two. So for sure they made this for the ox, and didn't test it well enough.
  6. Yo! Yesterday I have noticed that webzen changed the CPythonMiniMap::__LoadAtlasMarkInfo function whiches basically load all the positions of the npcs, warp portals onto the atlaswindow. I don't know they stopped sending the HEADER_GC_NPC_POSITION packet on every single login or not, but it seems with this code and the files from the official locale all the maps have the complete npc position info. My opinion about this that it's not needed to send this packet after every single login/warp. So I reversed this small modification, which is a bit different then the old one. This is how the old position info looks like: #TokenIndex Type PosX PosY ToolTipText 0 WARP 140900 13900 "ąÚ¶óÇö" And this is the new one: #TokenIndex PosX PosY NPCVnum 0 44100 3300 20081 Here is the modified function: Some facts what good to know about this: This code does nothing until the RecvNPCList runs down, because when the packet arrives into the client, it clears the loaded vectors what was loaded from the txt files. Just in that case do remove the packet, if you know what you are doing, and 101% sure about it... Without the packet the server will not take care about your atlaswindow anymore, so you have to take care about it by yourself, if you place a new NPC/Warp portal on a map, you have to add it into the text file of the map at clientside. (Easy to write a script which iterates all over the map folder and collect these entries.) I don't provide guide/help how to remove the HEADER_GC_NPC_POSITION packet, it's very basic..
  7. Of course. Start the client without vpn from the gameforge client, then at the loginwindow turn it on. Last time when I used, it worked for me with Windscribe.
  8. No problem where it comes from, when it's awesome. Muchas gracias.
  9. v20.1.5.1 (Metin2 Download) Locales + Protos root(msm+txt files) + dumped metadata w/ builtins WHO Hairstyle (Mouth mask)
  10. M2 Download Center Download Here ( Internal ) Here ( Required ) Hi everyone. The time has come, and sorry for this late. What is this? Check the base version on this video: Necessary functions: It doesn't hurt to know: Need a bit of knowledge of programming, especially for implementing the python parts. You need to see the whole python core of metin2 how it works to understand what, why and how. Regarding to 1. and 2. this release is not for beginners. It has been tested on test and a live server too, small problems what appeared has been fixed. MouseWheel is not included, but public on the internet. Special thank to @masodikbela for testing and @Tatsumaru for the gui elements(wider tab buttons). Download PS.: If I missed something out from the guide feel free to let me know.
  11. This isn't the best solution against it. You just messed with your clients who already bought it from you. You should not make business from this with this behavior.
  12. v20.1.3 (Metin2 Download) Locales + Protos root(msm+txt files) + dumped metadata w/ builtins New mounts, new costumes Some new gui elements for the upcoming new skills ps.: the female warrior looks like princess jasmine from aladdin /emoticons/default_biggrin.png
×
×
  • 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.