Jump to content
  • Spell Failed


    Rafaelbragan
    • Product: WRobot General Type: Bug Status: Not a Bug

    hi guys, first of all sorry about my english i will do my best.

    I have a problem with the spell Incinerate (destro lock) but i'm always trying to use it in spellbook but i'm having a message "FAILED".

    What can i do to solve this problem?

    I find out the spellbook.txt and have so many Incinerates and maybe the bot is trying to get some theses wrong spells.

    I'm not a newbie about pc so we can discuss this in advanced.

    thanks all



    User Feedback

    Recommended Comments

    Hello,

     

    Look this post: 

     

    Try this macro in game for find overridden spell:

    /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end
    

     

    ​Tell me if you have again problem

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...