Matim Posted June 27, 2010 Posted June 27, 2010 Ufff mate, im just bored with you. For example: Index: D:/Aqua/mid-core/src/main/java/com/l2jfree/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- D:/Aqua/mid-core/src/main/java/com/l2jfree/gameserver/model/actor/instance/L2PcInstance.java (revision 5153) +++ D:/Aqua/mid-core/src/main/java/com/l2jfree/gameserver/model/actor/instance/L2PcInstance.java (working copy) @@ -5325,7 +5325,16 @@ // Add karma to attacker and increase its PK counter setPvpKills(getPvpKills() + 1); - + if(Config.ALLOW_PVP_REWARD) + { + // Item Reward system + addItem("Loot", Config.PVP_REWARD_ITEM, Config.PVP_REWARD_COUNT, this, true); + sendMessage("You will be rewarded for pvp kill!"); + } Ok, so you have to edit this file: --- D:/Aqua/mid-core/src/main/java/com/l2jfree/gameserver/model/actor/instance/L2PcInstance.java (revision 5153) And there is also patch for this file. - Minus means that we should delete these lines. - Plus means that we should add these lines.
dachi15 Posted June 27, 2010 Posted June 27, 2010 yeah but i dont have that file :D thats what i am talking about :D. lets say i edited that file what to do next if i patch my whole server all files will be deleted yes? ok found that file
Matim Posted June 27, 2010 Posted June 27, 2010 You don't have L2PcInstance ... >:(? First question, do you know what is source code?
dachi15 Posted June 27, 2010 Posted June 27, 2010 i said i found that file but even if i edit when i apply patch what happens? all my server will delete? yes? all edited files
Matim Posted June 27, 2010 Posted June 27, 2010 No mate, i guess you are not ready to use eclipse ... You have to read these guides few times and also try to familiarize yourself with most important eclipse functions.
dachi15 Posted June 27, 2010 Posted June 27, 2010 ok for now i just need to edit max enchant on element stones or if you know what i need please help i have element jewels and energys but they are not working on weapon or armor they are not working on any levels not on 7 just not working with admin i can enchant to 9 lvl but i have energys and jewels for 13 lvl
ExTrEmEDwarf Posted June 27, 2010 Author Posted June 27, 2010 ok for now i just need to edit max enchant on element stones or if you know what i need please help i have element jewels and energys but they are not working on weapon or armor they are not working on any levels not on 7 just not working with admin i can enchant to 9 lvl but i have energys and jewels for 13 lvl you CANT do anything related to java without compiled pack. You have to start over zero with a clean pack, learn using eclipse and updating/adding protections and patches and then open a decent server.
dachi15 Posted June 27, 2010 Posted June 27, 2010 lol i am luckiest guy on the earth :D just was making server 5 month all the day and now for the fking attribute stones i need to start from zero :|
n00ne Posted June 28, 2010 Posted June 28, 2010 No errors while compiling l2j Free. Good and reliable guide.
adonay4u Posted July 11, 2010 Posted July 11, 2010 it's really easy to compile whit such a guide ty for help
reconnect Posted July 14, 2010 Posted July 14, 2010 Because if you need to apply any patches to your sorce code (downloaded with eclipse :))
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