StarSCreams Posted April 26, 2020 Posted April 26, 2020 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
Question
StarSCreams
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.
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now