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. Quote
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 Quote
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 Quote
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 Quote
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(); Quote
valentin Posted February 26, 2017 Posted February 26, 2017 error minor enchant skill + sex change it does not take inventory item donate Quote
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(); Quote
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 Quote
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 Quote
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 Quote
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 Quote
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? Quote
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.