Jump to content

Orion Project - Server Files

Leaderboard


Popular Content

Showing content with the highest reputation since 08/07/19 in Posts

  1. 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).
  2. 2 points
    Hi there ! recently me and my friend were working on environment for a client and i choose Cruma Tower as the base reference checkout my result ! http://www.youtube.com/watch?v=b06Y0LMCGTs
  3. 2 points
    Bug fixes FIXED - Treasure Chest's movement bug. FIXED - Quest: Path To Scavenger issue. FIXED - Quest: Magical Power Of Water Part 2 issue. FIXED - Over Hit issue. FIXED - Town War Event peaceful zone issue. Optimization REWORKED - Quest engine and fixed some small issue by L2Off info. Corrections CORRECTED - Simple and spoiled monster decay time by L2Off. Addons ADDED - New player's command: .dressme ADDED - A new option to config: ShowNpcCrest = True/False, only in towns if castle has a lord. ADDED - A new option to config: SiegeDelay = 14, Siege Delay by default is 14 days (2 weeks) like L2off.
  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
    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
  7. 1 point
    You changed AutoLearnSkills from True to False and bot couldn't get his own skills. It's changed now.
  8. 1 point
    It doesn't effect anything, but I will change it.
  9. 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.
  10. 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.
  11. 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...
  12. 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.
  13. 1 point
    I'll wait for the next revision. Thanks!
  14. 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).
  15. 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  
  16. 1 point
  17. 1 point
    From my experience when you test a server better do it without admin player, that's important!
  18. 1 point
  19. 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
  20. 1 point
  21. 1 point
    Clan Leader and Clan Members can't use Devasted Castle Clan Hall shop
  22. 1 point
    ADDED - Custom config for market . From now on you can add any item like a currency (unlimited). ADDED - Premium buff time multiplier. ADDED - Random enchanted items to drop list. Possible add enchanted items with min and max options. CORRECTED - Walking speed. Some creatures had wrong speed. (Based on Lineage 2 Interlude Official information) CORRECTED - All pets skills, some of them were generating aggro what is wrong. (Based on Lineage 2 Interlude Official information) CORRECTED - Skill: Break Duress, it must remove effect of Root, not only Slow. (Based on Lineage 2 Interlude Official information) CORRECTED - Skills: Noblesse Blessing and Salvation. They can not work together. (Based on Lineage 2 Interlude Official information) REWORKED - Buylist system. and fixed some small issues. FIXED - Devastated Castle issue https://www.l2jorion.com/index.php?/topic/79-devasted-casle-bug-with-buylist/ FIXED - Castle's doors bug. All doors must be attackable for all players on the siege progress and not only for castle's attackers. (Based on Lineage 2 Interlude Official information) FIXED - Pet's bug. If pet gets a stun he doesn't come back to owner when stun is gone. Now it comes back. FIXED - From now on all pets can get herbs and if player has summoned the pet the time of herbs is dividing. (Based on Lineage 2 Interlude Official information) FIXED - Soul Crystals levelling up. Before it did not work correctly and now it works like L2OFF. FIXED - Skill: EarthQuake. It did not work in the Olympiad before the match. Now works. FIXED - Alliance ketra/varka quest. It shouldn't remove an alliance level on quest abortion. ADDED - A new geo-data to some regions to fix some issues. (https://www.l2jorion.com/index.php?/files/file/9-geodata/) CORRECTED - SP and EXP, some creatures had wrong SP and EXP numbers. (Based on Lineage 2 Interlude Official information) CORRECTED - SKill: Corpse Burst. Before skill's explosion didn't do a damage for creatures around and now it does. CORRECTED - SKill: Frost Bolt. Before it worked like a de-buff, but also it must does a damage for target. (Based on Lineage 2 Interlude Official information) RE-WORKED - Resurrection system and fixed 2 bugs on siege. 1. If attacker clan has a siege flag - they can use a resurrection for a clan members. 2. If defender clan has a control crystal - they can use a resurrection for clan members. (Based on Lineage 2 Interlude Official information) RE-WORKED - All grand bosses instances and fixed some small issues. (Based on Lineage 2 Interlude Official information) RE-WORKED - The Raid Boss: Ice Fairy Sirra. (Based on Lineage 2 Interlude Official information) ADDED - A new config for special teleport. From now on you can to choose which item you want to use for teleportation (Config inside PowerPack.ini). Also, you need to change a text inside htm file β€žgotoβ€œ -> β€žcustom_gotoβ€œ. ADDED - A new config to Premium Account System for Seal stones rates. RE-WORKED - All core platform and increased performance. Faster loading and less CPU usage.
  23. 1 point
    RE-WORKED - Buffer and improved system. From now on all buffs in one place. Possible save your buffs as scheme. Added more nice features. Available to check on the test server. RE-WORKED - Market and improved system - added special command: .market, added special configurations to pack side, possible sell augmented items, money sending directly to inventory (offline player included), email notifications (in game), search system, latest items and etc (Pictures). UPDATED - Community Board and fixed some menus which weren't work correctly before: all search systems, paging, clan management, clan mail, region menu, favorites menu and etc. UPDATED - siege system to make this work better. UPDATED - boss: Benom (siege boss), fixed some small issues and added missing drop. CLEAN UP - imports/unused codes and configs for better performance. FIXED - Can not see target bug for doors. After a new geo-engine installing this had a small mistake which is fixed now.
  24. 1 point
    UPDATED - MaxDriftRange and MaxRespawnRange functions for better geo-data checking and it doesn't allow walk or be re-spawned to wall on bigger range. FIXED - character heading. From now on, you can see correctly character direction on spawn (teleport, enter to world and etc.). basically, on first seeing character will show correctly direction, not the same like always was before. ADDED - a new command .sellbuffs and .cancelsellbuffs with some additional configs (BETA) ADDED - New logging system. ADDED - New Game Time Controller system. ADDED - New Geo-Engine which works much better than old. ADDED - New DeadLock system with auto server restart. UPDATED - Auto Save Manager. CLEAN UP - Unnecessary imports, configs and settings. UPDATED - Command .gk/Global teleport and added possibility turn off teleport animation (animation = same like /unstuck, escape or etc.) RE-WORKED - Grand Bosses system and from now on possible add separate Fix Time. Also, changed time settings. FIXED - All town pets which were missed.
  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.

Γ—