Making a combat macro directly in the KoL interface works as expected, only Extract is cast. Likewise the same CCS inside mafia also works as expected, only Extract is cast.
However adding a consult to the CCS makes Extract, Entangle and Bag o' Tricks be cast:
Code:
if hasskill extract
skill extract
endif
if hasskill open the bag o' tricks
skill entangling noodles
skill open the bag o' tricks
endif
However adding a consult to the CCS makes Extract, Entangle and Bag o' Tricks be cast:
Code:
[ default ]
if hasskill extract
skill extract
endif
if hasskill open the bag o' tricks
skill entangling noodles
skill open the bag o' tricks
endif
consult wham.ash