wongerlt Posted January 18, 2017 Posted January 18, 2017 i see this code not full about clan skills. to add full clan skills need add this code: for (int id : clanSkills) { L2Skill skill = SkillTable.getInstance().getInfo(id, SkillTable.getInstance().getMaxLevel(id)); player.getClan().addNewSkill(skill); } its acis code.
idijot Posted February 7, 2017 Posted February 7, 2017 (edited) In wich class file should i add the code in instance package? EDIT: Acis Files Edited February 7, 2017 by idijot
radu33 Posted February 9, 2017 Posted February 9, 2017 Hello. When I click on the Enchant Skill donated shop gives me this "error". I need to learn skills in SQL navicat? Or how do I resolve it? I have print : http://prnt.sc/e6pzxv
radu33 Posted February 25, 2017 Posted February 25, 2017 i see this code not full about clan skills. to add full clan skills what is code right for l2jfrozen
wongerlt Posted February 25, 2017 Posted February 25, 2017 import: import com.l2jfrozen.gameserver.datatables.SkillTable; import com.l2jfrozen.gameserver.model.L2Skill; then put this code: for (int id : clanSkills) { L2Skill skill = SkillTable.getInstance().getInfo(id, SkillTable.getInstance().getMaxLevel(id,0)); player.getClan().addNewSkill(skill); } here: activeChar.getClan().setReputationScore(10000, true); HERE activeChar.getSkills();
valentin Posted February 26, 2017 Posted February 26, 2017 error minor enchant skill + sex change it does not take inventory item donate
MarGaZeaS Posted March 24, 2017 Author Posted March 24, 2017 error minor enchant skill + sex change it does not take inventory item donate fix here import: import com.l2jfrozen.gameserver.datatables.SkillTable; import com.l2jfrozen.gameserver.model.L2Skill; then put this code: for (int id : clanSkills) { L2Skill skill = SkillTable.getInstance().getInfo(id, SkillTable.getInstance().getMaxLevel(id,0)); player.getClan().addNewSkill(skill); } here: activeChar.getClan().setReputationScore(10000, true); HERE activeChar.getSkills();
Mellion Posted March 25, 2017 Posted March 25, 2017 (edited) Anyone tryed acis 367? because skill encanter don't work.. here is better code for acis. http://pastebin.com/yeQLUsQ0 maybe know how to make only for donators not simple players? and maybe multisell change to some other link html. its be better :) Edited March 25, 2017 by Mellion
tiguz Posted May 16, 2017 Posted May 16, 2017 (edited) I cant make it work for frozen..I spawned the npc id 100 but the html is empty! Whats wrong? Edited May 16, 2017 by tiguz
tiguz Posted May 16, 2017 Posted May 16, 2017 (edited) Ok I fixed.. just realised that the sql for the npc is wrong..update the main topic and change the sql.. Npc Type is L2Merchant ..pff..should be L2DonateShop. Paranoic.. in ur sv the skill enchant works? I think that code is missing from share... Edited May 16, 2017 by tiguz
MarGaZeaS Posted May 16, 2017 Author Posted May 16, 2017 Ok I fixed.. just realised that the sql for the npc is wrong..update the main topic and change the sql.. Npc Type is L2Merchant ..pff..should be L2DonateShop. Paranoic.. in ur sv the skill enchant works? I think that code is missing from share... skills not work for clan. i dont know why. see the replys for the fix
tiguz Posted May 16, 2017 Posted May 16, 2017 skills not work for clan. i dont know why. see the replys for the fix skills for clan? Im talking about skill ENCHANT with donate coins, not clan. in your sv you can enchant skills with donate coins?
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