Issue information

Issue ID
#8417
Status
New
Severity
None
Started
Samuel
Oct 27, 2014 18:20
Last Post
MordekaiserGod
Jun 22, 2015 4:39
Confirmation
Yes (3)
No (0)

Samuel - Oct 27, 2014 18:20

Hello, some players in the server I'm currently working with posted this issue about Beast Strafing not working after Double Strafe Cast.

Here's a video of it:

[url="http://www.youtube.com/watch?v=OCM5G7mnF50"]http://www.youtube.com/watch?v=OCM5G7mnF50[/url]

BS works when Auto attack only by player.

Auto Attack -> DS -> BS
DS -> Auto Attack -> BS

but DS -> BS doesn't work

I saw a video of BS from iRO and it works like that DS -> BS, and with the skill description, the only requirement is linked and use DS. :)

Hope this could be fixed. :) Thanks!

Zer Wildblood - Oct 27, 2014 19:14

Sorry i didnt see this
Duplicate: [url="http://herc.ws/board/tracker/issue-8418-beast-strafing/?view=getnewpost"]http://herc.ws/board/tracker/issue-8418-beast-strafing/?view=getnewpost[/url]

Playtester - Oct 27, 2014 20:16

Is this pre-renewal? If yes, then this is caused by wrong skill_db.txt. Should be "target" and no "auto select target" mode (0x208 -> 0x8).

Zer Wildblood - Oct 27, 2014 20:55

[quote]
Is this pre-renewal? If yes, then this is caused by wrong skill_db.txt.
Should be "target" and no "auto select target" mode (0x208 -> 0x8).[/quote]

Its not working.

Im not sure if its 100% bug because when you spam f1 and f2 with ds and bs it works.
The problem is maybe the BS should be targeable?

This post has been edited by Zer Wildblood on Oct 27, 2014 21:04

Samuel - Oct 28, 2014 1:43

Its under pre-renewal sir Playtester

Edit:

tested 0x8 and it doesn't work and shows error:

[Warning]: skill_castend_nodamage_id: Unknown skill used:499

I thought this skill will be casted to the monster being DS'ed when you clicked it.

This post has been edited by Samuel on Oct 28, 2014 2:40

Playtester - Oct 28, 2014 7:30

Yes, BS should be targetable. That's what I meant when I said "target".
Sorry if I wasn't clear.[code=auto:0]499,-9,8,4,-1,0,0,1,2,no,0,0x208,0,weapon,0, HT_POWER,Beast Strafing[/code]Should be:[code=auto:0]499,-9,8,1,-1,0,0,1,2,no,0,0x8,0,weapon,0, HT_POWER,Beast Strafing[/code]

Zer Wildblood - Oct 28, 2014 8:06

Thank you :D

Valo - Feb 3, 2015 15:18

The issue isn't that Beast Strafing is targeted. Beast Strafing should indeed auto target. The problem is that the combo code in unit_skilluse_id2 always tries to use ud->target. ud->target is 0 though. The reason for this is obviously that ud->target is only set when autoattacking. Only autoattacking after Double Strafe would set this variable. See GC_WEAPONBLOCKING implementation for fix.

This post has been edited by Valo on Feb 3, 2015 15:32

Playtester - Feb 6, 2015 9:54

[quote]
The issue isn't that Beast Strafing is targeted. Beast Strafing should indeed auto target.[/quote]
No it shouldn't, you have to manually target on official servers and you can even target a different monster. All tested.

Valo - Feb 8, 2015 17:13

[quote name="Playtester" timestamp="1423216473"][quote]




The issue isn't that Beast Strafing is targeted. Beast Strafing should indeed auto target.[/quote]No it shouldn't, you have to manually target on official servers and you can even target a different monster. All tested.[/quote]
Oh, you are correct. I am sorry :(
[url="https://www.youtube.com/watch?v=uXxJRb9evHc"]https://www.youtube.com/watch?v=uXxJRb9evHc[/url]

This post has been edited by Valo on Feb 8, 2015 17:14

MordekaiserGod - Jun 22, 2015 4:39

There IS a problem on hercules if you ever tried Beast Strafing. It is not like the video posted above where you can select a target right after double strafing.

Currently Beast Strafe cannot get a target after Double Strafing. Try it.

What you currently need to do on hercules is Double Strafe -> Basic Attack to regain target info -> Beast Strafe.