Jump to content

L2J Classic - Interlude Project


Recommended Posts

esqDewQ.png

 

Hello people,

 

Here I leave you some features about the project, I hope you like.

 

Not based at any well known projects, Teon, aCis, Frozen, Sigmo, Etc.

Private, international Interlude project.

 

Forum: L2J Classic Forum

 

;* Protections.

.- DragonHunters Attacker, Fixed.

.- Attacker v3, Fixed.

.- L2j-Killer, Fixed.

.- Server Crasher, (All versions), Fixed.

.- Phx Protection, It has the same protections that have any l2j pack, is recommended to buy the LameGuard.

.- Phx Spam, Fixed.

.- Phx Announce, Fixed.

.- DualBox Protection, (With Config, True or False).

.- L2Walker Protection, (With Config, True or False).

.- Flood Protection, (Config).

.- Anti Bot Protection, (With Config, True or False).

.- Anti Feed Manager, (With Config, True or False).

 

;* Retail Features

.- Castles, 100% Working.

.- Olympiad System, 100% Working.

.- Skils, 95% Working. (We continue to work).

.- GrandBoss, (Core,Orfen,Queen Ant,Baium,Antharas,Valakas,Frintezza), Fixed. Also u can test it.

.- Augment, Working.

.- Hero Weapon, 100% Working.

.- SubClass system for classMaster work retail like (for example, if you are Fighter you can go to change your main class only in Fighter guild)

.- Clan Gate, Working.

.- Trade system, Working like L2OFF. (Also u can test it).

.- Macro System, Reworked.

.- Class Master Update, They can modify via htm & config.

.- Balance Class, All classes and skills are well balanced.

.- Zone System, Reworked.

.- Community Board, Reworked, + Custom Community Like L2Sigmo.

.- Hero Message & infos, Fixed.

.- Beast Farm, 100% Working.

.- Almost all quests are working.

.- Fortress & CH Siege are working.

.- Clan Hall System, Working.

.- Siege System, Working.

.- Manor System, Working.

 

;* Custom Features.

.- AIO Server System, (With Config True or False).

.- Donador Server System, (With Config True or False).

.- Sleep Effect in Offline Shop.

.- Offline Shop + Configs.

.- Away Mode, (I think you know what this).

.- PcBank Points, (With Config True or False).

.- Vote Reward System, Hopzone & TopZone.

.- Champion System, (With Config True or False).

.- Events, TvT, CTF, TW, DM. Rebirth.

.- Wedding Manager.

.- PvP Custom Reward.

.- Command .Online & Player Online on enter.

.- And we will added more things soon.

 

;* Some quest are rewritten in java.

;* All AI are rewritten in java.

;* Hero Circlet & Hero Weapon, rewritten in java and separated.

;* Some sql are rewritten in xml.

 

LoginServer:

M6VXZzB.png

 

GameServer:

width=611 height=768http://i.imgur.com/4T2qzOW.png[/img]

width=604 height=768http://i.imgur.com/izaXX4W.png[/img]

width=611 height=768http://i.imgur.com/Qe546lt.png[/img]

width=606 height=768http://i.imgur.com/VHhAmPC.png[/img]

 

Olympiad Messages:

GlNMAkL.png

oKlQY9r.png

rlreMYN.png

 

Another link for view more things about olympiad.

 

Other Parts from olympiad.

 

Community Board Custom.

 

WPpVS9C.png

 

 

 

 

Changelogs.

 

; If u are interested, Send me a PM. :troll:

Link to comment
Share on other sites

I checked these files but I didn't see anything unique. One more common pack.

 

Ye, Common pack.

 

I just want to fix all features from interlude. I don't like a custom packs.  :-beep- yeah:

 

Pd: If u want a custom packs, Use L2jfrozen :B

 

Very good files ! 

 

Trusted  & Skilled !

 

Thanks mate! :happyforever:

Link to comment
Share on other sites

Ye, Common pack.

 

I just want to fix all features from interlude. I don't like a custom packs.  :-beep- yeah:

 

Pd: If u want a custom packs, Use L2jfrozen :B

 

Thanks mate! :happyforever:

lol so your pack is frozen without the customs?  :gtfo:

:lied:

Link to comment
Share on other sites

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...