Hey guys, so I'm about to finish the plugin I'm working on currently and need some ideas of what to do next. What kind of plugin would you like to see? What functionality do you think you're sorely missing right now?
That's a pretty good idea actually, it fits perfectly with the plugin I'm making right now I'll include it as a feature.
Not sure if it's possible, but would a plugin for completing animus books be possible? Obviously not the dungeon parts of it though.
A plugin to randomize ground targeted AoE attacks so its not always exactly pixel perfect on middle of the target...
Basically, it's a quest for your relic weapon that can take a fairly long time to do. (grind lol) You purchase a book for 500 soldiery and you have to kill 100 monsters, 3 fates, 3 dungeons and 3 leve quests. You have to complete 9 books total.
That would actually be up to the CR. Right now they are all set to cast @ "Core.Player.CurrentTarget.Location". There's probably a way to randomize it by a small offset (using MathEx or something), but honestly that's a bit beyond my current coding knowledge (despite all the work I've put into Ultima I'm still a newbie coder lol). If anyone who knows more than me could figure it out I could slap it in the CR.
plugin that forces the char to use the global setting for using a mount on all bots. At the moment it seems only orderbot and fatebot use that option under "global." Same plugin to choose what mount you ride, "random" option.
It's probably something more for a combat routine, but something that will use a specific skill when an enemy is readying a certain skill. ie if enemy X has the player targeted and readies Death Sentence then player uses (enter defensive cooldown name here).
Garden Tender. Maybe run it like RePear and have a timer to set so it would teleport to your private house and fertilize and tend all plants in the garden patch.
You're a brave person to ask for recommendations for a plugin, you're gonna get pulled in every direction by every person who can get their hands on you.
Should be simple enough I would think, seeing as a few CR's have Ninja routine use Goad on a target with low TP. With this I would assume making a plugin to display/alert low TP would be simple.
Offsetting the point randomly would be easy but it would sometimes not be in a clickable location so you would need to continue generating new points until you cast. All you need is MathEx.GetPointAt with random rotation and distance. There's a INavigationProvider.MoveToRandomSpotWithin but no way to get the point it's self. Although you probably won't want to do that anyways because you would then only be able to use those ground spells when the target is on the mesh. I vaguely remember CanCastLocation doesn't work properly? If it does, you can keep plugging points into it until you find something castable, or maybe plug a custom method for the random point into your waited doaction. Then each wait check would use a new point. Sorry kind of off topic...
I think a levequest (or you can say the "card quest") will be a faster way to level up, unlike fate bot (will stop when there is no fate available) it will just goes on and never stop questing. and hopefully it will teleport to the right zone