April 17, 20196 yr I'm making scripts.Encounter this problem: How to let the character learn the specified Spell
April 17, 20196 yr Hello, in your profile or in your "NPC DB" (tab "tools") add npc trainer and enable option train new spell
April 17, 20196 yr Author I just want the character to learn one of the Spell I want, not all of them.
April 18, 20196 yr No default feature for that sorry, if you use quest profile you can add step for that, or with plugin but you need a good knowledge of Wow and WRobot.
April 23, 20196 yr Author How can i add step for that,please tell me Specific code,Thank you very much!
May 6, 20196 yr You shouldn’t have to restart the bot. It should auto load the profile with new spells. i am will make a leveling fightclass tomorrow when I wake up for you to help. Give me say 15 to 20 hours and I’ll have a good one for you
May 6, 20196 yr bee cool if create code to learn specific spells on vanilla, becouse much gold lose on all spells i will buy this code!
May 6, 20196 yr Maybe it's better to explain the problem. In the file above the paladin goes to the trainer in northshire and learns the new spell "devotion aura". He uses the spell because I have unchecked "check if know spell" in my fightclass but then he will learn the spell again and again. I have the complete condition: return wManager.Wow.Helpers.SpellManager.KnowSpell(465); After I restart the bot he will go to the next task. Please excuse my bad english. ?
May 6, 20196 yr 3 minutes ago, Gargaroth95 said: Maybe it's better to explain the problem. In the file above the paladin goes to the trainer in northshire and learns the new spell "devotion aura". He uses the spell because I have unchecked "check if know spell" in my fightclass but then he will learn the spell again and again. I have the complete condition: return wManager.Wow.Helpers.SpellManager.KnowSpell(465); After I restart the bot he will go to the next task. Please excuse my bad english. ? i think need to add step after learn spell <QuestsSorted Action="RunCode" NameClass="SpellManager.UpdateSpellBook();" />
May 6, 20196 yr It works!!! Thank you really much! Now I can finish my afk profiles. This is the example for a paladin on 3.3.5a for holy light rank 2 <QuestsSorted Action="While" NameClass="!wManager.Wow.Helpers.SpellManager.KnowSpell(639)" /> <QuestsSorted Action="Pulse" NameClass="PathPaladinTrainerGoldshire" /> <QuestsSorted Action="Wait" NameClass="500" /> <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-9468.14, 108.976, 57.47771), 927, 1, false);" /> <QuestsSorted Action="Wait" NameClass="500" /> <QuestsSorted Action="RunLuaCode" NameClass="BuyTrainerSkill("Holy Light")" /> <QuestsSorted Action="Wait" NameClass="500" /> <QuestsSorted Action="RunCode" NameClass="SpellManager.UpdateSpellBook();" /> <QuestsSorted Action="EndWhile" NameClass="" />
May 6, 20196 yr Exist analog of <QuestsSorted Action="RunLuaCode" NameClass="BuyTrainerSkill("Holy Light")" /> only from vanilla?
June 2, 20196 yr On 5/6/2019 at 12:31 PM, Gargaroth95 said: You have to add this code: Code hidden How did you get that code? It is not open source. I own the rights to it. @Gargaroth95 Edited June 2, 20196 yr by Bambo
June 2, 20196 yr 5 hours ago, Bambo said: How did you get that code? It is not open source. I own the rights to it. @Gargaroth95 Hello, I have a word document where I saved a lots of codes from this forum. I think this code was from a free profile in this forum.
June 2, 20196 yr 17 minutes ago, Gargaroth95 said: Hello, I have a word document where I saved a lots of codes from this forum. I think this code was from a free profile in this forum. it definitely is code that is being used in paid products and you dont have the licence for it, pls remove it publicly edit: or tell me where you got it from, your answer is too vague, i highly doubt there is a free profile that uses it and if so, i will get that one down as well as this is leading towards leaks and drama. We have people trying to sell this code, we have people trying to implement this code into new paid products. And I (the licence holder of said code) have never shared it with anyone publicly nor did I licence any other products using it. I politely ask you to remove it. you can make use of it privately. Edited June 2, 20196 yr by Bambo
Create an account or sign in to comment