An4rchy Posted January 22, 2017 Posted January 22, 2017 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. http://pastebin.com/R00zF8DP Quote
SweeTs Posted January 22, 2017 Posted January 22, 2017 (edited) Pretty basic and minimalistic version, but you didn't cover all instance scenarios / possible 'bugs' :) Edited January 22, 2017 by SweeTs Quote
An4rchy Posted January 22, 2017 Author Posted January 22, 2017 (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 January 22, 2017 by An4rchy Quote
SweeTs Posted January 22, 2017 Posted January 22, 2017 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 ^-^ Quote
StinkyMadness Posted January 23, 2017 Posted January 23, 2017 We have to add on spawnlist tab with instance id ? can you help a bit about that? :D Quote
An4rchy Posted January 23, 2017 Author Posted January 23, 2017 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. Quote
IpotoniC Posted March 3, 2017 Posted March 3, 2017 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. :) Quote
pirama Posted March 3, 2017 Posted March 3, 2017 (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 March 3, 2017 by pirama Quote
An4rchy Posted March 4, 2017 Author Posted March 4, 2017 (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 March 4, 2017 by An4rchy Quote
abumini Posted April 13, 2018 Posted April 13, 2018 I've been looking for Trance's instance, but had no luck, can you point me in the right direction? Quote
GMTrunks1 Posted November 2, 2018 Posted November 2, 2018 one that has an improved code with the instance file Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.