Imagine Nation Forums
[razor macro] check for scroll before cast spell - Printable Version

+- Imagine Nation Forums (https://in-uo.net/forums)
+-- Forum: Imagine Nation archive (https://in-uo.net/forums/forumdisplay.php?fid=6)
+--- Forum: Player Guides (https://in-uo.net/forums/forumdisplay.php?fid=29)
+--- Thread: [razor macro] check for scroll before cast spell (/showthread.php?tid=5505)



[razor macro] check for scroll before cast spell - Hiraku - 04-14-2012

i use the script to check if i got scroll in my backpack before cast the spell normally
using injection
but i was wondering if is the same method possible using razor
anyone know a macro to do that?
thanks


[razor macro] check for scroll before cast spell - Elia - 04-14-2012

Yes, you can make Razor check, if there are scrolls in your backpack, then cast.
Also you can make it supply you with scrolls from a container, if there are no scrolls in your backpack.


[razor macro] check for scroll before cast spell - Gang - 04-14-2012

I think he means the macro for active playing, not for macroing, so restock is obsolete. Basically he wants that:

if scroll>0 then
use scroll
else
use spell

I don't know but it should be possible on razor. On injection there are checks in "backpack" or "my" to check the scroll availability in every container you have in your backpack, not sure about razor.
In injection either is possible, you could also make it so it casts the next scroll only when previous was casted\fizzled. Last is rather useless though.


[razor macro] check for scroll before cast spell - Hiraku - 04-14-2012

yea Gang is that what i meant, but on razor i can recognize only checks for mana, life, potions, reags, and few others, no scrolls are there..
anybody know how to script it then?


[razor macro] check for scroll before cast spell - Mael - 04-14-2012

you have to add the scrolls in manually....go to display/counters....go to add fill in the info...click the target button and target whatever you want razor to count....then it will be listed under the if condintional statements


[razor macro] check for scroll before cast spell - Hiraku - 04-14-2012

cool thank you Mael