Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/20/19 in all areas

  1. Even if i'm a bit late for this, i have to state some things out after reading through all of your replies. One important thing - and you might hate me for saying this - is the unjustified blame on gameforge. I totally agree on the itemshop / pay2win blaming though. But everything that goes beyond this is just bunk. Gameforge, as the publisher of Metin2 in most of the countries has all and every right to take any action against privately, not licensed versions of the game and the related people. Blaming them for doing this shows, how some of you think about others property. You HAVE to keep in mind that you steal others property and making profit of it. That's not legal. In no country. The files are not free, not open source or something similar. Metin2 was created by YMIR back in the days and the company who owns YMIR is the legal holder of all rights regarding this game. Blaming and ranting them for this is more than wrong. Never the less i believe that private servers have given a lot to the game and its live. It would be a shame to see this dying soon but I wouldn't necessarily be sad either due to some individuals that try to squeeze every possible euro from their players and the game.
    8 points
  2. M2 Download Center Download Here ( Internal ) Download Here ( Internal ) It's randomly selects items and gold from groups by job. and gives to player(s). Example table: Group oxrewardwarrior { #--# item count gold 1 20009 1 20000 2 12019 1 2000 3 299 1 12400 4 0 1 1461 5 469 1 1040 6 50011 100 20000 7 50070 1 10000 8 50072 1 50000 9 50073 1 10000 } Group oxrewardassassin { #--# item count gold 1 19 1 20000 2 69 1 2000 3 79 1 12400 4 89 1 1040 } Group oxrewardsura { #--# item count gold 1 99 1 20000 2 109 1 2000 3 129 1 12400 4 139 1 1040 } Group oxrewardshaman { #--# item count gold 1 149 1 20000 2 159 1 2000 3 169 1 12400 4 179 1 1040 }
    5 points
  3. Dear friend, although I can't provide you with specific code guidance, if you need a comparison file, I can send it to you, because my pet is following me!
    2 points
  4. M2 Download Center Download Here ( Internal ) Hi, folks! With this guide you will be able to combine textlines with images, like rubinum does. Usage is simple: emojiTextLine.SetText("|Eemoji/key_ctrl|e + |Eemoji/key_x|e + |Eemoji/key_rclick|e - Direct sell") The files are located in the icon pack, so basically the code will load from icon/{GIVEN_PATH}.tga - in the sample the path for the X is: icon/emoji/key_x.tga Here are the images from rubinum client:  Howto: Have fun Sorry for arab players , for sure they have also developers, so let's go guys, finish it ? If you have problem, maybe I made a mistake in the guide of missed out something, just leave a comment below. PS.: Sometimes the code tag of the board puts an extra invisible character mostly the end of the lines, if your IDE cries for syntax error, but it seems correct, check that part of the file with notepad++, it will show a ?(question mark) where the problem is.
    1 point
  5. M2 Download Center Download Here ( Internal ) Download Here ( GitHub )
    1 point
  6. M2 Download Center Download Here ( Internal ) A small model, nothing ambitious, but it may be useful to someone (designer mapper). I made 3 sizes of this model to choose. Download: [Hidden Content]
    1 point
  7. Pro-tip : You look at them, you remove them ? (and check if they don't have any "dependencies")
    1 point
  8. You were right, but my image was in right path, but corrupted , and that was the reason why confused me.
    1 point
  9. Show me the functions where the absorptions happens and we can see where's the problem
    1 point
  10. With only that i grabed a pet system from other source i had and inserted it on mine, pet is now working fine, thanks! I might do a comparsion in the files to understand but problem was solved
    1 point
  11. Where do you have the sash functions? It's not on item.cpp that you posted if i'm not blind xD
    1 point
  12. 1 point
  13. @enisina, Thank you for your answer, it really works! Best wishes to you!My friend!
    1 point
  14. I think you must have this files: acce.cpp and acce.h (from game>src, server source), something like that no? If so please show the acce.cpp, either way, add your item_length.h (from common, server source)
    1 point
  15. Use new_petsystem.sql and set lvl and evolation
    1 point
  16. 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()
    1 point
  17. M2 Download Center Download Here ( Internal ) Download Here ( GitHub )
    1 point
  18. Hey, guys, I'm looking for someone who knows how to rework the PvP system. Fix bugs and changes in the skills (not DMG but physics). If you are interested you are welcome to contact me. Of course the payment will also be correct. best regards
    1 point
  19. Here's my take at making an analogy of what happened with the source code. Let's say that your family owns a cookie store. They make the best cookies in town, children are flocking after school just to grab a cookie. It's great for your family, you make tons of money etc. Then, one night, when everyone's at home and the store's empty, somebody sneakily breaks into the store and sets up a hidden camera in the store's kitchen. The next day, business as usual, grandma is working on baking those cookies, but unbeknownst to her, the camera is silently recording the recipe: what ingredients she uses, how long the cookies stay in the oven etc. The bad guy then opens another cookie store, and bakes the cookies using exactly the same recipe as your family does. And sells them at half the price. Naturally, you'll start losing money as everyone is now getting their sweet cookies from the bad guy's store. Now, your store sits empty and you look at the stack of unpaid bills on your desk. Is it fair? Of course not. This is called intellectual property theft and there are laws made specifically to protect the guys who invested time and effort into creating something from others stealing their work. In this case, the cookie recipe is the source code and your family's store is Gameforge/Webzen. It's their game afterall, and there's no changing that. Does it suck? Duuuuh! Of course it does. We worked so hard to create nice versions of the game, but at the end of the day, most of the community is doing that for money and on the backs of other people who worked on this game. (This is why I seriously considered making a non-profit server once, it's just not ethical to do this...) Of course it would be nice for Gameforge to just let it slide, and maybe licensing the game to third parties or even making it open-source. But there's no forcing them into this. This is the sad truth, private servers can't exist legally and we have to own this fact.
    1 point
  20. No. Just no. If someone leaves a bomb in a park you aren't planning to use it, too. At least I hope so. It's definitely not allowed and Gameforge has the right to take legal action if someone uses their source. The resource is not free, afaik it got leaked back then.
    1 point
  21. If they really pursue this route I'm positive metin2 will be dead soon. In my opinion the game lived from the private servers and their development. If they purge it, they'll loose their player base sooner or later. But it's their decision and we'd respect that. I for myself don't want to get into legal trouble because of a hobby of mine. I don't want to ruin the fun or sound like a end-time preacher but sometimes it's better to let it go and move an.
    1 point
  22. Ok, there're many guys which want that and wroted me in PM, i'll leave the code here. root/uiInventory.py locale/en/ui/InventoryWindow.py
    1 point
  23. I prepared other buttons for this system, which I think are holding a better climate. I put it here, maybe it will be useful to someone PS: I also put a project save in the package, so that you can more conveniently edit each button if necessary. Download: Mega (Metin2 Download)
    1 point
×
×
  • 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.