ScriptUO
Ultima Online Fan Board => General UO Chat => Topic started by: systempanic on August 09, 2011, 11:58:14 PM
-
I tried several on easyuo, but none is working for gargoyles. Can someone help? :)
-
The problem is that flying looks like poisoned in the #charStatus and that's what almost all healing scripts use.
There is going to have to be a script that does journal scanning to determine if a gargoyle is poisoned, because Cheffe is not going to make any changes to EUO at all.
Does #charStatus work correctly in OEUO for gargoyles?
-
Poison shows up in buff bar so that should be easy to do with EN's scanbuffbar
-
the only working ones i know of use the buffbar scanner
-
thanks all, will give a try about buff scanner ;)
-
thanks all, will give a try about buff scanner ;)
did it work out ??
-
I found I need to code to handle different buff/debuff situations in using buff-scanner, but well that is beyond my abilities.... I can only code very simple scripts.. :P
-
I found I need to code to handle different buff/debuff situations in using buff-scanner, but well that is beyond my abilities.... I can only code very simple scripts.. :P
Well very sorry to hear that... but using the buffbar can be as simple as below... (detects poison)
Call ScanBuffBar
if _Poison_ in %BuffBarIconNames
{
; code to perform a cure method
}