sorenelise
Member
- Joined
- Dec 4, 2011
- Messages
- 188
BREAKING NEWS: My ninja is now 48![]()
LOL do you ever sleep wtf
BREAKING NEWS: My ninja is now 48![]()
Of course i do, i just get a group to power level me through dungeons lol. That and the 50% exp from an already 50 class makes it easy
BREAKING NEWS: My ninja is now 48![]()
You can simply edit the code to include an option for it yourself
Sure thing, just give me a few minutes to get it.
Spell.Cast("Kiss of the Wasp", r => !Core.Player.HasAura("Kiss of the Wasp") && settings.UseWasp, r => Core.Player),
Spell.Cast("Kiss of the Viper", r => !Core.Player.HasAura("Kiss of the Viper") && settings.UseViper, r => Core.Player),
[Setting]
[DefaultValue(true)]
[Category("Buffs")]
[DisplayName("Kiss of the Viper")]
public bool UseViper { get; set; }
Haha, Thanks, I really appreciate it.
I've been working on Ninja today but it's a real pain in the ass because there isn't really a way to tell if something you casted actually worked. I think I've solved it for the most part though, and have something out in the next day or 2.
In your routine search forabove that place this codeCode:Spell.Cast("Kiss of the Wasp", r => !Core.Player.HasAura("Kiss of the Wasp") && settings.UseWasp, r => Core.Player),
Code:Spell.Cast("Kiss of the Viper", r => !Core.Player.HasAura("Kiss of the Viper") && settings.UseViper, r => Core.Player),
Weird, adding that line gave me the following error:
[12:50:57.075 N] Compiler Error: c:\Users\xxx\Desktop\Reborn Buddy\Routines\Kupper\KupperRoutine.cs(18,7) : warning CS0105: The using directive for 'Kupper.Settings' appeared previously in this namespace
[12:50:57.075 N] Compiler Error: c:\Users\xxx\Desktop\Reborn Buddy\Routines\Kupper\Rotations\Rogue.cs(148,98) : error CS1061: 'Kupper.Settings.RogueSettings' does not contain a definition for 'UseViper' and no extension method 'UseViper' accepting a first argument of type 'Kupper.Settings.RogueSettings' could be found (are you missing a using directive or an assembly reference?)
Hm. I assume you are a rogue? Are you editing both the rogue custom routine AND the rogue settings file?
Yes I just noticed, I'm editing only Rogue side. I've done that for both Ninja & Rogue files and it works now. Thanks for the help again!
Yes I just noticed, I'm editing only Rogue side. I've done that for both Ninja & Rogue files and it works now. Thanks for the help again!
EDIT: One more thing, do you know how I can edit Fate Bot's waypoints? Currently on Coasta Del Sol it's been forever since there's a problem with my pathing to a specific FATE, and I would like to edit it...
Share with everyone man, why do you got to PM lol
i edited Spell.Cast("Kiss of the Viper", r => !Core.Player.HasAura("Kiss of the Viper") && settings.UseWasp, r => Core.Player), originally was kiss of the wasp, but it still uses wasp. i think im editing the wrong file.
I only asked to be pm'ed as I was unsure if the creator of the routine would be offended since he is already working on an edit similar to this.
I'm pretty sure that's something only mastahg can do, as he controls all that fate pathing stuff. If you let him know your problem in detail, i'm sure he can look into it at least. What fate is it?
I only asked to be pm'ed as I was unsure if the creator of the routine would be offended since he is already working on an edit similar to this.