Jump to content

xP3NG3Rx

Honorable Member
  • Posts

    839
  • Joined

  • Days Won

    393
  • Feedback

    100%

Everything posted by xP3NG3Rx

  1. I don't think so it supposed to work with skills too, I haven't tested it on the official server btw
  2. I know that this is just the base of the system only, but there are many of users who would like to get "ready-to-eat" food if you know what I mean. Anyway I removed all of these command-line orders like /ride or /whatever already as webzen did, I prefer to make it via packet(s). If I'd implement this one I'd make it fit to my source how I'd like, that makes no problem to me, I already imagined a small extension on the party gui if you click on each members and/or on the board where you setup the exp distribution, possible to make it nice and user friendly.
  3. Cool idea Only the mute and the collective sending method are missing. For example: send a message to a person instead of everyone. Also mute that person who spamming all the time or something like that.
  4. V19.5.9 New pet, mount, costumes. Locales&protos: Download Metin2 Download
  5. Holly kebab! This code looks like chernobyl.
  6. Guys you flew away with with the prices a little bit. There are many of examples in the source how to do it even if you have close to zero knowledge how to start it, if you have logical thinking you can deal with it. You just have to think in advance two steps or maybe even more what the modification will touch. Of course it depends on the time you spend with it, if your are noobie and it took like 2 months to make it work, still cannot cost more then it deserve. Doesn't matter if it is communicating via packets instead of chatcommand or whatever(however I hate chatcommand based systems), the people will think like this "why would I pay this much if I can use it for free the same maybe with less content" they are giving a shit about how the code looks like if it works, it must to be work and that's it. About the high prices again, I can understand it, if someone will buy it for that high price for sure (s)he will not publish it for free even if his/her server closes. And let me explain my opinion about the official pet system: complete nonsense on private servers, some old or new private server had better then that, but nowadays that is the hype, everyone is trying to copy the official server instead of making own content which might be better then that for sure. Ofc if you are like me(maximalist) and you see a code like the code of the official pet system on public you wouldn't know you should cry or just run away and delete it. Back to the original topic, this what I saw on the video is not a pet system. Might be an extended clone system as someone told you before. To sell it? Make no sense, there are couple of public ones with less opportunities but doing the same, so as I've told you before, why would anyone buy it? Even if they could and would buy it, the clever ones would ask a developer to extend the public code with your stuff for less money. My opinion about these kind of contents: It kills the cooperative, multiplayer gameplay feeling which drives the private servers to death. All of you can think about it, if you would like to open a private server. If you don't need a support character, who could be your friend or a stranger person, you gonna lose after a while players time by time when they get bored.
  7. There will be always negative people no matter what, but could you just stop insult him? Thank you anyway, I just don't understand webzen about this content; selfbuf skill which cause damage around the character which is an archer, a far range attacker.
  8. All modified files from the last update v19.5.7.1 Included the new cube window gui. Protos are dumped into XML format. Cythonized and builtin modules are dumped into metadata. Download Property Metin2 Download
  9. No, it isn't like that. It's a local database inside the client only. Anyway, I don't recommend to use that lib either , anytime when you use it, it generates a small freeze during it saves the database. I'm using it for my accountboard but I will change it later. Here is a small example to update the last used account to place it to the top of the list during the Connect method: con = sqlite3.connect("lib/sqlite3/db.cpd") cur = con.cursor() try: cur.execute("UPDATE accounts SET last_use=? WHERE login = ?;", (time.time(), id,)) except sqlite3.Error, e: dbg.TraceError("An error occurred during updating the last_use field:" + e.args[0]) con.commit() cur.close() con.close()
  10. The CHARACTER::UpdatePacket function supposed to get called in the CItem::ModifyPoints where it attaches the hair.
  11. Nope, I haven't finished yet the effect and the mesh(mde) scaling. Although this topic is not a promo your stuff .
  12. Hello everyone. In this small guide I'm gonna show you how to load the new Aura effects in automatically from the item_list.txt Oh, yes. There are some of argument mistmatches because of the scaling and repositioning of the effects, what you can just delete. Have fun with it
  13. Hello boys and girls! With this small release you will be able to check every single affects on your character. The official server implemented this with their autohunt system to check the duration of taus and other potions. I had to do the same for the dragon soul I have decided to make it. After a small trip in the official binary, I figured out my solution, here it is: How to check if the first or the second deck of the dragon soul is activated? if player.CheckAffect(chr.NEW_AFFECT_DRAGON_SOUL_DECK1, 0): print("Hurray! The first deck is active now") elif player.CheckAffect(chr.NEW_AFFECT_DRAGON_SOUL_DECK2, 0): print("Oh, gosh! The second deck is activated, be careful") else: print("Without activated dragon soul you are weak....") If you find any problem with it, just let me know. I did test it, but not that much.
  14. resources You can follow the tutorial from the original post, I have changed some names, you can compare them.
  15. Good idea, nice code, thanks. I did extend a bit.
  16. Here are the actual protos in XML format for every each language. Mega.nz - Metin2 Download TXT format is on the 2nd page.
  17. Metin2 Download v19.4.5 MPacks v19.4.5 eterPacks Special thanks to @metin2team
×
×
  • 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.