Jump to content
  • 0

ShopPreview not show Hero Glow Effects on Try Weapon


Question

Posted

any can help me?

 

//ServerSide

 

i use ShopPreviewInfo to show Infinity Weapon for some seconds.. when show item, the effect disappear and not show..

 

the item effect work fine when normal equiped.

 

exampe i use this code.

 

Map<Integer, Integer> itemList = new HashMap<Integer, Integer>();

int paperdoll = Inventory.getPaperdollItem(Inventory.PAPERDOLL_RHAND);
int itemId = 6611;

itemList.put(paperdoll, itemId);

activeChar.sendPacket(new ShopPreviewInfo(itemList));

ThreadPoolManager.getInstance().schedule(new RemoveWearItemsTask(activeChar), 10);

 

show me the items work, but effect disappear

 

i use mythras files for test. and i think is problem with some packets with client.

i find one server with dressme and show effects normally when try it...

 

thanks for helpme

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock