hvp17 Posted February 17, 2013 Posted February 17, 2013 Almost addapted to frozen. Anyone can help me to fix these errors? [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1681: error: cannot find symbol [javac] ZODIAC_ENABLE = Boolean.parseBoolean(EventSettings.getProperty("Zodiace", "true")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1682: error: cannot find symbol [javac] ZODIAC_REWARD = Integer.parseInt(EventSettings.getProperty("ZodiadReward", "3470")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1683: error: cannot find symbol [javac] ZODIAC_REWARD_COUN = Integer.parseInt(EventSettings.getProperty("ZodiadRewardc", "1")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1684: error: cannot find symbol [javac] SAME_IP_ZODIAC= Boolean.parseBoolean(EventSettings.getProperty("SameIpProtection", "true")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1685: error: cannot find symbol [javac] INITIAL_START= Integer.parseInt(EventSettings.getProperty("MinutesInitial", "10")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1686: error: cannot find symbol [javac] BETWEEN_EVENTS =Integer.parseInt(EventSettings.getProperty("MinutesAfterEvent", "60")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] 6 errors [javac] 1 warning Thank You! Quote
MrHotFire Posted February 17, 2013 Posted February 17, 2013 :LOL: :LOL: :LOL: :LOL: :good sir: :good sir: :good sir: :good sir: :good sir: Thnx for sharing it withus dude.;) Quote
Boorinio Posted February 17, 2013 Author Posted February 17, 2013 :LOL: :LOL: :LOL: :LOL: :good sir: :good sir: :good sir: :good sir: :good sir: Thnx for sharing it withus dude.;) No problem a new version is coming soon! Quote
iitmtii Posted February 17, 2013 Posted February 17, 2013 whats new on v3? I think you should make config, that can configure turn on or off ip protect :) Quote
Boorinio Posted February 17, 2013 Author Posted February 17, 2013 whats new on v3? I think you should make config, that can configure turn on or off ip protect :) Well this config is already implemented but i forgot to add in the configs :p in the v3 i will and probably there will be new events! Quote
iitmtii Posted February 17, 2013 Posted February 17, 2013 Well this config is already implemented but i forgot to add in the configs :p in the v3 i will and probably there will be new events! Okey, waiting v3! Quote
iitmtii Posted February 17, 2013 Posted February 17, 2013 Almost addapted to frozen. Anyone can help me to fix these errors? [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1681: error: cannot find symbol [javac] ZODIAC_ENABLE = Boolean.parseBoolean(EventSettings.getProperty("Zodiace", "true")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1682: error: cannot find symbol [javac] ZODIAC_REWARD = Integer.parseInt(EventSettings.getProperty("ZodiadReward", "3470")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1683: error: cannot find symbol [javac] ZODIAC_REWARD_COUN = Integer.parseInt(EventSettings.getProperty("ZodiadRewardc", "1")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1684: error: cannot find symbol [javac] SAME_IP_ZODIAC= Boolean.parseBoolean(EventSettings.getProperty("SameIpProtection", "true")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1685: error: cannot find symbol [javac] INITIAL_START= Integer.parseInt(EventSettings.getProperty("MinutesInitial", "10")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] D:\Programos_Servui\workspace\trunk\gameserver\head-src\com\l2jfrozen\Config.java:1686: error: cannot find symbol [javac] BETWEEN_EVENTS =Integer.parseInt(EventSettings.getProperty("MinutesAfterEvent", "60")); [javac] ^ [javac] symbol: variable EventSettings [javac] location: class Config [javac] 6 errors [javac] 1 warning Thank You! EVENTSETTINGS change to TVTSETTING or something like that. And add config into TvT.properties Quote
guina Posted February 19, 2013 Posted February 19, 2013 thanks man, but i need know if any can help to addapt to l2jfrozen try but no sucess.. thanks all. Quote
Liquix Posted February 19, 2013 Posted February 19, 2013 thanks man, but i need know if any can help to addapt to l2jfrozen try but no sucess.. thanks all. Adaption in Frozen is without problems. Man please in v3 update colorname (after events end players color is white it dont keep color before) Anyway: Works perfect on l2jfrozen. Thx for share Quote
Boorinio Posted February 19, 2013 Author Posted February 19, 2013 First topic updated added v3 version and sample pictures added Quote
SrbIN Posted February 19, 2013 Posted February 19, 2013 [gr] Mpouri, eipame gia H5 kanei, e? [/gr] Quote
l2arcturus Posted February 20, 2013 Posted February 20, 2013 Adaption in Frozen is without problems. Man please in v3 update colorname (after events end players color is white it dont keep color before) Anyway: Works perfect on l2jfrozen. Thx for share Could you share the edited code please? Because I also had no success. Quote
hvp17 Posted February 20, 2013 Posted February 20, 2013 Boorinio, What .java files have you edited from V2 to V3? Thank you. Quote
Boorinio Posted February 20, 2013 Author Posted February 20, 2013 Boorinio, What .java files have you edited from V2 to V3? Thank you. ZodiacMain and requestbypass to server and i deleted the votingpanel from zodiac folder Quote
hvp17 Posted February 20, 2013 Posted February 20, 2013 Any other events will be added to this engine? P.S. In V4 should be a config to set up how much time to give to register for event. ;) 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.