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)
I fixed same problem a while ago... look for an item which does not cause the character to stop walking/running when used and check its skill xml attributes, I think it's most likely the "operate_type" or the "next_action" attributes. First test different "operate_type" parameters.
I can offer this auto-farm with party assist feature, this picture is from L2jServer high five pack. but can adopt to other packs also.
Discord: l2retro
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
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