Jump to content

Recommended Posts

Posted

yes i saw that,but idk how safe could the protect is,thats why i told to take care,i mean being online look reprots and block everyone who can by pass these things.

:P

there cant be 100% protection, since adr devs are bastards and they sell for big price block adr, but after they selling special a.dll working for that serber = mucho profit for them

 

but this protection will bock  farm, bot will work still and at pvp you should using scripts etc.

Posted

there cant be 100% protection, since adr devs are bastards and they sell for big price block adr, but after they selling special a.dll working for that serber = mucho profit for them

 

but this protection will bock  farm, bot will work still and at pvp you should using scripts etc.

me hope you right,and me also expect the best from redmoon,seems gonna be best serber to go live since a long time,also didnt know that bot creators act this way for some cash,they destroy good serbers to fill pocket :(

Posted (edited)

you can smell the tales trash just from the banner,no thanks piss off gl with your following fail ill be here to type some trashtalk when shit hits the fan

Edited by Eagle_Eye
Posted (edited)

you can smell the tales trash just from the banner,no thanks piss off gl with your following fail ill be here to type some trashtalk when shits hits the fan

why you call trash a serber who had real thousands of players daily,still there is not any serber like that eben if they use they shared files.or name a serber whos batter playable than that.there isn't and it won't be for times,i believe this cooperation between these two serbers will make even smth bigger.

Edited by borderick
Posted (edited)

you can smell the tales trash just from the banner,no thanks piss off gl with your following fail ill be here to type some trashtalk when shits hits the fan

do u remember cartel? but now there are gms from l2mxc 

 

its something like this,  another admin but just tales helping adrvert. 

 

 

 

This will be fun, achy back again with the hero?

 
dont think so 

 

 

Edited by AchYlek
Posted

do u remember cartel?

 

its something like this,  another admin but just tales helping adrvert. 

ebery good serber was helped by tales and the results was good.on the other end,ebery other same feature serber fails hard and die fast.thats why this redmoon is full potential,already his own name plus help advert by tales.cartel also good results,same like here.

Posted

there cant be 100% protection, since adr devs are bastards and they sell for big price block adr, but after they selling special a.dll working for that serber = mucho profit for them

 

but this protection will bock  farm, bot will work still and at pvp you should using scripts etc.

hmm on pvp you mean the ant queen thing with bot parties? or what you mean?

Posted

hmm on pvp you mean the ant queen thing with bot parties? or what you mean?

for all pvp ;D if bot will working but just  you wont get farm,... 

Posted

for all pvp ;D if bot will working but just  you wont get farm,... 

yea bot will be working we cant block it since you know the situation i believe , but you wont get adena/exp and we can make even restrictions in pvp if people give us more info what is the problem in pvp and what does the bot does differently

Posted

yea bot will be working we cant block it since you know the situation i believe , but you wont get adena/exp and we can make even restrictions in pvp if people give us more info what is the problem in pvp and what does the bot does differently

ask stalonka how much he paid for 1 window of adrenaline at tales 

Posted (edited)

why you call trash a serber who had real thousands of players daily,still there is not any serber like that eben if they use they shared files.or name a serber whos batter playable than that.there isn't and it won't be for times,

You want me to dig up the -fucking christ- 12k online(hell,i remember one time they claimed 20) promo event screenshots from Giran?

 

PS:You should ask for a keyboard from the staff with 1st week's donation earnings.

Edited by Eagle_Eye
Posted

You want me to dig up the -fucking christ- 12k online(hell,i remember one time they claimed 20) promo event screenshots from Giran?

 

PS:You should ask for a keyboard from the staff with 1st week's donation earnings.

1 week of donation at tales =  7months of money from your work  for sure ;D

Posted

 

You want me to dig up the -fucking christ- 12k online(hell,i remember one time they claimed 20) promo event screenshots from Giran?

 

PS:You should ask for a keyboard from the staff with 1st week's donation earnings.

yes it may was lower number than they said so what?it was still the serber with the most real online and less bots\afkers.its just factz.and they make more donations than you think.plus all i know is that it was a playable serber with good staff,many players,much competition,good oly and lasted longterm online.factz speak themselves sry

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



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