Jump to content

PACI

Developer
  • Posts

    402
  • Joined

  • Days Won

    18
  • Feedback

    0%

Everything posted by PACI

  1. May I ask why is this limited? You could as well just create separate fields for costume_body, costume_head, costume_weapon (or even costume_acce, if wanted), in the common item_attr table, and you'd break the limitation, if any.
  2. Couple of things. A server_timer is an event that is supposed to run once. Unless you decide to make a loop out of it - which on this case, it'd make sense to use clear_server_timer to ensure you cancel it. Obviously, you must bind map indexes into them, especially when it comes to dungeons, since they mostly are private instances, their indexes go up to 10.000, so you want these timers to run exclusively on the runs. The first approach is correct. Nevertheless, I recommend you to keep using d.get_map_index upon clearing them - since it is exactly the function you should use. About the flags. Yes, you're doing it correctly. I don't remember, though, if dungeon flags' definitions are set and updated on the fly, though you can use this preferred and common practice used in quest-flags, however it's all about taste: local my_flag = d.getf("Flag1") + 1 d.setf("Flag1", my_flag) if my_flag == 150 then d.setf("Flag1", 0) end As for the issue you described, and you seem unsure where it comes from. Personally, I'm not quite familiar with it, and don't even have such log in my files, but I can only guess it's related to a malfunction in the usage of the npc.lock and npc.unlock quest-functions. My advice is to review any quest that uses either of them and attempt to trigger this error - then you'll find where it comes from.
  3. Not only skill_proto entries were changed but also formulas and algorithms from the core. So you will not reach that balance you talk about solely with it. My advice is to make your own set of changes based on how your server is built. It will take a good while, probably, but there is no shortcut when it comes to jobs well done.
  4. The last floors of the Demon Tower by default overlap with the Valley. My advice is to modify the base coordinates of DT. With that alone, you are good to go.
  5. I don't recommend you to use a 6 year old obsolete release. This is the best help I can give you at this point.
  6. Actually no because party.is_party() verifies if the current pc belongs to a party - which does not meet the requirement of the quest, apparently. That is: to retrieve the vid of the leader of the monster's group in order to progress further (npc). In short, on this case, having such verification prior to the vid-condition, without fixing it on the source, is not going to address the issue. In fact, it will trigger it in case the player running the quest has a group.
  7. PACI

    Aeldra - Closed?

    Hi guys this is markus, working for Valve, I must say we indeed closed the servers mentioned for being ilegal copies of our beloved and usual Minecraft.
  8. 0 <msm_name1> <folder_name0> 0 <msm_name2> <folder_name0> <mob_vnum1> <msm_name1> <mob_vnum2> <msm_name2> npclist
  9. :monkaHmm: @Raylee, mind erasing this post?
  10. Or... do the change on CHARACTER::ChatPacket() instead :monkaHmm:
  11. Allow me to do a quick off-topic, as I would like to respond to this part of the message above. I definitely agree with you! But from a more realistic point of view, there's a close-to-none playerbase that would actually like to cooperate on Metin2. The mindset is quite simple: why would I wait for someone to help me if I can do it alone, without sharing any possible profit I can get from playing the game? Let me reference again that I do concur with what you just said, and between playing alone or with somebody else, I would pick the latter option. However not you, nor me, nor any of us here are the ones who make the difference on our possible servers, but the ones who actually play them, and have been playing all of these years. As the private scene of Metin2 grown up, several QoL modifications have been seeing the light. Changes the community seems to like, some of them are, indeed, great and a must have. However, these have gone a bit too far, though, apparently, they defined a new standard on the scene.
  12. @VegaS™ @arves100 @DevChuckNorris
  13. He didn't ask how to unpack root or reverse cython but how to run his own python module. Should you attempt to do it while the client instance is still in the logo phase.
  14. Shutter Island Sinister
  15. @martysama0134 @VegaS™ sorry dudes, I... I just had to! Ahah
  16. grp is a built-in module. Edit: Nevermind this post, I didn't finish reading previous posts, my bad!
  17. That doesn't make any sense, this should be all about the messaging system. At least the title says it.
  18. Keep in mind they did changes to a couple of skills with the balancing update. So this one could have been one of those as well. Therefore, there's a chance wiki's data is either out or up-to-date.
  19. You better throw your frustrations on somebody else, my post never had the purpose of offending, nor I think I'm doing it. I never said it wasn't tested or working or if it was paid, whatever. Furthermore, never said I could do better as well. I could have saved my comment but I felt like leaving a positive thing, even if I didn't finish reading the post, 'cause I didn't, as I said above. If you took it as a personal attack, mate, I'm sorry, but you should get your shit straight.
  20. I must say I stopped reading on the first code-block, but thanks for the contribution!
×
×
  • 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.