An4rchy Posted August 1, 2013 Posted August 1, 2013 Hello everyone. I recently made an instances engine. What is that? Basically there is an InstanceManager where you can make new 'world instances' and put several objects there. The engine works modifying knownlists of objects. How can this be useful? Imagine running 50 events in the same place at the same time. Price: 15 euro. Method: PayPal - PaySafe Card RULES!!! - It is coded on Interlude client. You can't ask me to implement it to other clients. - It is coded on aCis pack. I don't accept adaptations to frozen or other packs. - You will get the patch file after i get the money. P.S. I can also help you to learn how to use it, it's really easy.
Guest Elfocrash Posted August 1, 2013 Posted August 1, 2013 I know where you got this and i suggest you not to sell it. If you do i will share it for free. You didn't recently "made" it. You recently got it from someone.
InTheEndॐ Posted August 1, 2013 Posted August 1, 2013 I know where you got this and i suggest you not to sell it. If you do i will share it for free. You didn't recently "made" it. You recently got it from someone. Waiting for share :D
Guest Elfocrash Posted August 1, 2013 Posted August 1, 2013 My bad. It is not what i though it was. I talked with Anarchy. Vouch for him.
An4rchy Posted August 1, 2013 Author Posted August 1, 2013 My bad. It is not what i though it was. I talked with Anarchy. Vouch for him. Thanks.
InTheEndॐ Posted August 1, 2013 Posted August 1, 2013 It's like a G.Final Instance? Like Kamaloka www.l2pride.net if you played there you will understand :P
An4rchy Posted August 1, 2013 Author Posted August 1, 2013 It's like a G.Final Instance? Like Kamaloka www.l2pride.net if you played there you will understand :P I have never played instances like Kamaloka, i only hear from time to time that these instances are like new worlds in l2 just for some events/features. That's where i got the idea and i made a similar system. Using this you can set a whole event inside an instance, and it's easy. Each L2Object has got it's Instance object. Null is default world instance. You can add all players/npcs/monsters from an event in the same instance, which will be viewable only by players in the same instance.
xdem Posted August 1, 2013 Posted August 1, 2013 If I assume right its KnowList modification and some methods in L2PcInstance right ?
An4rchy Posted August 1, 2013 Author Posted August 1, 2013 If I assume right its KnowList modification and some methods in L2PcInstance right ? lol The engine works modifying knownlists of objects. And no, there are 0 methods in L2PcInstance.
xdem Posted August 1, 2013 Posted August 1, 2013 lol And no, there are 0 methods in L2PcInstance. didnt read
An4rchy Posted August 1, 2013 Author Posted August 1, 2013 didnt read It's quite simple to be done, it's just that if you don't add the proper checks you will ragequit because of objects respawning when you rr, after 1-2 seconds etc.
xdem Posted August 1, 2013 Posted August 1, 2013 It's quite simple to be done, it's just that if you don't add the proper checks you will ragequit because of objects respawning when you rr, after 1-2 seconds etc. You reworked the basic inheritance of all objects, L2Object, nevermind gl with ur sells
An4rchy Posted August 1, 2013 Author Posted August 1, 2013 You reworked the basic inheritance of all objects, L2Object, nevermind gl with ur sells Just added a variable in L2Object :D Thanks anyway.
An4rchy Posted August 9, 2013 Author Posted August 9, 2013 Bump. I have to say that i am on vacation and i might not be able to respond directly on any pms.
Recommended Posts