Καλημερα, εχω ενα προβλημα με εναν κωδικα που εχω περασει στο Eclipse , εχω βαλει οταν κανει sub ο παιχτης να του βγαινουν armor,weapon αλλα το προβλημα ειναι οτι δεν κανει update το inventory...
Οριστε ο κωδικας :
if(allowAddition)
{
String className = CharTemplateTable.getClassNameById(paramOne);
if(!player.addSubClass(paramOne, player.getTotalSubClasses() + 1))
{
player.sendMessage("The sub class could not be added.");
player.setLocked(false);
return;
}
int[] armorType = { Inventory.PAPERDOLL_RHAND, Inventory.PAPERDOLL_LHAND, Inventory.PAPERDOLL_LRHAND, Inventory.PAPERDOLL_LRHAND,
Inventory.PAPERDOLL_CHEST, Inventory.PAPERDOLL_HEAD,
Inventory.PAPERDOLL_LEGS, Inventory.PAPERDOLL_GLOVES,
Inventory.PAPERDOLL_FEET, Inventory.PAPERDOLL_BACK};
for (int items : armorType)
{
L2ItemInstance parmorInstance = player.getInventory().getPaperdollItem(items);
if (parmorInstance != null)
player.getInventory().unEquipItemInSlot(items);
}
player.broadcastPacket(new InventoryUpdate());
player.setActiveClass(player.getTotalSubClasses());
if(Config.CHECK_SKILLS_ON_ENTER && !Config.ALT_GAME_SKILL_LEARN)
{
player.checkAllowedSkills();
}
I totally understand the whole installation but why port 80 and apache+php and adminer i think they should be optional and also be asked about opening 3306 or XXXX and listen to *
thanks
chatgpt answer
1) thats not a lie, "head progressive diseases."
2) thats not about your "had the worst customers" "was rude and disrespectful."
3) you just took what i said in the previous post and mirror it, the truth is on your answers
4) i dont like your skamming skills even here in this topic
stop edditing your answers you called me roten and other names on your first reply now you edit your answers to look good boy 🙂 you are the disrispectful and rude in this community
Question
Devilfenix
Καλημερα, εχω ενα προβλημα με εναν κωδικα που εχω περασει στο Eclipse , εχω βαλει οταν κανει sub ο παιχτης να του βγαινουν armor,weapon αλλα το προβλημα ειναι οτι δεν κανει update το inventory...
Οριστε ο κωδικας :
25 answers to this question
Recommended Posts