Jump to content

Orion Project - Server Files

Leaderboard


Popular Content

Showing content with the highest reputation since 01/17/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
  7. 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
  8. 1 point
  9. 1 point
    You changed AutoLearnSkills from True to False and bot couldn't get his own skills. It's changed now.
  10. 1 point
    It doesn't effect anything, but I will change it.
  11. 1 point
    View File L2jOrion Server Files Updates (Changeset 26 | Revision 845) *** This Changeset was dedicated to security, stability and better performance increasing mostly. *** Please read txt files β€ž!!! READ ME !!!.txtβ€œ. There is important information for you. *** ATTENTION! We've found and fixed the critical security breach. Make sure you're running on the latest version of server files. CORRECTIONS UPDATED - Raid Curse and fixed no drop issue. UPDATED - Quest monster type from L2Npc to L2Monster for Strider quest. Now works fine. ADDONS UPDATED - Bots Engine: ADDED - A new config: BotsExcludeTargets that allows add creatures by their id. FIXED - Bot stuck in town. OPTIMIZATION IMPROVED - Performance and stability (database connections, code clean up/rework. Also, some database's directly connections changed to character or server start up). IMPROVED - Server pack secure against exploits and some cheats part 2. MOVED - To void some unnecessary flood in game console a few loggers were moved to game/log/game folder. BUGS FIXED - Quest: 246_PossessorOfAPreciousSoul_3, 607_ProveYourCourage_Ketra, 608_SlayTheEnemyCommander_Ketra, 613_ProveYourCourage_Varka and 614_SlayTheEnemyCommander_Varka: changed from random party member to full party members (Like L2OFF). FIXED - Clan hall weekly payments. The new system had a few mistakes left behind. FIXED - Castle siege running time issue. Siege time was not saved on server restart and it did not continue after server restart. FIXED - DressMe hair skin did not appear after character's restart. OTHER RENAMED - market_icons to item_icons (database table). Since we're using these icons for another systems we should not call it only market icons. UPDATED - Admin's menu: online list and search list for more convenient management. UPDATED - Admin's menu: add/edit/del drop list. Added the pages. So, no more messages like html is too long. Sorry, I had to do this a long time ago. Submitter Vilmis Submitted 04/06/22 Category Server Pack Updates  
  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
    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.
  17. 1 point
    I'll wait for the next revision. Thanks!
  18. 1 point
    I will create a tutorial for you guys based on linux (centos, redhat / ubuntu debian / windows etc...)
  19. 1 point
  20. 1 point
    CORRECTIONS CORRECTED - Soul Crystal absorb type for Raid boss: Roaring Skylancer, Beast Lord Behemoth. CORRECTED - Soul Crystal absorb chance for: Last Hit, One Party Member Random, Full Party. CORRECTED - Heine teleport: Field of Silence. CORRECTED - Tanor Canyon spawn point, and one monster group that was too close was moved. CORRECTED - Ice Queen's Castle Location Added missing Minions. Added missing Drop for group leaders and minions. Added missing Drop and Skills for RB "Captain of the Ice Queen's Royal Guard". Reworked Statistics RB "Captain of the Ice Queen's Royal Guard". Fixed Height for Monster "Freya's Servant" and NPC "Freya's Steward". CORRECTED - Random Quest Item drop for Quests (In Party): Seductive Whispers, A Game Of Cards, In Search of Dimensional Fragments, The Zero Hour, Hunt of the Golden Ram Mercenary Force, Warehouse Keepers Pastime. Guardians of the holy grail CORRECTED - Number of treasure chests near Eihalder von Hellmann. CORRECTED - Tanor Canyon spawn point. CORRECTED - Spawns on Abandoned Camp and Orc Barracks. CORRECTED - Spawns near Oren. ADDONS ADDED - Missing Quest: β€žKamael: A window to the Future.β€œ ADDED - AI for Swamp Of Screams Monsters. Now mobs have a chance to go for help when they have 50% HP or less (Like L2OFF). ADDED - AI for Orc Barracks Monsters. Now mobs have a chance to go for help when they have 50% HP or less (Like L2OFF). ADDED - AI for Abandoned Camp Monsters. Now mobs have a chance to go for help when they have 50% HP or less (Like L2OFF). ADDED - AI for Plains of Dion - Monsters "Lizardman". Now when mob is under attack it has a chance to go for help from other monsters around (Like L2OFF). ADDED - AI for Quest Monster: Cats Eye Bandit (Like L2OFF). ADDED - AI for Monster Timak Orc Overlord. Now uses "Ultimate Buff" when HP is 50% or lower (Like L2OFF). ADDED - AI for Monster Timak Orc Troop Leader. Now spawns minions when got hit by player (Like L2OFF). ADDED - Missing Hot Springs NPC "Yeti" (Near Master Chef Donath). OPTIMIZATION INCREASED - Interval of sending packets for: Attack follow and Follow. Also, added a config for this. REWORKED - Frozen Labyrinth: Changed Spawns/Groups. Changed Mobs Social Aggression. Fixed Walk Speed. Collision Height (Yeti). BUG FIXES FIXED - Bug with leveling Soul Crystals in Party, now player must be in Party Range. FIXED - Bug with get Quest Items in Party, now player must be in Party Range. FIXED - Issue with Anchor/Paralyze, when character got anchor can't attack when debuff ends, must move and then attack, now this will work normally. FIXED - Apella Sets Debuffs (Like L2OFF). FIXED - Problem with lost window before "start test" in quest: Get A Pet. FIXED - Crest of dusk and Crest of dawn functions, now when Win DAWN we will see Dawn Flags near Catacombs and Necropolis, if Win DUSK then Dusk Flags (Like L2OFF). FIXED - Pets Exp system. (Like L2OFF). FIXED - Strider Quest "Little Wings Big Adventure" fully reworked (Like L2OFF). FIXED - Blue / deep blue monsters Drop/Spoil chance (Like L2OFF). FIXED - Scroll of Escape and /unstuck for class race forbidden (Elf and Dark Elf zones). FIXED - Skill: Lure. Now it takes just one monster. FIXED - Skills: Dark Vortex, Wind Vortex, Fire Vortex, Light Vortex, Ice Vortex - damage after successful debuff. Enemy gets full damage on first casting, not second like it was before (Like L2OFF).
  21. 1 point
  22. 1 point
    View File L2jOrion Server Files Updates (Changeset 23 | Revision 601 (NEW SVN)) Corrections CORRECTED - Skills using on attack (Like L2OFF). CORRECTED - Buffer, gatekeeper and shop. From now on all of them work in Community Board without issues. CORRECTED - Player's command /unstuck (Like L2OFF). RE-WORKED - Npc instances (Like L2OFF). RE-WORKED - Attacking system (Like L2OFF). CORRECTED - Attacking by Bow (Like L2OFF) . CORRECTED - Character movement (in water too, especially going to Catacomb or Necropolis and out). CORRECTED - 7Sings teleports and moved from core side to database. Also, fixed exploit. CORRECTED - Pets Food and movement Run/Walk. CORRECTED - NPC Gremory height. CORRECTED - Spawn after Teleport: Rune Castle Town Guild and Spawn after Teleport: Rune Castle Town Temple. CORRECTED - Problem with spawn 2 Core Minions near Cruma Marshlands. CORRECTED - Boss Core minions number. CORRECTED - Imperial Gravekeeper and Imperial Slave (Cemetery) count and changed faction range. CORRECTED - 503_PursuitClanAmbition quest. CORRECTED - RB Spawn Location: Sejarr's Servitor. CORRECTED - Broken mobs spawn in Swamp of Screams. CORRECTED - Location of one broken spawn Ant Larva near Wasteland. IMPROVED - Geodata near Swamp of Screams region. REMOVED - Buffs inside nests on Swamp Of Scream, replaced it by Debuffs Poison and Decrease P.Def (Like L2OFF). REMOVED - Tanor Canyon Fast Spot (Too much mobs in one place). CORRECTED - Broken spawns in Ivory Tower Crater. CORRECTED - A few wrong spawns on Valley Of Saints. CORRECTED - Varka Silenos Hunter atk.spd. CORRECTED - Wrong Used Pet Item Name in Chat Log. CORRECTED - Raid Boss Skill: Cancel Magic - Increased chance for success and changed type from One Target to Target Aura. CORRECTED - Random PvP Zone system and from now on you won't be available see any other creatures outside/inside zone except players (enemies) inside zone. Zones were moved to new instance. CORRECTED - Seven Sign: teleport places and prices (Like L2OFF). CORRECTED - Spawns on Dragon Valley Entrance. Addons ADDED - Item protection in the warehouse for depositing. From now on the system will check how many maximum item allowed to deposit. ADDED - Encoding/Decoding system for htm/html files. No more exploits with external files. ADDED - New DressMe system for weapon, armor set, hair and face. Also, shows the skin in character selection window and stays after character restart/offline. ADDED - 1 missing stat for Sin eater pet. ADDED - Missing Minions: Frenzy Stakato Soldier and Frenzy Stakato Drone for Monsters: Splinter Stakato Drone and Needle Stakato Drone. ADDED - Request: Cursed Weapon teleport price and item id https://www.l2jorion.com/index.php?/topic/239-ability-to-change-the-cursed-teleport-price/ ADDED - Request: The New Exclude function for account without premium status https://www.l2jorion.com/index.php?/topic/240-ability-to-deactivate-voice-commands-for-no-premium-users/ ADDED - Request: Updated Captcha Punishment system https://www.l2jorion.com/index.php?/topic/235-new-antibo-captcha/ Optimization UPDATED - Effects saving system on character/server disconnection. Also, character won't loss his buffs. UPDATED - Sync system between server and client. UPDATED - mmocore.ini -> ClientFloodProtection config and from now on possible turn it off fully. Just in case if you got some kind of issues with this protection. UPDATED - A lof of old code that had a bad performance and changed to new one like characters AI system, movements, attacking and casting behavior. Also, added next, save action system and new intention system. Bug fixes FIXED - Clan's level up achievement issue. FIXED - Treasure Chest's movement bug. FIXED - Skill: Provoke. It won't work on Guards (Like L2OFF). FIXED - Premium account buffs time. FIXED - Buying of clan reputation bug. If you haven't the right level of clan the donate coin was taken anyway. Submitter Vilmis Submitted 04/27/21 Category Server Pack Updates  
  23. 1 point
  24. 1 point
  25. 1 point
    Clan Leader and Clan Members can't use Devasted Castle Clan Hall shop

Γ—