-
Content Count
133 -
Joined
-
Last visited
-
Feedback
0%
Community Reputation
6 NeutralAbout @IcathiaLord

-
Rank
Heir
Contact Methods
-
Website URL
http://.
-
Skype
@IcathiaLord
Profile Information
-
Current Mood
Crazy
-
Gender
Male
-
Country
Greece
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
1 Day left for our Opening Join in our clan event: Here
-
-
Beta Opening : 21 November at 20:00 GMT+2 Grand Opening : 28 November at 20:00 GTM+2 Website Facebook Page Basic Information Experience Rates: x1000 SP Rates: x1000 Adena: x 1000 Starting Level 52 PvP Server x1000 Easy xp to level 80 Enchant Rates Safe +3 Max +20 Normal Enchant Scrolls 65% Blessed Max Enchant +14 -> 100% Crystal max +16 -> 50% (on break enchant still the same) Custom Scroll max +20 -> (+17 -> 95% , +18 -> 90% , +19 -> 85% , +20 -> 80% ) Augmentation Rates
-
Help ItemHandler issue
@IcathiaLord replied to Hann1bal's question in Request Server Development Help [L2J]
you need boolean forceUse too. -
Help ItemHandler issue
@IcathiaLord replied to Hann1bal's question in Request Server Development Help [L2J]
Delete lines 78 - 86 and put @Override at the useItem that you have the code. Like this: -
Help Visual C++ debug Error
@IcathiaLord replied to @IcathiaLord's topic in Request Support [English]
I already did it but the error still exist -
Auction Topic
@IcathiaLord replied to Dreamerdream's question in Request Server Development Help [L2J]
Where XX is the count , probably holder.getCount() or smth similar exist -
Hello there , i have a problem that i can't solve and its from HWID client files , in server selection this error appears and you have to press 2x times Ignore in order to join in server. This error appears in specific systems , mine laptop too with intel HD graphics. I used clean system and of course cant sent the hwid to server so i put some dll's that sent it , and then error comes. Also i have no idea from client side things.
-
The code i provided must be placed at skills.funcs.FucnEnchant.java , i took same code as OlyMaxEnchant from l2jfrozen 1132 , and just changed to your needs . Change player.isInsideZone(ZONE_PVP) to (ZONE_NEWBIE) or whatever you named , and the enchant will take effect if you are inside this zone . For onEnter flag you just edit the zone.type.NewbieZone.java method and done.
-
You can do it by FuncEnchant , keep player items , and calculate their status for a specific enchant level(like max olympiad enchant) Edit the isInsideZone(ZONE_PVP) to your needs int maxZoneEnchant = 6; if (env.player != null && env.player instanceof L2PcInstance) { final L2PcInstance player = (L2PcInstance) env.player; if (player.isInsideZone(ZONE_PVP) && maxZoneEnchant >= 0 && (enchant + overenchant) > maxZoneEnchant) { if (maxZoneEnchant > 3) { overenchant = maxZoneEnchant - 3; } else { overenchant = 0;
-
Help HELP WITH COSMOTE PORT OPENING
@IcathiaLord replied to thepsolartek's question in Request Server Development Help [Greek]
Με ενα τηλεφωνο θα εισαι κομπλε , το ιδιο προβλημα ειχα και εγω και οταν τους πηρα τηλεφωνο απλα αλλαξαν την IP σε στατικη και λυθηκε . -
Beta Is online until 8 of April , go to SITE download patch and test our server. Grand Opening will take place at 12 of April 20:00 GMT+2.
-
Less than 2 hours left , download our patch
-
Beta is online until 8 of April. Grand Opening : 12 April 20:00 GTM+2 Site : L2Inerrant Forum: L2Inerrant Forum Facebook: L2Inerrant Facebook Page Basic Information Experience Rates: x5000 SP Rates: x5000 Adena: x 1000 Party Exp: x 1.5 Party SP: X 1.5 Enchant Rates Safe +3 Normal Enchant Scrolls 65% Blessed Max Enchant +14 with 90% rates On blassed fail: +3 to +7 on failure +3 , +7 to +10 on failure -1 ,+11 to +14 on failure -2 There is a small chance to enchant item +2 instead of +1 Cryst
-
Help TVT Teleport
@IcathiaLord replied to Kotegaeshi92's question in Request Server Development Help [L2J]
If you are using 380 and after Change _playerInstance.teleToLocation to _playerInstance.teleportTo