Jump to content
  • 0

hide dressme system .cfg H5 L2Mythras Files


Question

Posted

hi, any can help me with this?

 

i need hide dressme system like some configs have in .cfg command

 

example:

hide traders

hide buffanimation

 

in the files exists Hide visual equip on other player but not work propertly and i fixed.

 

i need Hide visual equip from all other players.

 

i searched and fixed on other player use charinfo.java and add var for this.

 

for(int PAPERDOLL_ID : PAPERDOLL_ORDER)
		{
			_inv[PAPERDOLL_ID][0] = player.isInOlympiadMode() || !player.getVarB("showVisualChange") ? player.getInventory().getPaperdollItemId(PAPERDOLL_ID) : player.getInventory().getPaperdollVisualItemId(PAPERDOLL_ID);
			_inv[PAPERDOLL_ID][1] = player.getInventory().getPaperdollAugmentationId(PAPERDOLL_ID);
		}

 

but need help to make from all..

 

Thanks

 

files: https://maxcheaters.com/topic/216165-h5-l2mythras-files-sources-compiled-geo-patch/?do=getNewComment

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

Try searching something like hidedress in DressMe voice command, or something that remove the specific variable for that as i remember from fandc and that gives a new packet to the world CharInfo, 

 

this is what i understood from ur topic let me know if its something else

Edited by -Invoke

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..