Jump to content

Recommended Posts

Posted (edited)

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.
 
Price and info;
 
.- Pack Compiled + support 3month : 30usd
.- Source pack + support lifetime : 60usd
.- Forum project Coming soon
 
;* 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.
 
 
Olympiad Messages:
 
GlNMAkL.png
 
oKlQY9r.png
 
 
rlreMYN.png
 
Olympiad System
 
Custom Community Board
 
 
WPpVS9C.png
 
Champion Mods Auras
 
Aura Red
Aura Blue
Or random aura
 
iJfQ49e.png
 
; If u are interested, Send me a PM.  my Skype : myazzxd
Edited by Crappy
  • Upvote 2
Posted

Nothing special also.. like ganja with his h5 project..some shared staff added and lets make a topic on mxc for some $$ omg...

Anyway gl and dont forget to add infos about test server

Posted

Yes, nothing special, i just offert a good pack for stable server of diferent rates... if u want test something just tell me and i give u ip for test server.

 

pd: sry for my bad english but i'm not speak to much english...

Posted

Yes, nothing special, i just offert a good pack for stable server of diferent rates... if u want test something just tell me and i give u ip for test server.

 

pd: sry for my bad english but i'm not speak to much english...

But if i test it i will not find any bug?
Posted

what client i need for login this server?

 

Private, international Interlude project

 

Yes, Private, international Interlude project

Posted

If a buyer before the transaction wants to check the sources is available to do it?

 

ofc man, The files can be viewed ...

Posted (edited)

wtf is this client private interlude international? 

tell me what client i need i want check your server

contact skype: l2developer (kamex)

Edited by Dan7E2
Guest
This topic is now closed to further replies.



  • Posts

    • I think that solves the freeze thing, anyway great share! 
    • Introducing: Daily & Weekly Missions!   I've released a major panel update with a new Missions system and expanded language support.   Players can now complete daily and weekly missions directly through the panel and claim rewards such as balance or items. Mission progress is tied to in-game activity and supported panel actions, and the update also adds a dedicated Missions page, dashboard mission previews, claimable mission indicators, and full admin tools for creating and managing missions.   The Roll page now shows the potential reward drops below the roll container.   Alongside this, I’ve expanded the panel’s language support with new locale options, including Bulgarian, Czech, Georgian, Lithuanian, Polish, Romanian, Japanese, Simplified Chinese, and Traditional Chinese.     The Demo is now updated with the new features for you to try out!
    • I sell complete packs. If you want to add an item, NPC, etc., you have to do that yourselves. Your friend bought the pack; he's the one who needs to configure his server type. He received what he bought as agreed, and I'm saying this without knowing who you're talking about, because anyone who buys something receives what was agreed upon.   Regards. mmmmm L2Velmore ????   If that's the one, I see everything went well... if I remember correctly you were crying over $100, I gave you a better price, and I suppose you made thousands with that... And you're still coming back to complain? :=)
    • I know many people have struggled with this specific issue and had trouble setting up the correct behavior for Toggle skills in aCis. By default, toggles interrupt the player's movement (retail-like), which often feels clunky to players who prefer a smoother, more modern experience. I've prepared a clean solution that eliminates this "freeze" and allows for fluid movement while toggling your auras. Below is the code on how to achieve this. Hope it helps! Changes in PlayerAI.java: Modified doActiveIntention to properly update the active state without stalling. Removed the forced stop() during toggle casting. Added a MoveToLocation broadcast to ensure other players see your movement correctly (prevents visual "teleporting" or desync). Best regards 😃 diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java index ba0425a..1b2658d 100644 --- a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java @@ -28,6 +28,7 @@  import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;  import net.sf.l2j.gameserver.network.serverpackets.AutoAttackStart;  import net.sf.l2j.gameserver.network.serverpackets.ChairSit; +import net.sf.l2j.gameserver.network.serverpackets.MoveToLocation;  import net.sf.l2j.gameserver.network.serverpackets.MoveToLocationInVehicle;  import net.sf.l2j.gameserver.network.serverpackets.MoveToPawn;  import net.sf.l2j.gameserver.network.serverpackets.StopMove; @@ -159,7 +160,10 @@      @Override      public synchronized void doActiveIntention()      { -        doIdleIntention(); +        prepareIntention(); +        _currentIntention.updateAsActive(); +        if (!getActor().isMoving()) +            thinkIdle();      }            @Override @@ -280,8 +284,9 @@                    if (skill.isToggle())          { -            getActor().getMove().stop();              getActor().getCast().doToggleCast(skill, target); +            if (getActor().isMoving()) +                getActor().broadcastPacket(new MoveToLocation(getActor()));          }          else          { https://pastebin.com/twZujZ3Y
  • 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..