AutoRA Broken?

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Windower » Support » AutoRA broken?
AutoRA broken?
 Carbuncle.Sisko
Offline
サーバ: Carbuncle
Game: FFXI
user: siskotaru
Posts: 192
By Carbuncle.Sisko 2014-04-04 08:53:25  
Hi, I tried to make this plug-in work yesterday for a rng friend.

I just wanted to know if it's currently broken or if I should try harder

I tried to pair it with spellcast, sent //ara start after engaging a mob, tried CTRL+D as stated in the read-me file, yet no cookie.

Is there anything I should do to make it work ?
 Quetzalcoatl.Ninjaface
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Ninjaface
Posts: 227
By Quetzalcoatl.Ninjaface 2014-04-04 09:04:56  
I haven't been able to get this to work since i came back like a year ago. I don't think it is supported anymore.

You can write a spellcast script to offer a similar functionality that will try to shoot every few seconds, but I don't quite know the details.
 Asura.Railbender
Offline
サーバ: Asura
Game: FFXI
user: Toknherb
Posts: 60
By Asura.Railbender 2014-04-04 09:15:48  
It currently does not work, and as Ninjaface said, it hasn't worked for a while. Sadly, the user who created that has probably moved on from FFXI, doubt it will function anymore.
 Cerberus.Flaminglegion
Offline
サーバ: Cerberus
Game: FFXI
Posts: 148
By Cerberus.Flaminglegion 2014-04-04 09:32:03  
There is already a lua addon which works for this

https://github.com/Windower/Lua/tree/4.1-dev/addons/AutoRA
 Asura.Railbender
Offline
サーバ: Asura
Game: FFXI
user: Toknherb
Posts: 60
By Asura.Railbender 2014-04-04 09:41:35  
Cerberus.Flaminglegion said: »
There is already a lua addon which works for this

https://github.com/Windower/Lua/tree/4.1-dev/addons/AutoRA


And it does not work :P

This is what we are talking about.
[+]
 Carbuncle.Sisko
Offline
サーバ: Carbuncle
Game: FFXI
user: siskotaru
Posts: 192
By Carbuncle.Sisko 2014-04-04 09:52:49  
Thanks everyone for the clarification.
 Cerberus.Flaminglegion
Offline
サーバ: Cerberus
Game: FFXI
Posts: 148
By Cerberus.Flaminglegion 2014-04-04 10:09:27  
I used it yesterday, it worked fine for me.
I used it on RNG, using spellcast

edit: I think I used it yesterday. I am 100% sure I used it on Wednesday if not.
 Asura.Railbender
Offline
サーバ: Asura
Game: FFXI
user: Toknherb
Posts: 60
By Asura.Railbender 2014-04-04 10:15:01  
Hmm, i just fired it up right now as i read his post and tried it, i got nothing. Do you have something special in your spellcast for this ?
 Quetzalcoatl.Ninjaface
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Ninjaface
Posts: 227
By Quetzalcoatl.Ninjaface 2014-04-04 10:18:31  
Also, are you positive you don't just have spellcast autoshooting for you? you can do it with like aftercast I think.

If autoRA works, it doesn't work as the readme says it does, or some option with windower needs to be enabled that I don't have enabled.
 Cerberus.Flaminglegion
Offline
サーバ: Cerberus
Game: FFXI
Posts: 148
By Cerberus.Flaminglegion 2014-04-04 10:23:54  
Checked the spellcast I have with me atm, nothing there, will check on the PC I used in a while but if there is then it was on accident. The toggle from the lua was working for me too, control D start alt D stop, so I believe it was that which was doing it.
 Quetzalcoatl.Ninjaface
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Ninjaface
Posts: 227
By Quetzalcoatl.Ninjaface 2014-04-04 10:26:09  
honestly, that's pretty exciting news. I haven't heard anyone claim that it works since i got back into the game. I'll definitely be messing with it when I get home.
 Ragnarok.Sekundes
Offline
サーバ: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2014-04-04 10:28:12  
I wasn't able to get it to work Tuesday when I was trying to get skilled up. It's possible that I did something wrong but it's not all that complicated.
 Quetzalcoatl.Ninjaface
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Ninjaface
Posts: 227
By Quetzalcoatl.Ninjaface 2014-04-04 10:46:04  
for skilling up a simple SC script is sufficient. something that tries to shoot every couple seconds works pretty well for me.
 Cerberus.Flaminglegion
Offline
サーバ: Cerberus
Game: FFXI
Posts: 148
By Cerberus.Flaminglegion 2014-04-04 11:16:20  
Checked SC, there are no actions in my aftercast rules other than equip. Loaded autoRA and it's working for me right now. The start and stop buttons are also working.
 Carbuncle.Nynja
Offline
サーバ: Carbuncle
Game: FFXI
user: NynJa
Posts: 2373
By Carbuncle.Nynja 2014-04-04 11:22:23  
buttons?
what buttons? there are no buttons.
 Cerberus.Flaminglegion
Offline
サーバ: Cerberus
Game: FFXI
Posts: 148
By Cerberus.Flaminglegion 2014-04-04 11:49:25  
Sure there are, just gotta know where to find em and how to push em ;)
 Leviathan.Vow
Offline
サーバ: Leviathan
Game: FFXI
user: woVow
Posts: 125
By Leviathan.Vow 2014-04-04 12:16:58  
There is a minor error in the autora file.

Run Notepad++ as administrator.
Open autora.lua
Change lines 58 and 62 from windower.send_command('/shoot <t>') to windower.send_command('input /shoot <t>')
Change line 103 to windower.send_command('@wait 1;input /shoot <t>')
Save the file.
Reload autora.
[+]
 Cerberus.Flaminglegion
Offline
サーバ: Cerberus
Game: FFXI
Posts: 148
By Cerberus.Flaminglegion 2014-04-04 12:47:04  
Mine doesn't have those changes and works
 Leviathan.Vow
Offline
サーバ: Leviathan
Game: FFXI
user: woVow
Posts: 125
By Leviathan.Vow 2014-04-04 13:15:02  
If you have spellcast loaded, you don't need to make those changes (you probably still should).
[+]
 Ragnarok.Sekundes
Offline
サーバ: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2014-04-04 13:46:56  
Ah, that may explain my issue. I had sc unloaded because it conflicts with GS.
Offline
Posts: 2
By chumpey 2014-04-04 14:01:32  
Mine works great. I don't even get charged arrows while it is auto attacking for some reason.
[+]
 Ragnarok.Sekundes
Offline
サーバ: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2014-04-04 14:29:42  
chumpey said: »
Mine works great. I don't even get charged arrows while it is auto attacking for some reason.
Probably just got a couple recycle procs. If it isn't using any ammo at all... there would be something very wrong and I'd be careful.
 Cerberus.Flaminglegion
Offline
サーバ: Cerberus
Game: FFXI
Posts: 148
By Cerberus.Flaminglegion 2014-04-04 15:55:59  
Ah I see, thank you Vow
necroskull Necro Bump Detected! [39 days between previous and next post]
 Ragnarok.Exavion
Offline
サーバ: Ragnarok
Game: FFXI
user: Aladriel
Posts: 148
By Ragnarok.Exavion 2014-05-14 02:47:09  
Edited the Lua file as Vow suggested and it is working again for me, however, i'm frequently getting the in-game error "You must wait longer to perform that action". The autoshots then cease firing.

I'm going to guess it happens whenever rapid shot and/or snapshot procs kick in but can't say for sure.

Is there anyway around this?
 Leviathan.Vow
Offline
サーバ: Leviathan
Game: FFXI
user: woVow
Posts: 125
By Leviathan.Vow 2014-05-14 20:41:37  
The shots stop because it only responds to the action of a successful ranged attack. If a ranged attack is canceled because not enough time had passed since the last shot it won't try to start again. I'm not sure why that would happen, but you can increase the delay in the send_command line. I picked one second because it seemed to work for the two minutes that I let the addon run for after downloading it for the first time. I never used it again.

You can also try this different addon which I have also never used.
[+]
 Asura.Aikchan
Offline
サーバ: Asura
Game: FFXI
user: Aikawa
Posts: 373
By Asura.Aikchan 2014-05-16 18:19:16  
http://pastebin.com/f3YazuvV

Fixed this to work after the update.
 Cerberus.Conagh
Offline
サーバ: Cerberus
Game: FFXI
user: onagh
Posts: 3189
By Cerberus.Conagh 2014-05-16 18:28:27  
Asura.Aikchan said: »
http://pastebin.com/f3YazuvV

Fixed this to work after the update.

You can add a timer to register when you deal damage to the target (Based on how SB works) to allow you to auto RA as soon as possible rather than waiting for a set time for more overall DPS if you're super lazy.
 Asura.Aikchan
Offline
サーバ: Asura
Game: FFXI
user: Aikawa
Posts: 373
By Asura.Aikchan 2014-05-16 18:30:42  
hmmm the "set timer" is coz you need to wait for the animation to finish before you /ra again... if rapid shot proc, it will shot right away
Offline
Posts: 2
By chaosking555 2014-05-19 10:46:02  
I'm still having trouble getting autoRA to work properly. I haven't made any adjustments to the script other than those suggested by Vow an am getting the error message: "autora: lua error (runtime)... lua95: attempt to index field 'status' (a number value)
Offline
Posts: 12409
By Pantafernando 2014-06-06 21:43:41  
Aparently AutoRa is working again.
Thanks to whoever fixed it.
Now to cap archery.
Log in to post.