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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...