Double Strafe Bug?

France

Moderator: Moderators

Message
Author
silverzx
Noob
Noob
Posts: 9
Joined: 05 Apr 2010, 19:39
Noob?: No

Double Strafe Bug?

#1 Post by silverzx »

Have tried various ways of getting it to work on France RO / Europe RO.

None seems to work, even changing distance, monsters, etc!

Code: Select all

attackSkillSlot Double Strafe {
	lvl 10
	dist 15
	sp >= 25%
	inLockOnly 1
	monsters Rocker
	maxUses 2
}
Any help would be much appreciated.

I've tried the obvious, an answer from another fRO player would be ideal!

Percy
Human
Human
Posts: 40
Joined: 27 Aug 2011, 02:57
Noob?: Yes

Re: Double Strafe Bug?

#2 Post by Percy »

Are you sure about dist = 15 ?
Also, are you sure about the name of the skill is excatly "Double Strafe". You can verify it by doing "eq" in the command of the bot and see the real name of the skill.

silverzx
Noob
Noob
Posts: 9
Joined: 05 Apr 2010, 19:39
Noob?: No

Re: Double Strafe Bug?

#3 Post by silverzx »

Fixed, the fRO server calls it "Double Strafing" not "Double Strafe".

kelthuzad0619
Noob
Noob
Posts: 1
Joined: 06 Oct 2022, 19:01
Noob?: No

Re: Double Strafe Bug?

#4 Post by kelthuzad0619 »

silverzx wrote:
20 May 2014, 15:26
Have tried various ways of getting it to work on France RO / Europe RO.

None seems to work, even changing distance, monsters, etc!

Code: Select all

attackSkillSlot Double Strafe {
	lvl 10
	dist 15
	sp >= 25%
	inLockOnly 1
	monsters Rocker
	maxUses 2
}
Any help would be much appreciated.

I've tried the obvious, an answer from another fRO player would be ideal!
i know this is very old but im sure the inlockonly 1 is the problem the current map and lockMap doesnt match thats why it wont use DS because of wrong lockMap

Post Reply