View Full Version : warmage 902 script
Vusit
04-07-2016, 07:51 PM
saw the bless refreshing scripts for bigshot and figured i could alter it to work with 902, with some help from tgo1. We got it working
figured i would post it here, for anyone that need it.
silence_me
loop{
waitfor "stops glowing"
pause_script("bigshot") if running?("bigshot")
until checkprep == "Minor Elemental Edge"
waitrt?
waitcastrt?
fput "release" if checkprep != "Minor Elemental Edge"
fput "prep 902"
sleep 0.1
end
fput "evoke"
unpause_script("bigshot") if running?("bigshot")
subzero
04-08-2016, 02:48 AM
"Stops glowing" is a fairly generic line. If it were me, I'd try to get a little more creative with some regex to prevent the script going off when it's not needed as pausing combat scripts and/or casting spells needlessly during combat can be a bad thing.
Vusit
04-08-2016, 06:53 AM
Agreed, I have edit my script to include the full "your doomsword stops glowing" but I just found this a handy script, so figured I would throw it up here.
Whirlin
04-08-2016, 08:34 AM
Perfect for my doomsword.
Erous
11-02-2016, 04:16 PM
Necro'ing this...would you be able to send me where in bigshot I can make this code change? I can get into the code, but afraid I'd break something
Maerit
11-02-2016, 04:21 PM
Might need to create some kind of toggle for UAC as UAC requires you to remove said item so you're holding it in your right hand, and also will require you to 902 one or the other. I would add in some parsing to the "stops glowing" to identify the noun, check of the noun is in your right hand, and if not, attempt to remove and get the noun. This may also be necessary for bows / crossbows as I'm not 100% certain it will impart 902 benefits if you evoke while the bow is in your left hand?
Right now I have a script that manages 902, 411, and bless on my UAC gear which is quite tedious, but necessary for a UAC warmage!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.