Greetings.
I am in the process of writing a simple plugin that creates a portal when near death. If the character dies, upon respawning the given portal will then be taken back to where the bot left off and resume. However, I have hit a snag in stopping/starting the bot. I am trying to use
to stop the bot and then interact with the portal. However, the bot never actually stops.
The full source is available here: https://github.com/benkoren/ExilePortalHelper/blob/master/PortalHelper.cs
Any guidance you can offer would be appreciated.
Ben
I am in the process of writing a simple plugin that creates a portal when near death. If the character dies, upon respawning the given portal will then be taken back to where the bot left off and resume. However, I have hit a snag in stopping/starting the bot. I am trying to use
Code:
[COLOR=#333333][FONT=Consolas]BotManager[/FONT][/COLOR][COLOR=#333333][FONT=Consolas].[/FONT][/COLOR][COLOR=#333333][FONT=Consolas]CurrentBot[/FONT][/COLOR][COLOR=#333333][FONT=Consolas].[/FONT][/COLOR][COLOR=#333333][FONT=Consolas]Stop[/FONT][/COLOR][COLOR=#333333][FONT=Consolas]();[/FONT][/COLOR]
The full source is available here: https://github.com/benkoren/ExilePortalHelper/blob/master/PortalHelper.cs
Any guidance you can offer would be appreciated.
Ben