Jump to content

Leaderboard

Popular Content

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

  1. 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 }
    3 points
  2. M2 Download Center Download Here ( Internal ) Download Here ( GitHub )
    2 points
  3. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) [Hidden Content] Create /usr/game/auth/BANIP. Then find IP at player.player ip table and add to file. Don't forget the left a space at the end. Example: Gm Command: [Hidden Content]
    1 point
  4. M2 Download Center Download Here ( Internal ) Download Here ( GitHub ) Showing a message by specific error type when a item failed into refine. [Hidden Content]
    1 point
  5. M2 Download Center Download Here ( Internal ) Hi! I didnt release something more useful long time.. So today i'm releasing new weapon set for free. The package including weapons for all 5 characters. - Twohand sword + normal swrod (warrior) - Axe (sura) - Bow + dagger (assassin) - Fan + bell (shaman) - Claw (lycan) Also my new map magic cave is coming (not for free), this is one of the reasons why im releasing this set too... So stay tuned! Download
    1 point
  6. 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
  7. Consinfo.py add def GetInjectText(text): characters = ["SELECT","TRUNCATE","INSERT","REPLACE","DELETE",'/', '>', '<', '|', ';', ':', '}', '{', '[', ']', '%', '#', '@', '^','&'] succes = False for j in xrange(len(characters)): if text.find(characters[j]) != -1: succes = True break return succes use def __SendShoutChatPacket(self, text): if constInfo.GetInjectText(text): chat.AppendChat(chat.CHAT_TYPE_INFO, " SQL INJECT") return quote from turkish forum
    1 point
  8. Lvl 83 and evolation 3
    1 point
  9. Wrong socket in gametype bin.
    1 point
  10. Here are the actual protos in XML format for every each language. Mega.nz - Metin2 Download TXT format is on the 2nd page.
    1 point
  11. над чем ты смеешься Тебе нравится детка: D
    0 points
  12. It is amusing to me that you are still "alive", like the last bit that still holds onto the old united @RabbitRun - always loved you for that attitude. I miss the old times aswell, i'd love to have it back but sadly, they will never come back. Paul didnt fry his database, he "killed" it on purpose. For the 3rd (?) time. Everytime he "killed" it he just wanted to shut it down. He told me in skype he was bored of "people like you and questions like these" (refering to me, ofcourse) Untill this day i regret that i hired Maiko as "she" behaved way too cocky after she was promoted a few times. The one who should have taken this position should have been Aeon. He was the one that i was the most proud of. I hired him back then as a Mod he worked his way up very fast just like Maiko but unlike Maiko, he never lost it. He was always a kind hearted guy and very caring. But just like me, he was not what paul wanted, we spoke up when paul did bullshit again and thus he got in a fight with him. @wezt i think Paul even asked you to find something about me that is a good reason to kick me, isnt it? i am thankful for fishers @wezt attempts to keep the dream alive though, he did his best but it was time for united and the concept to die. ♥ I gotta admit, up to this day i hold tight to this dream because i miss this time very much but it is for the best to keep the memories and hold tight to them because it will never come back and be like it was. @Fouado i will never understand why paul took you back 3 times, you always went inactive and everytime you joined the team he told me stuff like "i only give him what he wants so he shuts up and doesnt annoy me any further"
    0 points
×
×
  • 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.