Jump to content

Zodiac Event Engine


Boorinio

Recommended Posts

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!

 

 

Link to comment
Share on other sites

: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!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...