Jump to content

Orion Project - Server Files

Leaderboard


Popular Content

Showing content with the highest reputation since 08/11/21 in Posts

  1. 4 points
    Here is the manually cleaned namelist.txt for bots I've removed the following: weird names like `11111`, `sdfsdfsdf` doubling names like `name1`, `name2`, `name3` restricted names like `nigger`, `nazi` Almost 4k names removed so now the list looks more real names like. Ofc not all weird names removed, but I tried my best to walk through all 32k names and clean everything weird. namelist.txt
  2. 3 points
    Hey guys. Sharing my botRandomWalk.xml file with added a lot of coordinates for walkers There are coords for Talking Island Village Elven Village Dark Elven Village Dwarven Village Orc Village Gludin Village Gludio Town Dion Town Giran Town botRandomWalk.xml
  3. 3 points
    Hello, dear customers I'm back. Sorry for this very late update. I had really busy year - jobs, education and family stuff did not give me enough time for this. I promise to be more active this year and to add an update each month at least. I can assure that this project never be forgotten or abandoned. I was available to answer to all your questions on website and on all other contacts. Stay tuned for all upcoming updates and news. CORRECTIONS UPDATED - Drop and Spoil info on shift+doube click. From now on it's attached to server rates. CORRECTED - Attack/Autoattack on PVP mode. (one click - one hit, autoattack on pvp is removed [Like L2OFF]). Possible turn it off/on. ADDED - Minions for monster "Talakin" near Partisan's Hideaway (Like L2OFF). CORRECTED - Some wrong spawns in the area Valley of Saints. CORRECTED - Level limit for quest β€žWatching Eyesβ€œ (Like L2OFF). ADDONS ADDED - The Squash event. ADDED- Bots engine with newbie, farm, walker and pvp bots. Possible give them clan with crest. Xml and ini files for full editing. ADDED - New commands for admin: //loc, //loc2, //loc3 and //loc4. It saves different types of location to file: game/AdminLocLog.txt. This gonna make faster creation of zone drawing etc. UPDATED - Tournament event: ADDED - Fight for 1x1. CHANGED - The event to auto event by time in config file eventmanager.ini. ADDED - Additional configs: name, description, location, auto spawn npc and event time. ADDED - PvP bots for zone. UPDATED - PvP Random zone: ADDED - Additional configs: Hide player info and give fake name. ADDED - New instance system for zones which means only players in same zone will be available to see you and nothing else. Also, you won't see any other npc, mob or player. ADDED - Possibility add any npc to new instance. It can be mob or npc. Add this for each npc: <npc id="21420" loc="142595,-107296,-3456;20"/> (loc means: x,y,z,respawn time) to every zone in zone/RamdomZone.xml UPDATED - DressMe: ADDED - A new config for dressme command. OPTIMIZATION IMPROVED - Performance and stability. IMPROVED - Server pack secure against exploits and some cheats. BUG FIXES FIXED - Target issue with get Quest from NPC β€žEye of Argosβ€œ (Range from Player to NPC).
  4. 1 point
    Affected functionality: ClanHall auction bidders list window Actual result: Anyone can open bidders list and see the bid value of any clan for clan hall Expected result: Only clan member and academy member can see current clan's bid and should not see other clans bid values. Screenshot for reference:
  5. 1 point
  6. 1 point
    Steps: Open admin panel > Game > Castles/CH > any castle Click 'Set Siege Time' button Actual Result: Window with message 'Html was too long` Expected Result: There should be window with ability to set day/hour/minute for castle siege. Screenshot:
  7. 1 point
  8. 1 point
    There are a lot of errors appeared when I enabled and configured bots for my server. Bots are created and looks functioning, but that flood in error log is annoying. Here are the examples of errors java.lang.NullPointerException: Cannot invoke "l2jorion.game.model.L2Skill.getEffects(l2jorion.game.model.L2Character, l2jorion.game.model.L2Character)" because the return value of "l2jorion.game.datatables.SkillTable.getInfo(int, int)" is null at l2jorion.bots.ai.FakePlayerAI.applyDefaultBuffs(FakePlayerAI.java:88) at l2jorion.bots.ai.classes.newbie.ElvenMageAI.thinkAndAct(ElvenMageAI.java:34) at l2jorion.bots.task.AITask.lambda$run$1(AITask.java:27) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.base/java.util.ArrayList$SubList$2.forEachRemaining(ArrayList.java:1481) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at l2jorion.bots.task.AITask.run(AITask.java:27) at l2jorion.game.thread.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:57) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) java.lang.NullPointerException: Cannot invoke "l2jorion.game.model.L2Skill.getCastRange()" because "skill" is null at l2jorion.bots.ai.CombatAI.waitAndPickAvailablePrioritisedSpell(CombatAI.java:526) at l2jorion.bots.ai.CombatAI.getRandomAvailableMageSpellForTarget(CombatAI.java:514) at l2jorion.bots.ai.CombatAI.tryAttackingUsingMageOffensiveSkill(CombatAI.java:33) at l2jorion.bots.ai.classes.newbie.ElvenMageAI.thinkAndAct(ElvenMageAI.java:37) at l2jorion.bots.task.AITask.lambda$run$1(AITask.java:27) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.base/java.util.ArrayList$SubList$2.forEachRemaining(ArrayList.java:1481) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at l2jorion.bots.task.AITask.run(AITask.java:27) at l2jorion.game.thread.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:57) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Attaching also my bot.ini file. bot.ini
  9. 1 point
  10. 1 point
  11. 1 point
    You changed AutoLearnSkills from True to False and bot couldn't get his own skills. It's changed now.
  12. 1 point
    Hello, The Implementations like raid bosses, weapons, armors etc are server's owner job. We don't do this. Each owner of server is choosing what he wants to have in his server. There is bunch of custom stuff on the internet.
  13. 1 point
    From what i saw i think there is a bug with Premium status datetime inside the menu popup, it needs some improvements some checking...
  14. 1 point
    It's fixed now. Thank you for the report! Btw, this error came from Changeset #26 which is coming soon. #25 don't have it.
  15. 1 point
  16. 1 point
    View File L2jOrion Server Files Updates (Changeset 25 | Revision 750) Hello, dear customers I'm back. Sorry for this very late update. I had really busy year - jobs, education and family stuff did not give me enough time for this. I promise to be more active this year and to add an update each month at least. I can assure that this project never be forgotten or abandoned. I was available to answer to all your questions on website and on all other contacts. Stay tuned for all upcoming updates and news. CORRECTIONS UPDATED - Drop and Spoil info on shift+doube click. From now on it's attached to server rates. CORRECTED - Attack/Autoattack on PVP mode. (one click - one hit, autoattack on pvp is removed [Like L2OFF]). Possible turn it off/on. ADDED - Minions for monster "Talakin" near Partisan's Hideaway (Like L2OFF). CORRECTED - Some wrong spawns in the area Valley of Saints. CORRECTED - Level limit for quest β€žWatching Eyesβ€œ (Like L2OFF). ADDONS ADDED - The Squash event. ADDED- Bots engine with newbie, farm, walker and pvp bots. Possible give them clan with crest. Xml and ini files for full editing. ADDED - New commands for admin: //loc, //loc2, //loc3 and //loc4. It saves different types of location to file: game/AdminLocLog.txt. This gonna make faster creation of zone drawing etc. UPDATED - Tournament event: ADDED - Fight for 1x1. CHANGED - The event to auto event by time in config file eventmanager.ini. ADDED - Additional configs: name, description, location, auto spawn npc and event time. ADDED - PvP bots for zone. UPDATED - PvP Random zone: ADDED - Additional configs: Hide player info and give fake name. ADDED - New instance system for zones which means only players in same zone will be available to see you and nothing else. Also, you won't see any other npc, mob or player. ADDED - Possibility add any npc to new instance. It can be mob or npc. Add this for each npc: <npc id="21420" loc="142595,-107296,-3456;20"/> (loc means: x,y,z,respawn time) to every zone in zone/RamdomZone.xml UPDATED - DressMe: ADDED - A new config for dressme command. OPTIMIZATION IMPROVED - Performance and stability. IMPROVED - Server pack secure against exploits and some cheats. BUG FIXES FIXED - Target issue with get Quest from NPC β€žEye of Argosβ€œ (Range from Player to NPC). Submitter Vilmis Submitted 01/11/22 Category Server Pack Updates  
  17. 1 point
    You're welcome. Yes, your server will be running without a real member status, because it's like privilege/status for access and support. About update: We don't have a tutorial or some kind of guide. You just need to be following by ReadMe.txt files inside an update file, everything else copy-paste by the folders. If you need any help just contact us.
  18. 1 point
    I'll wait for the next revision. Thanks!
  19. 1 point
    I will create a tutorial for you guys based on linux (centos, redhat / ubuntu debian / windows etc...)
  20. 1 point
  21. 1 point
    Hi @Vilmis, Can you check this QUEST_COMPLETE thing? I think it's not working at all. Thanks! <achievement type="QUEST_COMPLETE" name="Quest" icon="icon.etc_scroll_gray_i00" desc="Complete %required% amount of quest(s)."> <stage lvl="1" required="5" reward="57" count="1000"/> <stage lvl="2" required="10" reward="57" count="1000"/> <stage lvl="3" required="25" reward="57" count="1000"/> <stage lvl="4" required="50" reward="57" count="1000"/> <stage lvl="5" required="100" reward="57" count="1000"/> </achievement>
  22. 1 point
  23. 1 point
    Orion Server Pack - supports all Lineage 2 Interlude official features and has many own additional unique features. Just a few mentioned below for now and I will update it later. Also, any feature can be turned off inside server pack config. All quests fully working and updated by Lineage 2 Interlude official information. Everything can be checked in test server with full npcs and special commands for testers. Events Team vs Team (Possible add more than 2 teams) Deathmatch Capture the Flag Tournament Special NPCS Buffer - Possible use like simple or mixed mode with schemes (save/load). Buffs for pets and players. Cancellation of buffs can be one by one or all at once. Also, buffer has a heal function, premium buffs, auto buff lists (fighter/mage), and buffs for special item. Available special command for player and add to Community Board too. Global gatekeeper - player can use simple, premium and for special item teleports. Available special command for player and add to Community Board too. Also, possible to change the time of gk animation. GM Shop - it has special donate item and special functions for donators like: no karma, clan functions, premium time, name/tile colors and etc. Available special command for player and add to Community Board too. Marketer - It's selling/buying system where player can add any item for special item (unlimited currency) and also possible add enchanted or augmented items. Available special command for player and add to Community Board too. Class Manager - Can be like npc or pop up menu. Possible add price or reward for class, pets upgrade. Special command available. Wedding Manager. Achievement Manager. Tournament Manager. Geo-Engine Added newest geo-engine which works like Lineage 2 official. Special Player Commands .menu - Additional player functions in one place: exp on/off, title with pvp/pk (live update), block buffs, auto pick up on/off, trade on/off, private messages on/off, screen text pop up like critical, damage and etc on/off, falling to textures auto correction, change password, repair character and auto potions (working with all potions). .boss - Simple and epic bosses in one place. Possible see alive status, dead time, boss lvl and clicked on boss name you can get location to the boss. .votereward - Vote system for reward . Added Topzone, Hopzone, L2network and L2jBrasil). .bank - Adena and your chosen item exchanger. .sub - All sub-classes in one place. .sellbuffs, cancelsellbuffs - Possible sell your own buffs. .dressme - skins system. .classs - opens class manager menu. .buff - opens buffs menu (same as npc). .shop - opens shop menu (same as npc). .gk - opens global gatekeeper menu (same as npc). .market - opens marketer menu (same as npc). .farm - auto farm feaature. Can't find what you're looking for? Ask us to add it. Discord - v_i_l_m_i_s Email - support@l2jorion.com Or use LIVE support CHAT. Server Configs folder to see more features Download: Server configs Zone Manager Download: Zone manager ATTENTTION! More features you can to see visually in the our test server: Download: System.zip
  24. 1 point
    Clan Leader and Clan Members can't use Devasted Castle Clan Hall shop
  25. 1 point
    Development of gm shop along with .shop I'm working on a new html for the npcs custom server, I deposited it will end up available here in the forum.

Γ—