Jump to content

Recommended Posts

Posted

Hello, i had a client once who had a bug in aCis 399 Rev. Once you hit a player (flag or not) after 1-2 melee attacks you stopped as if the target is not auto attackable.

I had this fix but after 2 years i have the same thing. Is this retail like or bug? Should the attack stop like this?

Posted
2 hours ago, Kara said:

Hello, i had a client once who had a bug in aCis 399 Rev. Once you hit a player (flag or not) after 1-2 melee attacks you stopped as if the target is not auto attackable.

I had this fix but after 2 years i have the same thing. Is this retail like or bug? Should the attack stop like this?

 

Test it on AdvExt ;).

Posted

Usually if you give the command to your character that you want to force attack (ctrl+F1) the character hits the target until you give the command to stop. This is how it has always worked. It is weird that the character stops after a single attack.

Posted
6 hours ago, Kara said:

Should the attack stop like this?

It's up to you if attack should stop like this. I have played in l2 off servers back in the day where player would keep attacking (if enemy was flagged of course, peace zone and other requirements were met).  Tryskell is using an extender as an example, he might be true, he might not. Anyway, imho when it comes to such decisions you should take into consideration what's more convenient for the player.

  • Thanks 1
  • Upvote 1
Posted (edited)

use macro  /useskillforce  and its fixed at 90% serbers 

 

or /attackforce  i remember we was using it at l2off files , since  after 1 skill its stopped attack 

Edited by AchYlek
Posted
17 hours ago, Zake said:

It's up to you if attack should stop like this. I have played in l2 off servers back in the day where player would keep attacking (if enemy was flagged of course, peace zone and other requirements were met).  Tryskell is using an extender as an example, he might be true, he might not. Anyway, imho when it comes to such decisions you should take into consideration what's more convenient for the player.

+1

Posted
19 hours ago, Zake said:

It's up to you if attack should stop like this. I have played in l2 off servers back in the day where player would keep attacking (if enemy was flagged of course, peace zone and other requirements were met).  Tryskell is using an extender as an example, he might be true, he might not. Anyway, imho when it comes to such decisions you should take into consideration what's more convenient for the player.

 

My point is to emulate a game, and even more particular, a chronicle. Not to build something convenient.

 

L2J added geopathing for players chasing other players, while the chasing is in fact in straight line, in both extenders or Innova. At this point, it's not being convenient or not - you simply play another game.

 

Also, I have to rely on something, being wrong or bad. L2OFF and any related forks, even if partially wrong, are still more accurate than any L2J (If L2OFF is 95%, L2J is 75%). The wrong part of L2OFF is about extended content (for IL, C5 and IL content then) and for that you can only rely on upper chronicles. Gameplay base was almost never touched.

  • Upvote 3
  • 5 months later...
Posted
On 11/10/2021 at 5:28 PM, Tryskell said:

 

My point is to emulate a game, and even more particular, a chronicle. Not to build something convenient.

 

L2J added geopathing for players chasing other players, while the chasing is in fact in straight line, in both extenders or Innova. At this point, it's not being convenient or not - you simply play another game.

 

Also, I have to rely on something, being wrong or bad. L2OFF and any related forks, even if partially wrong, are still more accurate than any L2J (If L2OFF is 95%, L2J is 75%). The wrong part of L2OFF is about extended content (for IL, C5 and IL content then) and for that you can only rely on upper chronicles. Gameplay base was almost never touched.

just admit you never like autobots/fakeplayer , only "devs" who make player chase other player with path finders are the ones who don't want to look stupid in front of stupid players playing with bots  ... imagine a bot in hot springs trying to straight line chase a player that is hidding after a small rock. he will never reach the target damn ... xD

Posted (edited)

Such behavior should be made retail like but should be fully configurable. I doubt any mid-rate (or even low-rate) owners would like the players to be annoyed having to spam click to attack someone.

 

Otherwise just hardcode everything for a clean Interlude x1 and only keep networking & database configurations.

Edited by An4rchy
  • Haha 1
Posted (edited)
On 5/5/2022 at 12:04 PM, arm4729 said:

just admit you never like autobots/fakeplayer , only "devs" who make player chase other player with path finders are the ones who don't want to look stupid in front of stupid players playing with bots  ... imagine a bot in hot springs trying to straight line chase a player that is hidding after a small rock. he will never reach the target damn ... xD

 

That's not something I have to take in consideration, also, in case of autobot/fakeplayers, nothing stop you to use the method used by the monsters (which actually use geopath).

 

It looks like L2OFF "rewards" ppl for good positioning, that's simply part of the gameplay and I do as I see it.

 

  

5 hours ago, An4rchy said:

Such behavior should be made retail like but should be fully configurable. I doubt any mid-rate (or even low-rate) owners would like the players to be annoyed having to spam click to attack someone.

 

Otherwise just hardcode everything for a clean Interlude x1 and only keep networking & database configurations.

 

Since the time, you should know it's not the house's motto ;). Consider I generate some jobs for people.

 

If you begin to add booleans for such things, it's a never ending path you decide to choose (and which I never considered, since people are enough clever to share themselves customs when they want to).

 

You can also educate people to play the actual real game.

 

PS : there's actual real cases where auto-attack is supposed to occur, like arenas. And they are normally respected.

Edited by Tryskell
  • 2 years later...
Posted (edited)

I have a Polish friend who gave me a solution for this issue, all credit goes to @SSnakEE. The ingenuity is as follows. Total thanks to him.

Playable.java

insert to

public boolean canKeepAttacking(Creature target)
	{
//if target is flagged keep attacking
			if (targetPlayer.getPvpFlag() > 0)
				return true;

 

Edited by luzzifer
The person who provided me with the solution was added and tagged. SSnakEE
  • 1 month later...
Posted
On 11/2/2024 at 4:42 PM, luzzifer said:

I have a Polish friend who gave me a solution for this issue, all credit goes to @SSnakEE. The ingenuity is as follows. Total thanks to him.

Playable.java

insert to

public boolean canKeepAttacking(Creature target)
	{
//if target is flagged keep attacking
			if (targetPlayer.getPvpFlag() > 0)
				return true;

 

bro thats stop attack after 1-2 hits must be from your auto mana pots or skill mana pots or from mana pots generally to add more to solve something is not correct way, you have to get know why it stop first

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

    • 我们的 Telegram 频道 已达到 3000 名订阅者! 感谢大家对我们项目的支持与关注! 我们即将举办一场精彩的抽奖或比赛,专为您准备! 不要错过参与的机会 — 立即订阅:https://t.me/accsforyou_shop✅ 活跃链接: 数字商品商店(网站):前往 商店 Telegram 机器人:前往 用于购买 Telegram Stars 的机器人:前往 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的 促销与特别优惠,可用于购买我们平台的产品与服务: 1. 使用优惠码 OCTOBER2025(8% 折扣)在十月期间通过我们的网站或机器人购物!首次购买还可使用优惠码 SOCNET(15% 折扣)。 2. 获得 $1 商店余额或 10–20% 折扣 —— 只需在我们网站注册后在论坛留言:“SEND ME BONUS, MY USERNAME IS...”。 3. 首次试用 SMM 面板可获得 $1 奖励 —— 只需在我们网站(支持页面)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和用于购买 Stars 的机器人中赠送 Telegram Stars!
    • 我们的 Telegram 频道 已达到 3000 名订阅者! 感谢大家对我们项目的支持与关注! 我们即将举办一场精彩的抽奖或比赛,专为您准备! 不要错过参与的机会 — 立即订阅:https://t.me/accsforyou_shop✅ 活跃链接: 数字商品商店(网站):前往 商店 Telegram 机器人:前往 用于购买 Telegram Stars 的机器人:前往 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的 促销与特别优惠,可用于购买我们平台的产品与服务: 1. 使用优惠码 OCTOBER2025(8% 折扣)在十月期间通过我们的网站或机器人购物!首次购买还可使用优惠码 SOCNET(15% 折扣)。 2. 获得 $1 商店余额或 10–20% 折扣 —— 只需在我们网站注册后在论坛留言:“SEND ME BONUS, MY USERNAME IS...”。 3. 首次试用 SMM 面板可获得 $1 奖励 —— 只需在我们网站(支持页面)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和用于购买 Stars 的机器人中赠送 Telegram Stars!
    • 我们的 Telegram 频道 已达到 3000 名订阅者! 感谢大家对我们项目的支持与关注! 我们即将举办一场精彩的抽奖或比赛,专为您准备! 不要错过参与的机会 — 立即订阅:https://t.me/accsforyou_shop✅ 活跃链接: 数字商品商店(网站):前往 商店 Telegram 机器人:前往 用于购买 Telegram Stars 的机器人:前往 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的 促销与特别优惠,可用于购买我们平台的产品与服务: 1. 使用优惠码 OCTOBER2025(8% 折扣)在十月期间通过我们的网站或机器人购物!首次购买还可使用优惠码 SOCNET(15% 折扣)。 2. 获得 $1 商店余额或 10–20% 折扣 —— 只需在我们网站注册后在论坛留言:“SEND ME BONUS, MY USERNAME IS...”。 3. 首次试用 SMM 面板可获得 $1 奖励 —— 只需在我们网站(支持页面)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和用于购买 Stars 的机器人中赠送 Telegram Stars!
    • 我们的 Telegram 频道 已达到 3000 名订阅者! 感谢大家对我们项目的支持与关注! 我们即将举办一场精彩的抽奖或比赛,专为您准备! 不要错过参与的机会 — 立即订阅:https://t.me/accsforyou_shop✅ 活跃链接: 数字商品商店(网站):前往 商店 Telegram 机器人:前往 用于购买 Telegram Stars 的机器人:前往 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的 促销与特别优惠,可用于购买我们平台的产品与服务: 1. 使用优惠码 OCTOBER2025(8% 折扣)在十月期间通过我们的网站或机器人购物!首次购买还可使用优惠码 SOCNET(15% 折扣)。 2. 获得 $1 商店余额或 10–20% 折扣 —— 只需在我们网站注册后在论坛留言:“SEND ME BONUS, MY USERNAME IS...”。 3. 首次试用 SMM 面板可获得 $1 奖励 —— 只需在我们网站(支持页面)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和用于购买 Stars 的机器人中赠送 Telegram Stars!
    • 3000 subscribers in our Telegram channel! Thank you all for your support and interest in our project! Very soon, we’ll be hosting an exciting giveaway or contest just for you! Don’t miss the chance to take part — subscribe here: https://t.me/accsforyou_shop✅ Active Links: Digital goods store (Website): Go Store Telegram bot: Go Telegram bot for purchasing Telegram Stars: Go SMM Panel: Go – promote your social media accounts. We would like to present you with the current list of promotions and special offers for purchasing products and services from our platform: 1. Promo code OCTOBER2025 (8% discount) for purchases in our store (Website or Bot) during October! You can also use the first-time promo code SOCNET (15% discount). 2. Get $1 credited to your store balance or a 10–20% discount — just post your username after registration on our website using the following format: "SEND ME BONUS, MY USERNAME IS..." – post it in our forum thread! 3. Get $1 for your first SMM Panel trial — just open a support ticket titled “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our Telegram bot for Star purchases!
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock