Garena support is not a possibility anytime soon. It will be considered in the future, but it'll be months before we'll revisit that idea.
Thank you for clarifying this. I was able to identify the bug. The CR expected one aura on the skillbar, because it would switch to the others. When it checked to see if the next aura to cast was on the skillbar, andi t was already, it would cast the CR's aura slot, rather than the skill's actual slot. It's actually a really easy fix, but I thought everyone reporting aura issues had only one aura on their skillbar (one of my earlier posts mentioned this in how ExampleRoutine was setup). I'll push a new build soon with the CR fix after checking out a few more things. Here's the fixed CR. ExampleRoutine.cs: https://gist.github.com/anonymous/01a3fdd5e29e09187131
This will be fixed in the next version. I'm sure GGG has a reason for doing what they did with world areas and waypoints on the World panel, but I certainly couldn't explain it.
Well, you're not supposed to be using that routine yet. The error is in that routine, and not the bot itself. The loops waiting for the totems to cast don't check for the character being dead, because typically you don't want to loop like that in a normal routine. You need to register and have one post to see spoilers!
Raise Spectre seems to keep trying to raise bosses which is no longer possible. It then gives up and stops the bot, though I guess that's to do with the Example routine and not the core API
How can I make the bot take corrupted areas and also is there a way to change the item filter because it isn't working. I can not seem to find anything about either of these things in any of the .cs files...
The CorpseUsable should be false for those mobs, but if it's not (which I assuming s the case if it's trying to raise it), I'll add in a Unique rarity check to the API so it doesn't happen. Thanks for reporting. This is not currently supported in Beta. It will most likely get added later on after some more core issues are worked out.