Jump to content

killa673

Inactive Member
  • Posts

    18
  • Joined

  • Last visited

  • Feedback

    0%

About killa673

  • Birthday 09/22/1993

Informations

  • Gender
    Male

Recent Profile Visitors

1051 profile views

killa673's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

5

Reputation

  1. Novaline game, Mainline_released DB&Binary
  2. usw the game_r compiled core, and if nothing boots remove the limittime (timebomb)
  3. the benefit is that your eterpacks arent unpackable without the .iv file. ok they are depackable but the crc crashes at the file if the iv is not given so, each data you unpacked without the iv is corrupted and useless. It works like the official patches. for maximum security i prefer to use panama or combined/combined_ap, change the xtea to you unique crypt the binary with enigma and cythonize the roots.
  4. thats the known bug which tells me 80% of the peaople that tried it, thats the reason why i use type5, cause panama has this crap buf that the client cant read the packet..
  5. ****************************** ATTENTION: Before we begin, a little information: You could NOT use panama for eterpacks like root,locale,uiscript and etc because these eterpacks must be decrypted by binary before the server send the panama key to your client. ****************************** Hello Guys, in the last days i tried to pack my eterpacks with panama, with success. and now i want to help you by doing the same. At first we need a archiever which is able to cryp with panama. for example this one: [Hidden Content] Step1: unpack the eterpack you want to repack with panama. Step2: Open the metin2dev Archieve Helper and click on Edit->settings and change the storage type to panama and check the right box "Auto Generate IV FILE" click on safe and restart the program. Step3: repack your eterpack with the metin2dev Archiev Helper and you will see it packs your eterpack and made a folder named "iv" in this folder you find the random generated iv file. (iv means initialisation vector and is a 32 byte long file.) Step4: Replace the eterpacks with the new panama encrypted. Step5: create a file named "panama.lst" on your dektop or everywhere you want. open it with notepad++ and write this into it: pack/"name of your eterpack" [TAB] "name of the generate iv".iv like here in my case: [Hidden Content] Step6: connect via ftp to your server and change in the auth directory, there you have to create a folder named "panama". in the new panama folder you have to put the panama.lst and the .iv file which was generated. Step7: reboot the server, if you take a look in the syslog of the auth core, o can find the message that the .iv got loaded. Then you can start your client login and see the result. Thats all, if it wont work or i forgot something pls write here in the topic. PS: Some people tell me that the panama wont work on her server, if it is the same by you use COMBINED/COMBINED_AP insteed of panama. (COMBINED&COMBINED_AP are type 4&5 of storage type which work with the cshybridcrypt .dat's)
  6. ahh now i unserstand, tyr this. its the oldest archiever which i can find on my pc. its the oldest version of tims archiver. [Hidden Content] pls make virus can before. avast yasy no virus but check it pls by yourself
  7. i was an idiot.. writed 2x pack/icon in the index file... everything work if you do it like i postet above, i will later make a tutorial
  8. #SOLVED It works now after 7 hours of searching for error, pls close this.
  9. why you want to edit the item_proto clientside with an old archiever? take the dump_proto and it generate a item_proto clientside from the item_names.txt&item_proto.txt from your db folder.
  10. Hey Guys, i have a little question. I want to use the Panama Encryption for my Eterpacks, i made a panama directory in the share folder and linked the panama folder in my auth folder. the panama folder contains: panama.lst icon.iv the panama.lst have this structure: pack/icon [TAB] icon.iv the icon.iv is 32 bytes large, and got random generated. the icon eterpacks was packed with filetype3 and the path to the generated iv file was given too. The Auth Server can read the .iv too (i thing it) syslog auth: PANAMA: pack/icon b6914d5c0b423880fb8505e36e3f87b1e81810976e9d3f4b18e7c5208e33f117 BUT!: Ingame i cant see my icons, but why? Gamcore compiled on novaline, db core and binary compiled on mainline_released Syserr dont show anything only the granny runtime tag with 0x8000000f... Is there something more needed then the .iv? i dont think. EDIT: My XML looks like this: <ScriptFile> <CreateEterPack ArchivePath="holyweapon" IvPath="holyweapon.iv"> <File ArchivedPath="icon/item/dagger.tga" Type="PANAMA"><![CDATA[source/icon/item/dagger.tga]]></File> </CreateEterPack> </ScriptFile> Archiever is the newest revision from here.
  11. DELETE THIS PLS my Browers bugged and postet double -.-
  12. Go to /src/"your branch"/Srcs/Server/game/src open the limit_time.h and remove the #define ENABLE_LIMIT_TIME or comment it out, should help, or remove all includes from each cpp file which contain the limit_time
  13. Which Client Binary you use? The Binary and Game arent really compatible you see that you get much packet header error and sequence table errors, i would use the Novaline Game, Mainline_released DB & Client Binary from Mainline_released. I prefer that cause i got no Header Errors or something else. But if you dont want to cahnge the branch, try to search for the declaration of "tics" and look what give you that problem.
  14. Client / Quest Communication like Denis posted, but attention, if you use "when login begin" in the quest part, some functions like cmdchat() or pc.setqf dont work. If you think you need your function with a "login event" set in the quest a timer which startet 1 second after your login, in the "when timer begin" calusel all commands are possible. Hope you understand what i want to tell you (Sry if English is bad, iam German)
×
×
  • 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.