Jump to content

DS - Bonus Set


Recommended Posts

  • Bronze

M2 Download Center

This is the hidden content, please
( Internal )

This is the hidden content, please
( GitHub )

Hi everyone, in my free time I'm trying to upgrade the mainline to most recently webzen releases. This is the Set Bonus of DS, enjoy.

This is the hidden content, please

 

If you don't use ENABLE_EXTEND_INVEN_SYSTEM, in uiToolTip.py change (otherwise you will not see the bonus set when mouse is over the item)

Quote

if window_type == player.EQUIPMENT and self.interface and self.interface.wndDragonSoul:

to

Quote

if window_type == player.INVENTORY and self.interface and self.interface.wndDragonSoul:

 

  • Metin2 Dev 170
  • Eyes 4
  • Dislove 3
  • Not Good 2
  • Think 3
  • Confused 1
  • Scream 2
  • Lmao 2
  • Good 44
  • Love 11
  • Love 74
Link to comment
Share on other sites

  • Honorable Member

Hmm.... 🤔

Spoiler

typedef struct STPacketDSTable {
	BYTE		bHeader;				// sizeof 1
	int		iType;					// sizeof 4
	int		iApplyCount;				// sizeof 4
	int		iBasicApplyValue[255];			// sizeof 4*255=1020
	int		iAditionalApplyValue[255];		// sizeof 4*255=1020
	float		fWeight;				// sizeof 4
} TPacketDSTable;

sizeof(TPacketDSTable) 						// sizeof 2053 * 1~6 -> 2053 ~ 12.318

WX3onGI.png

 

Except the network usage at every activate deck, it seems good.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Lmao 2
  • Love 1
Link to comment
Share on other sites

  • Bronze

I think, the last thing, to think about, is the network usage How would you like otherwise, loading everything in client-side aswell instead leaving the server to send the details to the client?

 

You know that the client could be used for more servers with different configuration right? Anyway, apologise, if you have a better idea share with us (except loading the table in binary 😕).

Edited by iMerv3
Link to comment
Share on other sites

@iMerv3 i change it but when i dont use my import i got global name 'window_type' is not defined and it looks like this https://metin2.download/picture/2t2630441FBciG6N85Gu27Uq70syBEAk/.gif but when i use my import

import wndMgr as window_type i see my alchemy bonuses but still doesnt show me the ds set bonus

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • 1 month later...

Hi, does anyone know how to fix this? (Sorry for the bad image quality)
If I trade DS while my set is on, it shows the bonus of the stones inside the trade window.

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

Thanks 😁

 

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 2
Link to comment
Share on other sites

19 hours ago, WizKid said:

Hi, does anyone know how to fix this? (Sorry for the bad image quality)
If I trade DS while my set is on, it shows the bonus of the stones inside the trade window.

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

Thanks 😁

 

 

I can say that probably the bug is in uitooltip.py

Edited by Metin2 Dev
Core X - External 2 Internal
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.