-
Posts
751 -
Credits
0 -
Joined
-
Last visited
-
Days Won
3 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by AbsolutePower
-
Project [interlude]L2JHellas
AbsolutePower replied to AbsolutePower's topic in Server Development Discussion [L2J]
Hello , the svn is private. -
Project [interlude]L2JHellas
AbsolutePower replied to AbsolutePower's topic in Server Development Discussion [L2J]
L2JHellas Test Server is Live! If you want to test L2JHellas , you can check discord for the .ini file to connect. The test server will be online 24/7, so feel free to hop in anytime! Accounts are auto created! -
Request LF JAVA DEV!
AbsolutePower replied to leonardoll174's question in Request Server Development Help [L2J]
I appreciate your kind words. Indeed, assuming the client is functioning properly, most common packs struggle with the way they handle tasks, often broadcasting packets inefficiently, which can cause issues. For sure, it will require deep searching and debugging to identify these mistakes, but it can definitely be done! -
i will be offline for 2-3 weeks.
-
Project [interlude]L2JHellas
AbsolutePower replied to AbsolutePower's topic in Server Development Discussion [L2J]
L2jhellas new discord: https://discord.gg/3zv2W2fvuU -
friendly advice: don't get excited by "awesome" custom configuration-mods or fancy html design. thats not the right way to buy a pack.
-
Help WASD movement Lucera 2 source
AbsolutePower replied to LinIeIage's question in Request Server Development Help [L2J]
go to: gameserver/network/clientpackets/MoveBackwardToLocation.java _moveMovement = readD(); // is 0 if cursor keys are used 1 if mouse is used find if (activeChar == null) return; and add: if (_moveMovement == 0) return; -
Help Genre switching without relogin
AbsolutePower replied to Williams's question in Request Server Development Help [L2J]
-
i didn't disappear , i just did not bother with this topic. i was using only bump button.
-
oh that's new ,i didn't knew that there is a time expiration. sorry mate.
-
2017 ? i created this topic (July 17, 2012 ) . you insult me by saying that i am using fake accounts....i don't understand the reason of your brainless post. i can provide proofs. think before you talk.
-
probably you did not find the proper guy for the job,i can offer my services and i can guarantee in public that you won't get disappointed .
-
Project [interlude]L2JHellas
AbsolutePower replied to AbsolutePower's topic in Server Development Discussion [L2J]
l2jhellas source code will be available and free for one month so you can test some features and also the new spawn system by using the main bitbucket link : https://bitbucket.org/NickAbsolutePower/l2jhellas/src/master/ L2JHellas knownlist(optimized), test with 2747 creatures running perfect , you can check it here : https://www.youtube.com/watch?v=Ls6neey2ruc -
mazepste kwlotripidia o xdem kukloforei. tuxo tuxo oloi malakeeees
-
καλησπέρα , το hellas έχει γίνει free-private εδώ και δυο χρόνια, υπάρχει και free compiled χωρίς source revision 571 , πλέον, για να αποκτήσεις πρόσβαση στο source η πληρώνεις ή βοηθάς. για περισσότερες πληροφορίες για αυτό το σύστημα έχω κάνει topic στο forum του hellas. εδώ
-
Request Acis or Frozen??
AbsolutePower replied to wertynas's question in Request Server Development Help [L2J]
i cannot understand why you are still trying to compare jfrozen with alive projects , jfrozen was abandoned years ago. -
https://l2jhellas.com/index.php?topic=1844.0
-
sure , you can visit l2jhellas.com for more info.
-
Project [interlude]L2JHellas
AbsolutePower replied to AbsolutePower's topic in Server Development Discussion [L2J]
hello guys i decided to share l2jhellas latest revision 571 (compiled) because 568 was outdated , you can visit our forum : https://l2jhellas.com/ for more info -
Help help only in pvp zone reward
AbsolutePower replied to iAlreadyExist's question in Request Server Development Help [L2J]
make sure that you have create your custom zone in xml , if you dont know how you can check this : if you want you can add this code for easier creation : otherwise use the first guide and create your zone by hand. also make sure that you have create your customzone.java in zone type to read your new zone properly. the path in java may be gameserver.model.zone.type. depends your pack. if you dont know how to do this, you can take example by : to see how you can add a zone in java + datapack. -
Help Question about Broadcasts
AbsolutePower replied to Ehoq's question in Request Server Development Help [L2J]
@Ehoq the best solution for animation-effects is to edit client. you may find something here: https://maxcheaters.com/forum/41-client-development-discussion/ if you want to experiment with magicskilluse : _effected.broadcastPacket(new MagicSkillUse(_effected, skillId, skillLevel, hitTime, reuseDelay)); vars for magicskillUse are diffirent and depends on pack , you can check the magicskillUse.java to see exactly the vars. Social Action : _effected.broadcastPacket(new SocialAction(here it could be : _effected or _effected.getObjectId() , here actionId)); -
Code Automatic Random Zone Changer
AbsolutePower replied to StinkyMadness's topic in Server Shares & Files [L2J]
int random = Rnd.get(1, getZonesCount()); currentZoneId = currentZoneId == random ? MathUtil.limit(Rnd.get(++currentZoneId, getZonesCount()), 1, getZonesCount()) : random; @Kara @Tryskell @SweeTs @StinkyMadness @Elfocrash i know i late a bit :) but it can be done like this . -
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 != null && player.isOnline() == 1) { your code to add item here. } }
-
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
-
- help
- ragingforce
-
(and 3 more)
Tagged with: