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.
I apologize for my incompetence. The ability to trade is limited only for builder 1. Ordinary characters can trade with each other, and this has nothing to do with auto loot.)
Question
Luna20
I changed the rev from stable to the unst. and tried to get the olympiad system u gave me working again and im getting this error:
[javac] C:\Users\Luna\Desktop\L2J Server\workspace\L2J_Server_BETA\java\com\l2jserver\Config.java:2673: error: cannot find symbol
[javac] String[] Split = Olympiad.getProperty("AltOlyEndDate", "1").split(",");
[javac] ^
[javac] symbol: method getProperty(String,String)
[javac] location: variable Olympiad of type PropertiesParser
[javac] C:\Users\Luna\Desktop\L2J Server\workspace\L2J_Server_BETA\java\com\l2jserver\Config.java:2679: error: cannot find symbol
[javac] Split = Olympiad.getProperty("AltOlyEndHour", "12:00:00").split(":");
[javac] ^
[javac] symbol: method getProperty(String,String)
[javac] location: variable Olympiad of type PropertiesParser
[javac] 2 errors
BUILD FAILED
3 answers to this question
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.