Jump to content

Recommended Posts

Posted

Yesterday when you made this topic of your server i said.. oh nice here we go..finally i got server to play! But when a logged i became mad :/ Server is unbalanced,staff ignore people when they need help and i'm 90% sure that it's corrupted..couse i saw a guy with AQ and bauim..when he obtained the items?The server was open 40 min and he had 2 rb jew.

 

Just fail..i'm sorry.Also Zak,you make server every 2 weeks.There is not point to give someone try on your server if he thinks correct.

yes i am corrupted because players in my server are killing baium.

yesb.png

Also, the only server that was online for 2 weeks was l2terror in which your friend Vanitas was on staff and stealing my donations and blend's too.

AAh you are talking about ignorance, yes i ingore you because i dont give you items, i am sorry

Posted

Yesterday when you made this topic of your server i said.. oh nice here we go..finally i got server to play! But when a logged i became mad :/ Server is unbalanced,staff ignore people when they need help and i'm 90% sure that it's corrupted..couse i saw a guy with AQ and bauim..when he obtained the items?The server was open 40 min and he had 2 rb jew.

 

Just fail..i'm sorry.Also Zak,you make server every 2 weeks.There is not point to give someone try on your server if he thinks correct.

kids please leave this topic i have killed x2 baiums x3 qa x2 zaken and now i go with my team of 4 titans on antharas

Posted

Fail server true unbalance.

ok little bot of destractor, now tell us your char ingame and the reason why its unbalanced.

it would be so funny if we had a picture

kids please leave this topic i have killed x2 baiums x3 qa x2 zaken and now i go with my team of 4 titans on antharas

obviously
Posted

yes i am corrupted because players in my server are killing baium.

yesb.png

Also, the only server that was online for 2 weeks was l2terror in which your friend Vanitas was on staff and stealing my donations and blend's too.

AAh you are talking about ignorance, yes i ingore you because i dont give you items, i am sorry

It's so nice server that 4-5 guys can kill bauim /me claps

I asked yesterday for items?Nop i didnt..so dont add me words that i never said!

So this server is l2terror?Cool that you told it..i'll never ever again try your server :)

Just failed.

 

NOTE:If you keep been a unfriendly gm infront to every player then you wont get people.

Also,you're banned from l2.hopzone.net if i remember correct.

Posted

It's so nice server that 4-5 guys can kill bauim /me claps

I asked yesterday for items?Nop i didnt..so dont add me words that i never said!

So this server is l2terror?Cool that you told it..i'll never ever again try your server :)

Just failed.

 

NOTE:If you keep been a unfriendly gm infront to every player then you wont get people.

Also,you're banned from l2.hopzone.net if i remember correct.

yes you asked for items i dont have a screen now.

Also be patient, you never joined my server L2terror was the server of your failer friend Carmineangelo, my last server was GS and it was open from november till march so you dont have to add words that i didn't say, not me.

Posted

I am with you an opinion mefista, this server is realy unbalance Dagger can wear Imperial... Necro sux

sps you can put in a Garbage... server looks for the first moment nice but join and you will see it in 1 hours ago... so Gl anyway Zak.

Posted

Awesome? Joesph join and you will leave 100% in 1 h ...

Its a nab comunity Like -> Ampthetanoobmine

it sux...

 

Amphetamine you think realy you know to play l2?

You go near the gm and when any 1 ppl say fail server you stard to flame like a Kid

why? = becourse youre a noob and youre the freind from admin so go die and play tetris little kid

Posted

server opened yesterday at 00:00 i think

now 60 on but w/o any hopzone topzone etc

but he is banned in hopzone.. :/

SO guys , server is good or WTF?! should i join? =|

Posted

Awesome? Joesph join and you will leave 100% in 1 h ...

Its a nab comunity Like -> Ampthetanoobmine

it sux...

 

Amphetamine you think realy you know to play l2?

You go near the gm and when any 1 ppl say fail server you stard to flame like a Kid

why? = becourse youre a noob and youre the freind from admin so go die and play tetris little kid

yeah u just another crybot , bye i won't reply u again it is waste of time

but he is banned in hopzone.. :/

SO guys , server is good or WTF?! should i join? =|

dunno man if u want u can join it i like it

Posted

yeah u just another crybot , bye i won't reply u again it is waste of time

 

  They are crybots of destractor/Carmine, don't give a sh*t

 

@Main post updated

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