Jump to content
  • Kill Command does'not work at all


    Vladimir Mazhuga
    • Version: All Product: WRobot General Type: Bug Status: Fixed

    User Feedback

    Recommended Comments

    Droidz

    Posted

    Hello,

     

    It is strange, wrobot seem found and launch spell, You get this problem since when?

     

    Can you go to tab "Tools" > "Dev tools" > Copy this text in textbox:

    print('Команда "Взять!"')
    

    And click on button "Lua (return value in 'ret’)". If you can say me if in your wow chat (ingame), the spell name is properly written. 

    Vladimir Mazhuga

    Posted

    The spell name is properly written: text 'Команда "Взять!"' in new line.

     

    I have played paladin and fighter, and no problem with WRobot was found. When I created BM hunter and tried to play with WRobot, I found this problem.

    Droidz

    Posted

    Ok,
     
    if you can try to put (instead spell name) this lua code:
    RunMacroText('/cast Команда "Взять!"')
    
    And activate the spell option "Not spell, is lua script" (don't forget to settings spell range, timer, spell is usable condi and ... manually).
     
    If you can tell me if this works.
    Vladimir Mazhuga

    Posted

    Thank you, it's help :) I have to play with some additional turning, but generally all works fine.

    Vladimir Mazhuga

    Posted

    Droidz, by the way, is any chance to fix this issue to make Kill command on Russian works normal way?

    accexar

    Posted

    Is not working for me too, i am not using anything i just want to kill mobs hitting basic and is not working at all. :S

    Droidz

    Posted

    Ok,

     

    Kill command is russian is Команда "Взять!" ?

     

    If you enter this in wow chat:

    /cast Команда "Взять!"
    

    the spell is launched?

     

    If in the wow chat you enter

    /run spellname=GetSpellInfo(34026); CastSpellByName(spellname);
    

    the spell is launched?

     

    Now if you can try to add in your fightclass instead the spell name this code:

    local spellname=GetSpellInfo(34026); CastSpellByName(spellname);
    

    And activate the spell option "Not spell, is lua script".



    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...