Jump to content

Recommended Posts

Posted
Hello.

 

I made this instances system because I will be using it on a server and I decided to share it since it's very simple.

 

You just call setInstanceId(id). 0 is the default instance id.

Doors and fences are visible to all instances.

 

I tested it and it seemed to work fine with drops/aoe skills etc.

If you find any bugs report them and I will fix.

 


Posted (edited)

Pretty basic and minimalistic version, but you didn't cover all instance scenarios / possible 'bugs'  :)

Edited by SweeTs
Posted (edited)

Pretty basic and minimalistic version, but you didn't cover all instance scenarios / possible 'bugs'  :)

 

Yeah I didn't extend it adding Instance objects and such because I didn't feel it was necessary for the purpose I need it. An instance manager to properly generate instance ids would be good though, but I only need 1 more instance besides 0.

 

I am happy to fix any bugs I might have forgotten about, if you mention them :)

Edited by An4rchy
Posted

Yeah I didn't extend it adding Instance objects and such because I didn't feel it was necessary for the purpose I need it.

Oh I see, that makes sense  ^-^

Posted

We have to add on spawnlist tab with instance id ? can you help a bit about that? :D

I didn't edit the spawns to support instance id, you can edit //spawn command though to support instance id too.

  • 1 month later...
Posted

Thanks for share.

 

 

How hard is it to make a table in order to store if an instance is "taken" or not, so it automatically puts other players to another instance if the previous instance is "maxed out" and so on?

 

Is it hard? Can you/someone provide code?

 

Any help is appreciated. :)

Posted (edited)

[gr] gt xrisimopihs to  getDifferentInstanceObjects() kai den bazis ta check katheythian pio pano pou kani remove kai add ta object ?

den xriazete na treksis ali for

 

episis den xriazete na pas sto attackable kai sto pcinstance kai na kanis item.setInstanceId(getInstanceId())

mporis apla na to setaris sto ItemInstance stin methodo dropMe ( apla gia na min epenalambanis )

public final void dropMe(L2Character dropper, int x, int y, int z)
{
+	setDimension(dropper.getDimension());
	ThreadPool.execute(new ItemDropTask(this, dropper, x, y, z));
}

kata ta alla wraios code [/gr]

 

ty for share

Edited by pirama
Posted (edited)

[gr] gt xrisimopihs to  getDifferentInstanceObjects() kai den bazis ta check katheythian pio pano pou kani remove kai add ta object ?

den xriazete na treksis ali for

 

episis den xriazete na pas sto attackable kai sto pcinstance kai na kanis item.setInstanceId(getInstanceId())

mporis apla na to setaris sto ItemInstance stin methodo dropMe ( apla gia na min epenalambanis )

public final void dropMe(L2Character dropper, int x, int y, int z)
{
+	setDimension(dropper.getDimension());
	ThreadPool.execute(new ItemDropTask(this, dropper, x, y, z));
}

kata ta alla wraios code [/gr]

 

ty for share

 

Otan to eftiaksa eixa valei ena lahos check kai den mou estelne to DeleteObject kai ta objects den efebgan, emenan san dummies. Meta to eftiaksa kai to afisa etsi, den alazei kai kati etsi kai alios.

 

 

Thanks for share.

 

 

How hard is it to make a table in order to store if an instance is "taken" or not, so it automatically puts other players to another instance if the previous instance is "maxed out" and so on?

 

Is it hard? Can you/someone provide code?

 

Any help is appreciated. :)

 

The version I shared is minimalistic, if you want to store objects inside instances and keep data of the instances you have to create a manager and make a few changes on the code. Check Trance's shared version, the code is more completed and it stores the objects in difference instance objects.

Edited by An4rchy
  • 1 year later...
  • 6 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hello, I'm completely sharing my first attempt of functional PvE & PvP level/gear based independed phantoms. This source is completely made by AI so no hard critisism please. The extension is in a very early stage and it's not tested properly so its NOT supposed to be used in a live server yet because it still needs stability/optimization improvements.   The architecture is already done, third class behaviors are looking good (but still needs adjustments mostly for melee classes). I am currently dealing with second occupation classes functionality (most of them are functional).   The extension will automatically create the lucera_autobots table on starting the gameserver and then you will be able to populate the table with many rows of bots manually or save them to DB through the ingame bot's panel, you can also create temporary bots by not hitting the "Save Bot" button. The clan can be added to the bots as clanID through lucera_autobots DB table, the clan has to be owned by a real player with or without alliance, the bot will be spawned with the clan or clan+ally crest.     Request for advices and ideas: At the moment i haven't figured out an easy way (other than building a full navigation system of the world) to make the bot understand the geodata, avoid all the city obstacles and walk to gatekeeper, then travel back to the farming location on foot and avoid any obstacles and town layout so at this current state the bots are doing this: on death > go to village > stay idle for 30 seconds (time delay can be configured from the bot's management panel or through the DB table) > directly teleport back to death location.   On in-game, use //autobots command and create bots normally through the panel's options. NOTE: The bots will not attack a gm character.               LATEST CHANGELOGS SINCE BUILD M28: M29: Improved the mechanics and behavior for all the second and third classes. Added/adjusted PvP skills and self-buffs for many classes. Improved Tyrant/Grand Khavatari combat and force-charge behavior. Added tank skill/auto-attack rotations. Added Bladedancer dances/debuff behavior. Added mage skills such as Silence, Curse Fear, Aura Flash, Ice Dagger and Frost Bolt with usage limits. Increased dagger Switch usage to 25%. Added obstacle escape movement when bots get stuck while RETURNING to their farm area. M30: Reduced the pause after tank and archer sidestep movements so they re-engage faster. Improved Titan/Destroyer combat recovery and added Braveheart condition. Started fixing Gladiator/Duelist charge/combat behavior. Verified all classes can use Idle, AttackFlagged, and AttackEveryone. Reinforced the rule that skills are used only when actually learned by the bot. M31: Fixed offensive mage combat-entry logic for AttackEveryone. Prevented hostile mage debuffs from being used as the initial action against peaceful players. M32: Added a farming-area watchdog so bots outside their configured farm range return instead of remaining stuck in FARMING. Fixed automatic teleport recovery so it cannot silently replace the bot's configured farm origin. M33: Removed the newer broken Gladiator/Duelist charge state-machine and restored more of the older M27-style combat logic. M34: Completely rewrote Gladiator/Duelist combat behavior Gladiator/Duelist now use the same core combat system in PvE and PvP. All skills remain level/learned-skill dependent. M43: Fixed a visual “jump/teleport” issue during PvP. Removed the extra manual position correction that was interfering with Lucera’s normal movement updates. Kept the old movement safety protections that prevent real long-distance rollback bugs. Added Vicious Stance toggle always ON for fighter classes when learned. Added Arcane Power toggle always ON for offensive mages level 78+ when learned. Improved potion usage so bots follow Lucera’s normal item cooldown behavior. Changed Warsmith weapons/shields for several level ranges. Added None as a buff package (the bot will spawn without buffs). Removed Greater CP Potions from level 1–39 bots. Reworked starter fighter equipment for levels 1–10 and 11–19. Corrected several starter class names in the autobots UI panel. Improved the Autobots panel layout. Improved spacing and descriptions on the Create Bot page. Added basic pagination to the autobots UI panel. Changed buttons toward Lucera’s native button style. Improved spacing around the bot list and search area. Added a search layout. Reworked the main page, Create Bot page, class selection and manage pages. No AI, combat, movement, inventory, or DB behavior was changed.   Next update milestone: Ensuring stability and optimization changes.  
    • ASocks.com provides residential, mobile and datacenter proxies with a pool of 7M+ IPs across 150+ locations. Built for web scraping, market research, ad verification, and automation, it offers flexible rotation, city- and ASN-level targeting, 24/7 support and transparent pricing with no traffic expiration.
    • SX.ORG is a global proxy platform offering residential, mobile,  and datacenter IPs for SEO, web scraping, ad verification and multi-account management. It provides flexible IP rotation, precise geo-targeting, HTTP(S)/SOCKS5 support, API access and pay-as-you-go pricing based only on the traffic you use.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..