Jump to content
  • 0

Limit max attack AutoFarm


Question

Posted

I'm having a problem with the maximum limit at which the character attacks the monster, above 900 radius the character receives this message for being too far away!
there are no barriers between the monster and the character.

Sem_titulo.png?ex=6538470e&is=6525d20e&h

any solutions? the code is made in Cis 382. 

sorry for my bad english.

https://www.mediafire.com/file/tmazk81pndn2u3v/farm.txt/file

  • Like 1

8 answers to this question

Recommended Posts

  • 0
Posted (edited)

well ... try again auto farm when you get same message stop auto farm systeem and dont do anything but try cast skill , same ?

Edited by LoVe+
  • 0
Posted
40 minutes ago, LoVe+ said:

well ... try again auto farm when you get same message stop auto farm systeem and dont do anything but try cast skill , same ?

same here

  • 0
Posted
6 hours ago, Orochy said:

I'm having a problem with the maximum limit at which the character attacks the monster, above 900 radius the character receives this message for being too far away!
there are no barriers between the monster and the character.


Target radius is basically saying to ur bot to search for monsters in that radius. Your problem is skill radius, you have to make ur bot move closer to the target if skill range is lower than your target distance.

  • 0
Posted

I spent some time researching the subject and the answer was in front of me... lol 

thanks for help guys!  resolved..

 

private void doSkill(L2Skill skill, boolean isSelfSkill) {

if (skill == null) {

return;

}

 

if (isNecessarySkill(skill)) {

if (_actor.isAttackingNow() || _actor.isCastingNow()) {

_actor.getAI().setNextAction(new NextAction(AiEventType.READY_TO_ACT, IntentionType.CAST, () -> _actor.useMagic(skill, true, true)));

} else {

_actor.useMagic(skill, isSelfSkill, false);

}

}

}

  • Haha 1
Guest
This topic is now closed to further replies.


  • Posts

    • Hi I would like to buy your panel, please reach me out from discord: doncarlo thanks in advance 🙂
    • Hi,   I am looking for experienced L2J developer who can handle Java work – systems, shops, buffer, custom features and client-side edits. Paid work. If you are interested, contact me: Discord: doncarlo
    • Hi all, I am looking for very experienced L2J developer to join and help with my Lineage 2 Interlude project (server launching soon). What I need: Build and manage shop system (manager shops) Buffer service, GM shop, custom services Good understanding of server-side (L2J) and also client-side edits Clean, stable and professional work (no random fixes) Important: Must have real experience with L2J / Interlude Must understand how to properly structure systems, not just copy-paste This is paid work, I respect your time and effort. If you are serious and experienced, contact me on Discord: doncarlo Thanks.    
    • Hey, I went through your NimeraCP and honestly, it looks really solid. Instantly bought for my server! Compared to most L2 panels, this is on a completely different level — the UI is clean, modern, and doesn’t feel like some 15-year-old system. I really like how everything is in one place — shop, referrals, rewards, roll & lucky wheel. The automation and real-time features (If you ask Splicho nicely, hahaha) are a big win too, since most panels are missing that. Overall though, great job. It feels like a next-gen panel, not just another copy. Definitely has the potential to be one of the top solutions in the L2 scene.
    • Helloo i was wonder if in interlude there is a way to increase font ui size ?  becouse sometimes when i put the game in full screen all the bars buff inventory etc are very  small  and i dont see very good .. , some one know if i can edit something in system?
  • 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..