Jump to content

Wolfman Item's Bug


AlexxD

Recommended Posts

Hi, for those who doesn't know, there's a bug at lycan's items.

 

These two:

 

https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif/

 

And the bug is that you can't put finishes on them.

 

And today we'll fix it.

 

1) We need to edit the game source, exactly two files.

2) We need to edit constinfo.py from root, and we're done.

 

1)In item.cpp search:

const static JewelAccessoryInfo infos[] = {

and at end after:

{ 50638, 14560, 16560, 17560 },

put this:

{ 50639, 14570, 16570, 17570 },

In mining.cpp search:

SInfo info[MAX_ORE] =

and at end, after:

{ 30305, 50618, 50638 },

put this:

{ 30306, 50619, 50639 },

Good, well done. Also in mining.cpp search

MAX_ORE = 18,

replace with:

MAX_ORE = 19,

Game source part is ready.

 

2)Decrypt root, and in constinfo search after:

ACCESSORY_MATERIAL_LIST

and at end, after:

, 50638

put this:

, 50639

Also in constinfo.py search:

JewelAccessoryInfos = [

and at the end after:

[ 50638,	14560,	16560,	17560 ],

put this:

[ 50639,	14570,	16570,	17570 ],	

Well done, enjoy. :)

Edited by Metin2 Dev
Core X - External 2 Internal
  • Good 1
  • Love 3

"Don't be a scammer. Don't be a hacker. Don't be a motherfucker. Karma is a bitch"

Link to comment
Share on other sites

Announcements



×
×
  • 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.