Jump to content

fanmeng123

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by fanmeng123

  1. On 6/23/2019 at 10:52 AM, Matenia said:

    Pretty sure wRobot added a function to use hearthstone on stuck recently. Or rather any item.
    Check out the advanced settings. But yes, HMP has had this option since 2016 as well.

    Thank you very much. I've ticked this function but once itused Hearthstone, it continue the next step, not from the first step.

    I'm thinking how to solve it now.

  2. Hi 

    As a newer to the quest creation, I'm facing the problem now.

    The situation is when I right click the item ,it will open a dialog,  and then  I need to choose the second option appeared in the dialog.

    I'm wondering how to achieve this goal?

    Thank you very much.

     

  3. 7 hours ago, The Smokie. said:

    if you want to add a if statement you can. sorry i was half dead when i wrote this code. here one thats not popo.]

    
    if (!Quest.HasQuest(Quest ID) && !ItemsManager.HasItemById(Item ID))
    {
    Lua.LuaDoString("ClearTarget();");
    Thread.sleep(25);
    ItemsManager.UseItem(itemId);
    Usefuls.WaitIsCasting();
    }
    
    Really you're choice.
    
    or 
      
    if (!Quest.HasQuest(Quest ID))
    {
     
      Lua.LuaDoString("ClearTarget();");
     
      If !ItemsManager.HasItemById(Item ID))
     {
       ItemsManager.UseItem(item Id);
       Usefuls.WaitIsCasting();
     }
    }
       

     

    Hi

    Thank you so much. I'll try it.

  4. 3 hours ago, Droidz said:

    Hello,

    To click on crystal you can add object in object to harvest list (in advanced general settings), if you just to to interact with npc you can add it to npc to attack, but in your case it is better to use Quester profile

    Hi 

    Thank you very much. The object to harvest works perfectly fitting to my needs and I'm still learning about create quester profile.

    I'm also wondering how I can make my character stay at one position for few minutes creating the grinder profile?

    Sometime when it moves to a place, it should stay there, for example protecting NPC. 

    Thanks

  5. Hi 

    Thank you very much. The object to harvest works perfectly fitting to my needs and I'm still learning about create quester profile.

    I'm also wondering how I can make my character stay at one position for few minutes creating the grinder profile?

    Sometime when it moves to a place, it should stay there, for example protecting NPC. 

    Thanks

     

  6. Hi guys. I'm new to WRobot,and was wondering if I can add the action like 'right click the switch ' on ground in my profile?

    For example in Ahn'kahet, it needs to click the crystal on the ground to activate the  second boss. How do I code it in 'action' cell?

    Btw, does anyone know how to interact with NPC  such as in Halls of Stone? and how do I stay at one location long enough to protect that NPC?

    Thank you very much.

×
×
  • Create New...