1. It seems to be skipping this section of code in Sub CastSpells... /if n $char(pet)!=0 { | check to see if we need to heal our pet. /if n $spawn($char(pet),hp,pct)<75 { /if DEBUG /echo Trying to cast "PetHealSpell". /target id $char(pet) /call NoFizzleCast "PetHealSpell" /if DE...
Did you set it up for your spell set? It is currently set up to cast "Shield of Maelin" as your self hp buff "Force Shield" as your self shield buff "Rune of Death" as your pet buff spell "Touch of Death" as your pet heal spell If these are not the spells you ...
Is there anyway to add timers to disciplines? or if there isnt... Is there anyway to add user variables to UI's? What I mean by user varable is to add this to a UI screen... <Label item="100fist_timer"> <Font>1</Font> <ScreenID>100fist_timer</ScreenID> <EQType>9999</EQType> <TooltipReferen...
Find the coord points of your buff locations for your particular UI (can be done with trial and error by typeing in /mouseto x,y in the MQ window). Then use that information in... /varset buffloc $char(buff,"spellname") /if n @buffloc==1 /click right x1 y1 /if n @buffloc==2 /click right x2...