Jump to content

Lucera2 Source Code


vampir

Recommended Posts

15 minutes ago, vampir said:

It's a good pack. Lucera2 has made a few updates during that 11 months, I did too.

 

A lot of lies were told while I was buying the pack, that's the biggest reason why I share it.

elaborate on lies, ppl are curious :D

Link to comment
Share on other sites

21 minutes ago, gvb said:

You can continue to convince yourself of this. I'm sure your performance package is lower than the base for 2017.
I do not argue, you can take a decompiler and rewrite a bunch of crap code. But still it's stupid.

Deazer you correctly said. In any case, there will be consequences.

I didn't have problem with performance at all on this pack, also I didn't notice any issues that could have been caused by decompilation.

I hope more well made interlude servers will come up soon. It is easy to make mid/pvp server on lucera, for sure easier on this source than on any open source pack.

Edited by vampir
Link to comment
Share on other sites

46 minutes ago, vampir said:

A lot of lies were told while I was buying the pack, that's the biggest reason why I share it.

Lol what ? Any proofs ? lies like what lol :D if you said abot me

 

17 minutes ago, vampir said:

I didn't have problem with performance at all on this pack, also I didn't notice any issues that could have been caused by decompilation.

I hope more well made interlude servers will come up soon. It is easy to make mid/pvp server on lucera, for sure easier on this source than on any open source pack.

probably you had no more than 100 people online

Edited by Deazer
Link to comment
Share on other sites

29 minutes ago, .Elfocrash said:

I still don't get why lucera doesn't obfuscate the code (at least method names etc)

I do not see any reason for this, at obfuscation lost about 10 % of productivity + lost the opportunity to work with API.

But I'm not afraid of such decompilations, it's usually garbage for those who do not understand what a decompiler is. And by the way, this decompilation was done not by the author of the trid, but by the person froummaxi - MeRDox: link on decomile sell ORIGINAL thread https://forummaxi.ru/topic/81494-продам-исходник-interlude/

Author of therad has bought or received from this source and assures that this is his decompile "work"

Edited by Deazer
Link to comment
Share on other sites

3 minutes ago, Deazer said:

I do not see any reason for this, at obfuscation lost about 10 % of productivity + lost the opportunity to work with API.

But I'm not afraid of such decompilations, it's usually garbage for those who do not understand what a decompiler is. And by the way, this decompilation was done not by the author of the trid, but by the person froummaxi - MeRDox: link on "source" https://forummaxi.ru/topic/81494-продам-исходник-interlude/

I don't know how you've implemented the API so I can only assume that you know better, but there are various ways to work around it either with a more obf friendly design or an exclusion white-list.

Link to comment
Share on other sites

  • 1 month later...
On 8/18/2018 at 6:37 PM, vampir said:

I didn't have problem with performance at all on this pack, also I didn't notice any issues that could have been caused by decompilation.

I hope more well made interlude servers will come up soon. It is easy to make mid/pvp server on lucera, for sure easier on this source than on any open source pack.

Just curious, you are still using Freemarker, dynamic configs and other stuff on Lucera pack as well as on old H5?

Link to comment
Share on other sites

Yes, but it's now far more advanced. For example, this is XML of retail olympiad manager: https://pastebin.com/Fbj35Mry

Link to comment
Share on other sites

  • 3 months later...
  • 3 weeks later...
  • 2 weeks later...
  • 2 weeks later...

I don't know if decompilation messed logic a bit or what, but there are some issues with database connection (for example, some of you might experience ClanHallDAO.update0 function errors.

Add this to your l2.commons.db.BaseDataConnectionFactory, it should fix this issue.
https://pastebin.com/uXPnxrq4

 

Link to comment
Share on other sites

I've been working a bit with these sources and straight up found couple of bugs.

https://pastebin.com/FVENzmAh This one fixes account already in use. You can test in Linezeus. (Basically now you can login to account without any warning if it's already in use or not). Also added additional communication LS<>GS. Account already in use is in RequestAuthLogin & GameServer(from auth packets).

P.s. sorry for double posts, if it's bad could you just simply merge them? These are couple of basic fixes to start working with these sources.

Edited by Pleyne
Link to comment
Share on other sites

  • 3 weeks later...
Guest
This topic is now closed to further replies.



  • Posts

    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Telegram : https://t.me/ultrastore1 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • L2 ArenaWar: Low Rate PvP Server with Free Buffs & Autofarm [PVP]⚔️ [Free]🆓 Classic Interlude with  3x XP rates! Free starter pack(no grade) to kickstart your adventure! Autofarm for convenient grinding! Free buffs to keep you fighting fit! (2 job buffs) No experience loss on death! (Except with Karma) Clear Karma system to keep things fair! ⚖️ Active community of 800-1k players! Join our Discord to learn more! >> Discord <<     Server website: https://l2arenawar.com/en/    
    • This is dedication! 2 years working on a problem. Congratulations!
    • You indeed have to save player position over Enterworld to properly clean it up later (if you don't, even trying to delete packet content would eventually keep it up), that's what we do with debug packet (which is a reusable Map of ExServerPrimitive packets) on aCis.   It doesn't solve the FPS stuttering - more you draw/delete lines, more your client becomes laggy. It's like if client wasn't deleting drawn points/lines properly, but instead simply hide them and redrawn content above.   If you got a solution, I would happy to integrate it.   You should check aCis#Player _debug packet integration, it allows very big amount of lines/points to be drawn, it is also reusable.   https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/Player.java?ref_type=heads https://gitlab.com/Tryskell/acis_public/-/blob/master/aCis_gameserver/java/net/sf/l2j/gameserver/network/clientpackets/EnterWorld.java?ref_type=heads  
    • we sell website templates, make websites to order. Great selection at very good prices. My contacts discord : advert1231 telegram : https://t.me/ggwpins  
  • Topics

×
×
  • Create New...