Infinite Monkeys
Community Developer
- Joined
- Jul 7, 2012
- Messages
- 224
- Reaction score
- 16
Looks like that's caused by a typo in your combat routine. Open ExampleRoutine.cs (notepad will do) and hit Ctrl-F to search, then find 'HasHearldOfAshBuff' and replace it with 'HasHeraldOfAshBuff'. Do the same for 'HasHearldOfIceBuff', replacing it with 'HasHeraldOfIceBuff'. It should work then.I`m getting something like this :/ Piety plugin disables it self and Quest Plugin is disabled anyway
SupportedClientVersion: 1.3.1.8
Reloading AssemblyLoader<Loki.Bot.IBot> - Initializing
Reloading AssemblyLoader<Loki.Bot.IRoutine> - Initializing
[BasicGrindBot] This class is the new bot. Now setting up bot specific stuff.
Current bot set to BasicGrindBot.
Compiler Error: c:\Users\xxxxx\Desktop\helomoto\Routines\ExampleRoutine\ExampleRoutine.cs(1121,55) : error CS1061: 'Loki.Game.Objects.LocalPlayer' does not contain a definition for 'HasHearldOfAshBuff' and no extension method 'HasHearldOfAshBuff' accepting a first argument of type 'Loki.Game.Objects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\xxxxx\Desktop\helomoto\Routines\ExampleRoutine\ExampleRoutine.cs(1144,55) : error CS1061: 'Loki.Game.Objects.LocalPlayer' does not contain a definition for 'HasHearldOfIceBuff' and no extension method 'HasHearldOfIceBuff' accepting a first argument of type 'Loki.Game.Objects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
Reloading AssemblyLoader<Loki.Bot.IPlugin> - Initializing
Current routine set to NullRoutine.
Compiler Error: c:\Users\xxxxx\Desktop\helomoto\Plugins\QuestPlugin\QuestPlugin.cs(22,7) : error CS0246: The type or namespace name 'ExampleRoutine' could not be found (are you missing a using directive or an assembly reference?)
Last edited: