Code: Select all
/if $char(mana,pct)<=80&&$char(hp,pct)>=80 /call cast "Cannibalize"The above code did not function correctly however
Code: Select all
/if $char(mana,pct)<=80 /if $char(hp,pct)>=80 /call cast "cannibalize" Worked fine, any suggestions? I assume it is syntax, however this use is not listen in the readme file
Also, I am unable to memorize "Cannibalize II"
I have tried using 2 uppercase i's, 2 lower case L's and "McMerrin's Feast"(sp) without success. I have also used $char(gem,1) and macroquest printed "Cannibalize II" yet no luck. Any suggestions?
Note: The scroll and spell have different names

