-
Content Count
726 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
AbsolutePower last won the day on February 2 2020
AbsolutePower had the most liked content!
Community Reputation
8 NeutralAbout AbsolutePower

-
Rank
Baron
Profile Information
-
Current Mood
Crazy
-
Gender
Male
-
Country
Greece
-
Location
Kilkis
-
its bad coded , update the sql connection and at least replace the player loop with : L2World.getInstance().getPlayer(playerName) instead of a whole loop inside another loop. it can be done like : L2PcInstance player = L2World.getInstance().getPlayer(playerName); if(player != null && player.isOnline() == 1) { add item etc. } final code : if(id > 0 && count > 0 && !playername.isEmpty()) { L2PcInstance player = L2World.getInstance().getPlayer(playerName); if(player !=
-
i am selling the fix for all interlude clients. player no need to relogin after change gender-class :) it can be used anywhere you want example : admin actions-custom npcs for class-sex change etc. also i cant addapt it for any pack-client you want :) edit: it has nothing to do with transform-untransform shits. pm me for the price.
-
Help Problem with tyrant skills
AbsolutePower replied to victorrv's question in Request Server Development Help [L2J]
you are using dead project.... i can't understand that... why?? use hellas who is still active and you won't have to worry about those skills.- 3 replies
-
- increaseforce
- l2jfrozen986
-
(and 4 more)
Tagged with:
-
Help Aio System Hellas
AbsolutePower replied to nakashimi's question in Request Server Development Help [L2J]
L2PcInstance.java public void checkAllowedSkills() config : altsettings : AllowedSkills -
Help Aio System Hellas
AbsolutePower replied to nakashimi's question in Request Server Development Help [L2J]
zake is right, there is a check for illegal skills. you can check premium system too ( //premium_menu). no need to make new getters for aio. and merge premium system with your aio skills. just saying my opnion. -
Request good balanced custom or no pack (interlude)
AbsolutePower replied to aris1kam's question in Request Server Development Help [L2J]
You can use : https://l2jhellas.com/ its totaly free, and active. :) -
Project [interlude]L2JHellas
AbsolutePower replied to AbsolutePower's topic in Server Development Discussion [L2J]
i wont create a list you can check by your self its not that hard. if you need more you can find by searching here or in our forum. L2Hellas discord : https://discord.com/invite/HY8nMPp -
Project [interlude]L2JHellas
AbsolutePower replied to AbsolutePower's topic in Server Development Discussion [L2J]
thanks :) old base is l2jarchid, quests from acis. but a lot of reworks has been done. -
Project [interlude]L2JHellas
AbsolutePower replied to AbsolutePower's topic in Server Development Discussion [L2J]
thanks guys :) true its old code, i did not notice it, thanks for repot, its better to report in forum not here. -
rullezz started following AbsolutePower
-
Links: Forum: http://l2jhellas.com/ New Svn: https://bitbucket.org/NickAbsolutePower/l2jhellas/src/master/ New Timeline: https://bitbucket.org/NickAbsolutePower/l2jhellas/commits/ Discord: https://discord.com/invite/HY8nMPp Old Timeline: https://www.assembla.com/spaces/l2hellas/subversion/commits/list How can you help? Everyone can become a part of the project! The first step is to register in our forum(links above) and give us feedback(Suggestions,ideas). Bug reports and custom patches from users are welcomed as well. That way you will help us gr
-
Project [Interlude] L2Jhellas
AbsolutePower replied to Boorinio's topic in Server Development Discussion [L2J]
that's true, lock this :) hey :) dont worry. :) -
Cr1t1calDMG started following AbsolutePower
-
roukounas123 started following AbsolutePower
-
Project [Interlude] L2Jhellas
AbsolutePower replied to Boorinio's topic in Server Development Discussion [L2J]
hellas already running 7 online servers(from what i know they may be more) , you can run anything you want, and if you will find any problem you can report it in forum :) i think that i have already helped you :) am i right? :) -
Help acis dont stuck skill normal player
AbsolutePower replied to falcone2's question in Request Server Development Help [L2J]
describe your problem correctly. its a problem or something that you wanna do? -
DaFFyNaSH started following AbsolutePower
-
Help (HELP)pvp enchant item
AbsolutePower replied to AlexHack's question in Request Server Development Help [Greek]
h bgale to ! kai kanto < config.enchant h balto se paren8esh kai kanto if ( !(pvpwep.getenchant > config.enchant) ) 8a htan kalutera an to ekanes etsi : final L2ItemInstance pvpwep = to code s. if (pvpwep != null && pvpwep.getEnchantLevel() < config.maxenchant && Rnd.get(100) > 50 )