-
Content Count
4,699 -
Joined
-
Last visited
-
Days Won
4 -
Feedback
100%
Zake last won the day on December 21 2020
Zake had the most liked content!
Community Reputation
40 ExcellentAbout Zake

- Currently Viewing Topic: Sys msg
-
Rank
Distinguished King
Profile Information
-
Current Mood
Busy
-
Gender
Male
-
Country
Greece
-
Interests
For god's Zake
-
Why would you do that? Either let them AUTO farm or ban bots
-
Help l2mythras - A JNI error has occurred
Zake replied to dragon333's question in Request Server Development Help [L2J]
This error means that the java compiler you used in eclipse is different than the one you use to run the server. Also l2mythras is an ancient fork, i would suggest you to use an active one such as l2j -
Help Healers can heal RaidBosses
Zake replied to prostylw1's question in Request Server Development Help [L2J]
Locked -
Help Healers can heal RaidBosses
Zake replied to prostylw1's question in Request Server Development Help [L2J]
The method you are looking for is Player#checkDoCastConditions. Although this works too, players can cast the spell but it won't heal the boss -
-
You have to post the stacktrace so that we can help you with these errors.
-
Help Balance Classes in interludes
Zake replied to prostylw1's question in Request Server Development Help [L2J]
That is not a bad number if you are fighting as duelist vs sps.You shouldn't worry about this since Duelist is useful only in small skirmishes. Sps on the other hand lacks in 1v1 situation but his teamfight value is by far higher. -
Help Enchant skill success rate
Zake replied to prostylw1's question in Request Server Development Help [L2J]
You can always override the method with a scaling algorithm or a static rate per level. I kinda don't suggest both but it would be less pain -
Help Balance Classes in interludes
Zake replied to prostylw1's question in Request Server Development Help [L2J]
Formulas#calcMagicDam -
Help Balance Classes in interludes
Zake replied to prostylw1's question in Request Server Development Help [L2J]
Depends on what you 're intending to do. If it's another instance of quick pvp server, then just slightly nerf crt/ m crit rates and powers and let the archers vs mages gameplay begin (maybe edit some formulas too) -
Help ExpOn ExpOff L2JServer
Zake replied to Urbanhack's question in Request Server Development Help [L2J]
Please do not undig old posts -
I really wonder how people expect to receive support by the project owners while they leech their pack 😂
-
Help Enchant skill success rate
Zake replied to prostylw1's question in Request Server Development Help [L2J]
Max skill enchant rate depends on your character's level. If you have extended your max level to 85 or something you should edit EnchantSkillNode in order to avoid IOOBE and parse new values to your set aswell (rate81 rate82, etc). As for the max skill enchant value, acis already handles up to 30, both in skill and enchant skill xmls. All you have to do is manually increase values in enchantskills.xml (rate76 rate77 etc) for each skill level. If though you would like to extend max enchant to 31 you will also have to add extra lines to enchantskills.xml, increase enchantlevels1/2/... AND extend