I dont remember how to make the code exactly but i remember need add it, but need to put the id of each item set (i dont know how to make the code for that)
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.
Question
Hyo
I want to make a code for when you equip a set, appear the hero aura.
I see a post about that but now im search it and cant be found
The code consist in edit the CharInfo.java and UserInfo.java
I dont remember how to make the code exactly but i remember need add it, but need to put the id of each item set (i dont know how to make the code for that)
+ L2ItemInstance chestItem = inv.getPaperdollItem(Inventory.PAPERDOLL_CHEST);
+ L2ItemInstance legsItem = inv.getPaperdollItem(Inventory.PAPERDOLL_LEGS);
+ L2ItemInstance headItem = inv.getPaperdollItem(Inventory.PAPERDOLL_HEAD);
+ L2ItemInstance glovesItem = inv.getPaperdollItem(Inventory.PAPERDOLL_GLOVES);
+ L2ItemInstance feetItem = inv.getPaperdollItem(Inventory.PAPERDOLL_FEET);
My question is, how i can reform the code to put the CHEST,LEGS,HEAD,GLOVES and FEET ID.
How i can make to put 2 or more sets?
Thx
Edited by Hyo32 answers to this question
Recommended Posts
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.