July 1, 20187 yr Hello. I have a bit programming skill and try now change one fight class profile. I dont understand here new SpellState("Power Word: Shield", 20, context => DiscPriestaSettings.CurrentSetting.PowerWordShield && Fight.InFight && ObjectManager.Me.GetMove, true, true, false, false, true, true, true, true, 0, false, false, false, false, false, false, wManager.Wow.Helpers.FightClassCreator.YesNoAuto.Yes, "", "player", true, true, false), a lot of "false" and "true". Where i can find description of function SpellState()? And where i can find all functions and methods of "ObjectManager."? Thank you.
July 2, 20187 yr Hello, public SpellState(string spellName, int priority, BooleanDelegate condition, bool isBuff = false, bool inCombatOnly = true, bool castIfInMount = false, bool castIfMeDead = false, bool checkIfKnow = true, bool checkIfSpellUsable = true, bool checkSpellDistance = true, bool needInView = true, int timer = 0, bool notSpellIsLuaScript = false, bool debug = false, bool targetFriends = false, bool aoeSpell = false, bool aoeSpellMePos = false, bool oncePerTarget = false, YesNoAuto canMoveDuringCast = YesNoAuto.Auto, string description = "", string castOn = "", bool lockFrame = true, bool waitDuringCasting = true, bool notSpellIsCSharpCode = false, bool notSpellIsVBCode = false, bool notSpellIsLuaBotCode = false) But if you use c# to create your fightclass it is not recommended to use this, you can found sample here https://wrobot.eu/forums/topic/12-how-to-create-an-fight-class-developer-only/
March 19, 20197 yr On 7/2/2018 at 1:50 PM, Droidz said: Hello, public SpellState(string spellName, int priority, BooleanDelegate condition, bool isBuff = false, bool inCombatOnly = true, bool castIfInMount = false, bool castIfMeDead = false, bool checkIfKnow = true, bool checkIfSpellUsable = true, bool checkSpellDistance = true, bool needInView = true, int timer = 0, bool notSpellIsLuaScript = false, bool debug = false, bool targetFriends = false, bool aoeSpell = false, bool aoeSpellMePos = false, bool oncePerTarget = false, YesNoAuto canMoveDuringCast = YesNoAuto.Auto, string description = "", string castOn = "", bool lockFrame = true, bool waitDuringCasting = true, bool notSpellIsCSharpCode = false, bool notSpellIsVBCode = false, bool notSpellIsLuaBotCode = false) But if you use c# to create your fightclass it is not recommended to use this, you can found sample here hello, where can i find all functions or methods of GoToTask.ToPosition(!!!here!!!); ?
March 19, 20197 yr 2 hours ago, 79135 said: hello, where can i find all functions or methods of GoToTask.ToPosition(!!!here!!!); ? https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/wManager.Wow.Bot.Tasks.GoToTask.html
March 19, 20197 yr 6 hours ago, Marsbar said: https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/wManager.Wow.Bot.Tasks.GoToTask.html Thanks a lot!
Create an account or sign in to comment