Jump to content

Pudge

WRobot user
  • Posts

    348
  • Joined

  • Last visited

Posts posted by Pudge

  1.  

    Hi.

    Working on a project to send invitation letters and faced the problem.  I don’t understand what kind of garbage happens when I try to send an mail using the line break character "/"  in the message.

     

    I just want to send a message with separated lines, I don’t understand why when using variables in Lua.DoString an error appears, and if not then everything is fine ok. I will be glad to know if someone helps.

    Can i use wManager.Wow.Helpers.MailMail.SendMessage() to send letters without items? I already tried and nothing went...

     

     

  2. 15 minutes ago, Matenia said:

    Это должно работать. Lua.LuaDoString принимает некоторые дополнительные аргументы, такие как «notInGame» или что-то в этом роде, так что, возможно, попробуйте те

     

     

    You are the best! It work's)

    Lua.LuaDoString("CharacterSelectDeleteButton:Click();", true);

     

  3. 1 hour ago, Matenia said:

    Extract GlueXML from your client's MPQ find out what everything is called and then use those names.

     

    Thanks for the answer, I extracted this document and found the name of the button, but how do I activate it?  "CharacterSelectDeleteButton". I tried to use Lua.LuaDoString("CharacterSelectDeleteButton:Click()") in dev tools but nothing

  4. Hey 

     

    I need help resolving a few issues.

    1) How can I delete a character using a robot?

    Click this button, paste string "delete", => if okey:isenable then click okay

    I think it should be like what api should be used, can anyone know?

    image.png.a033a9d0e5ab1ed7802d66de091d9b94.png

    image.png.1620a37e279cb4254f8ea5aede877877.png

    I think it’s not difficult, a couple of clicks and paste the desired text, I just don’t know what the frames are called in the menu so that and where to find it api

    2)

    How can I, being in Logout, select the character I need?

    3)

    Is it possible to create a new character with random nickname?

    image.png.901d50669c8328b4f62693f36daadeaa.png

    Thx

     

  5. Hello, i want to create plugin to disable or stop or pause ressurect state to prevent bot release spirit and waiting till him will be ressurected by other bot. Any ideas how to do this comrades? Help pls, thanks in advence.

  6.  

    Hi, for the first time in a year of botting, I am faced with such a problem. "If complite condition" is triggered, but the quest "follow path" does not end. The task of the quest is to fly along the path of the airship, the quest must be completed when the bot is above the ship, but as you see something happens, the bot starts the next steps, but

    the bot continues to do the quest "follow path" that just completed...

     

    Argent Stand Quests.xml

  7. Hey.


    To quickly find errors in the profiles I use this code in the plugin to display the current profile name in the logs:

    wManager.Wow.Helpers.Quest.QuesterCurrentContext.ProfileName == "test.xml"
      


    I searched hard, but didn't find a similar code for the grinder..... something like Grinder.GrinderCurrentContext.ProfileName == "test.xml"....

    Does anyone know a similar method?

     

     

    The next code gives an error if product is not quester:

    Quester.Bot.QuesterSetting.CurrentSetting.ProfileName == "test.xml"

     

    Same code gives an error if product != grinder:

    Grinder.Bot.GrinderSetting.CurrentSetting.ProfileName == "test.xml"

     

×
×
  • Create New...