Jump to content

Recommended Posts

Posted

About the name, I can already give you 2 surnames depending about pack's future, as I did with L2JFrozen (L2JBroken) : Pro Experimental Sources, or Pitiful Experimental Sources. That's for if you don't like "Pauler" in the name. Those are just surnames, don't be so angry about it. It's a personal tradition I got.

 

>:D

 

I should remind for interested people than Pauler is bound to my conditions, which are explained on aCis forums, and than I repeated to him on PM discussion.

 

About issues, the biggest flaws on aCis rev 290 are :

  • the lack of scripts (and make the cumulated fixes from rev 290 to 309 to get an idea of what I fixed). It notably misses Frintezza, Zaken & Benom and 60 scripts.
  • You also inheritate L2J IL spawnlist, which is kinda bad.
  • The geoengine got a problem aswell (but I saw you added back Javolution, probably for that reason ? It's not really needed, only for fastfix).
  • A big work on skills/formulas must be made, but it's right for any L2J (they only begun to use retail like formulas few days ago, and we can't reuse them because Freya and GF heavily edited them).

Posted

To avoid the massive stupitidy of some of the members here, I hosted a forum here.

 

The hosting is terrible, but it is more than enough for what we are doing for now.

 

You are free to register and navigate.

 

Regards.

Posted

Changeset 40:

 

Added Dimension class to make the usage of dimensions more automated.

 

Remember to update your datapack.

 

https://xp-dev.com/trac/l2jpes/changeset/40/l2jpes

 

So, I added this class, so dimensions can be used in a more automated way. It contains a bunch of functions, that will help dimension usage in events that automatically try to find a free dimension to use. Just use the same type to register events that take place at the same area so you can stop them from colliding.

Posted

Changeset 41:

 

L2DatabaseFactory now works with SingletonHandler.

Removed unused code and empty voids.

Removed ConnectionWrapper.

 

https://xp-dev.com/trac/l2jpes/changeset/41/l2jpes

Posted

Changeset 42:

 

Added admin panel at dimensions.

Re-added ConnectionWrapper.

Added more useful functions at Dimension.

Dimension now works with SingletonHandler.

 

https://xp-dev.com/trac/l2jpes/changeset/42/l2jpes

 


 

Also, I am happy to announce that i-live.com now hosts our forum, too.

 

The people who registered at the previous one, please create a new account at the new forum, as the old forum has been dropped.

 

Forum is still not finished but you are free to register, and submit your questions, your reports or your codes.

 

http://pes.i-live.eu/

Regards.

Posted

Work for yourself and pay yourself. Would be the best job ever.

How much u desirv for today?>:)

Im joking. Do w/e u want ^^ there are still devs who work for servers ^^ i think that's the best way to win more moneys.

Posted

Yes u'r right here. But i saw many developers boring and asking for things...

Well, they can give a hand of work to some projects and fixing them, making them stable, than will be place for new ideas too ^^

 

Your point would be valid only in ideal world where everything works like you think it would be perfect. In reality most developers are far from beeing developers(beeing called like that means nothing) and this is where the story ends. You know the fact that maxcheaters have only at best 4 people who should be called developers registered, means that this is just a junkyard for noobs. Every argument anyone would have in regard of any project whatsoever is irrelevant, it matters only for the project owners ego. All in all new ideas mostly mean copy pasting atleast around here, if you look at every single share or project that appears on mxc(#1 spot for acis there), its just copy paste after copy paste after copy paste and a bunch of pretending to be the most awsome developer ever(#1 spot for tryskell there). Care less and your life will be better, trust me on this one.

Posted

Work for yourself and pay yourself. Would be the best job ever.

How much u desirv for today?>:)

Im joking. Do w/e u want ^^ there are still devs who work for servers ^^ i think that's the best way to win more moneys.

So, as I agree with you with the point than developping a pack isn't make for money (I can even give you numbers if you're interested regarding aCis), you would eventually understand than I put much more love than greediness when I manage to keep my pack alive since 2y, while I could simply be paid with your arm, feet or head adding your crappy customs on your server for high bigger money.

 

As you can see, some people are dedicated to what they believe, others are here for money. And when I see my pack is considered as a "private pack", just because people are too lazy to share or try to understand my philosophy - it's almost free, even on paying case - makes me smile.

 

While Leluch is also right saying than it is thank to people who dedicates their time on sharing stuff you can open your server, my philosophy is ALL SHOULD NOT BE ABLE to access such shares. Many admins are here just for money. When it's ok from a developer point of view (he will try to code faster and easier stuff), the result as a admin can be just catastrophic for players (should I name copy/paste servers, disastrous donations, low amount of care ? I think anyone here experienced at least one of those options as a player).

 

I (try to) limit the creation of such servers with my philosophy, and I strongly smite people with such behavior when I encounter one.

 

And I'm sorry for the devception of L2JPauler's topic, I would personally hate it :P. If people could speak about the pack, rather than speak random subjects... I will stop. By Gran Kain, I swear.

 

@Intrepid, we're all Java amateurs. But you're free to continue to read noobs replies and stay on a noob forums ; in a sense, you probably like it, as you're kinda active on those forums and so you're part of the so-called noobs as you're here since... 2009 ?.

 

@Intrepid again, I got nothing to learn from someone who change of opinion (public, private, public syndrome) and drop his own GF pack after 2 weeks. I prefer to get ego (you like that word since I used it on a reply) and say to myself then the loss of my pack hurts me. Just saying.

 

@Intrepid, finally, a L2J pack dev hasn't to reinvent the wheel. It has to deliver a copy with as less bugs as possible. You probably lack that meaning.

Posted

Changeset 43

 

Just a basic manager of events that handles the registering and scheduling of events.

 

For now it can support global and normal events. If any events is to be in a different dimension, it should be done inside the event's behavior(runEvent() method).

 

Time format that is supported: 12:00,16:00,20:00 etc. For any feature ideas it should be extended to support more.

 

The first event that will be implemented in the next commits is TvT event, since it's one of the basic fun engines that a server should have.

 

https://xp-dev.com/trac/l2jpes/changeset/43/l2jpes

Posted

Changeset 46:

 

Many stuff:

- Added a fix on telnet.

- Made an EventCommons? class that contains all restrictions and general methods for all events.

- Added TvT event engine with the proper checks and configs that you can configure everything.

- Some fixes/additions at Dimension class.

 

https://xp-dev.com/trac/l2jpes/changeset/46/l2jpes

 

 

Also in this commit i fixed the stupidest thing i have ever made, which was inside EventManager. Now it works more advanced and properly.

 

 

Basically over my last 2 commits i have made a simple event engine which makes it easier to make an event(as regards scheduling and organization) and it will be extended too. Actually i was planning for an in-game admin menu to be able to run and configure events from there.

 

In the next commit: Fence packet & support.

Posted

Continue like this guys!I love watching the timeline(I dont know coding,but when i see changes and adds i just can sit and watching them for a hour!)

 

What ? lol'ed hard.

Guest
This topic is now closed to further replies.



  • Posts

    • L2jBayev Chronicle 3: Rise of Darkness – AiEngine Edition In short: this is a C3 build with a full-fledged AI engine, live mercenaries, a built-in quiz, a “personal account” in the Community Board, and server logic neatly distributed across thread pools. The project is about a living world without lags : bots farm, communicate, gather parties, teleport along routes, and the server remains cold and stable.   What's inside (the most delicious) 1) Full-fledged AI engine for characters Behavior types: farming ( FarmAI ), combat ( CombatAI ), party logic ( PartyAI ), trading/walking ( TraderAI / WalkerAI ), support roles (healer, etc.). Class profiles: for mages/archers/daggers, etc., “smart” skill rotations, distance control, sleep/save skills, healing, loot pickup, etc. are implemented (see examples of classes like SpellSingerAI , NecromancerAI , etc.). Self-healing and teleports: when dying, the bot goes through a sequence of steps without sleep()- via AITaskSequence + AITeleportToLocTask , searches for the nearest gatekeeper and teleports via TeleportationManager with routes depending on the level. Auto-support: auto-nipples, arrows/bones, smart auto-proceduring of buffs and auto-banks CP/HP/MP with thresholds - all sewn into the auxiliary EtcPlayersAi . Chat context: ChatManagerAi processes mentions, makes responses with delays (anti-flood), supports party chat and “human” reaction. Understanding: ChatManagerAi system  processes the dialogue, bots remember your aggression and insults, they start to respond less often to modern users, stop accepting or inviting to a group (party) and when it goes beyond the peak they will simply merge you, and every time they see you on the PC, there is an opportunity to measure more often, communicate respectfully and beautifully, in general, a “human” reaction. Why a player/admin needs this: bots actually “live”, farm and interact, and don’t just stand on macros. This is a great background for online and PvE action.   2) Mercenaries (Mercenary system) Full-fledged companion character : L2MercenaryInstance with its own MercenaryAI (movement, attack, support, consumables, shots). Behavior modes: DEFENDER / SUPPORT / PASSIVE - switchable to suit your playing style. Progress and trust: the mercenary's trust/exp/level grows , skills are learned according to the MercenarySkillTree (conditions are based on the trust or level of the owner). Templates and equipment: via MercenaryTemplateTable and spawner - model/weapon/type are selected. Social: MercenarySpeechManager - a set of speeches; the mercenary "comes to life" in the chat. Premium Link: Premium account owners give the mercenary additional trust (faster progress). Why: This is not a dummy pet, but a playful companion with modes, training and “character”.   3) Quiz (event viktorina ) Rounds according to schedule: pre-launch with announcements (minutes/seconds before start), registration .reg, auto-opening of the window. Multiple choice questions: question + set of answer buttons; fair processing, timings, question change. Tops and history: results table, statistics, neat UI via HTML assembly. Flexible control: you can start immediately or set a delayed start (notification package 5/2/1 min, etc.). Why: regular activity for players, “social entertainment” module right in the build.   4) Personal account in Community Board KB managers: buff cabinet, teleports, clans/forums/mail/friends, tops (PK/PvP/wealth/players), character repair, viewing skill trees , etc. Premium logic: some services/mail are limited by premium; premium also affects the visual (nickname color) and bonuses (see effect on mercenary). Single sign-on: all in one place, no team chaos. Why: conveniently manage your character and services without going into the console or installing third-party mods.   Why is the system technically valuable? Minimum load and stability Separated thread pools: AI logic, hunting, teleports, chat - on separate onesScheduledExecutorService ( AI_THREAD_POOL , MONSTER_HUNT_POOL , TELEPORT_POOL , CHAT_POOL ). No "freezing": task sequencers (teleport/recovery) work through the scheduler, not Thread.sleep(). Bot limitation: protection against overload via thresholds/counters - “extra” bots do not start. One bot - one sequence: AITaskManager ensures that the character does not have parallel conflicting tasks. Smoothing out peaks: starting tasks with offsets so that there are no simultaneous “ticks” of hundreds of bots. Monitoring/logs: own loggers (separate files for info/errors/processes/chats), CPU load monitoring. Bottom line: the build is designed for “thick online” and mass activities without TPS failures .   Additional Features Auto-alliances for farming: party logic invites suitable players (checking level/equipment/clan flags), there are “human” responses to requests. Sub/class management: out of the box helpers for changing class/subclass, auto-learning of necessary skills and selection of equipment by level. Security/protection: secondary PIN/picture password support (used in KB/voiced commands; optional). Premium accounts: privileges in KB/mail/visual and synergy with mercenary progress. Ready-made services: tops, auctions/mail, teleports from KB, buff rooms, repairs, viewing skill trees, etc.   Who is this build for? Freeshare/project admins who want a living world “from the pack”: bots and mercenaries provide a constant background of activity. Players who value convenience: personal account, premium services, events and a mercenary companion. Developers who want a clean, predictable backend with thread pools and a neat task model without “magic”.   How it differs from standard assemblies Not macros - AI profiles with “brains”: rotations, positioning, healing, decision making. Not a decoration pet - a mercenary with his own modes, progress, skill tree and lines. Not a faceless gamemod - an event quiz with UI, schedule, tops. No chaos in flows - strict pools, planning and task managers designed for online and growth. No separate scripts - a single personal account in KB for most activities.   TL;DR (one paragraph for the project card) AiEngine C3 is a build with live AI, smart bots, mercenaries (modes/progress/skills), built-in quiz, premium logic and a convenient personal account in KB. Under the hood are distributed thread pools and task managers without sleep(), so even with a dense online the server remains stable and responsive.   Additionally add - there is still a lot of interesting things command .assassin or shift+target (order murder), shift+target for admins on AI characters for control, admin panel is completely rewritten, many additional functions, mercenaries change their appearance depending on trust, deepseek and chatGPT system is connected for communication of characters like real players, GPT - for newer java, there is still a very large list of fixes after the last versions, a lot has been fixed, including height coordinates (Z) geo-Squares, pathfinding, visibility through obstacles, fix pet summons, trade packages, shop packages, many effects, quests (including the original ones like nipples, etc.), Ai behavior of NPC and RB monsters, absolutely all epics have been transferred to AiLoader no longer in python scripts. Attention! The server is suitable for both classic mode and PvP format, as well as with various mods. Absolutely everything is configured in the configurations to suit your taste and purposes of use. It is recommended to launch the server through L2ServerControl (simplifies management and control of processes). Download Servers: Chronicle 3 Server Chronicle 4 Test Upgraded Server Full Desc & screens: Post & Screens c3 Post & Desc c4    
    • 🎃 HALLOWEEN EVENT 🎃   ‼️ Information and details: https://forum.l2harbor.com/threads/halloween-event-fall-harvest-30-10-07-11.8265/post-168620
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock