An4rchy Posted May 21, 2012 Posted May 21, 2012 Hello everyone. Since i had some time today, i decided to make a small share. I know it's been shared before 2 times, but AbsolutePower's one wasn't working and the other one had 4 or 5 options. This one got as many as you want, check configs. Here: http://pastebin.com/Kz3fKvmq Credits to me.
Dulens. Posted May 21, 2012 Posted May 21, 2012 Very good work An4rchy, also it's shared by Elfocrash with 5 options I think and works fine. Btw, I will test it. Thanks!
An4rchy Posted May 21, 2012 Author Posted May 21, 2012 Very good work An4rchy, also it's shared by Elfocrash with 5 options I think and works fine. Btw, I will test it. Thanks! Yeah, all of these shares related to pvp rewards are done with x pre-chosen options. I can't understand why nobody uses maps on configs.
BackStaBBerGG Posted June 9, 2012 Posted June 9, 2012 I add it today to my pack but i get an error compile: [javac] Compiling 1416 source files to C:\Users\Johnnie\workspace\Server\GameServer\build\classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] C:\Users\Johnnie\workspace\Server\GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:8022: error: method getMaxLevel in class SkillTable cannot be applied to given types; [javac] addSkill(SkillTable.getInstance().getInfo(Config.PVP_SKILLS_LIST.get(i), SkillTable.getInstance().getMaxLevel(Config.PVP_SKILLS_LIST.get(i))), true); [javac] ^ [javac] required: int,int [javac] found: Integer [javac] reason: actual and formal argument lists differ in length [javac] 1 error [javac] 1 warning Copy paste dosen't work so well SkillTable.getInstance().getMaxLevel ^
An4rchy Posted June 11, 2012 Author Posted June 11, 2012 Try to change this: SkillTable.getInstance().getMaxLevel(Config.PVP_SKILLS_LIST.get(i))), true) to: (int)SkillTable.getInstance().getMaxLevel(Config.PVP_SKILLS_LIST.get(i))), true) But i can't get why it gives error. It shouldn't.
HammerV2 Posted June 28, 2012 Posted June 28, 2012 dudeee i cant get the correct places to ur codeee >.< am using l2j epilogue last rev
IvanLabonia Posted June 28, 2012 Posted June 28, 2012 An4rchy you rock man, thx is this functoinal for freya? and i give u one question, i want to give an item in the pvp, but also i want to add exp/sp/fame.. can it be done? im asking you because im not experienced enough. thanks in advance.
vampir Posted June 28, 2012 Posted June 28, 2012 very nice code An4rchy ^^ An4rchy you rock man, thx is this functoinal for freya? and i give u one question, i want to give an item in the pvp, but also i want to add exp/sp/fame.. can it be done? im asking you because im not experienced enough. thanks in advance. just use getInventory().addItem(id, count); as i remember
SkySkase Posted August 23, 2012 Posted August 23, 2012 1 litle error ALLOW_PVP_SKILLS = Boolean.parseBoolean(alcardia.getProperty("AllowPvpSkills", "false")); String PVP_SKILLS_LIST_VALUE = elcardia.getProperty("PvpSkillsList", "100,3100;"); alcardia is with red line. and i dont know what to do i use Epilogue Client
Dulens. Posted August 23, 2012 Posted August 23, 2012 1 litle error ALLOW_PVP_SKILLS = Boolean.parseBoolean(alcardia.getProperty("AllowPvpSkills", "false")); String PVP_SKILLS_LIST_VALUE = elcardia.getProperty("PvpSkillsList", "100,3100;"); alcardia is with red line. and i dont know what to do I am crying. You put your config's name.
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