Hi,
I want to get a specific daily quest from the black board in Logar. I made it using the Addon DailyNotes and the right mouseclick option. But this solution need the window in foreground. Is there any solution available to open the quest list from the black board in background mode?
Thanks for your help!
Opening / Targeting the Black Board (in Logar) in Background
-
mustang6868
- Posts: 2
- Joined: Sun Dec 13, 2009 11:33 am
-
mustang6868
- Posts: 2
- Joined: Sun Dec 13, 2009 11:33 am
Re: Opening / Targeting the Black Board (in Logar) in Background
Has no one an idea to solve this?
Any help is appreciated
Any help is appreciated
- Administrator
- Site Admin
- Posts: 5353
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Opening / Targeting the Black Board (in Logar) in Background
As far as I know, there is no way to do this through RoM's API unless they recently changed it.
Re: Opening / Targeting the Black Board (in Logar) in Backgr
how can you scan bulletin board (quest board) ?
is there a code like scanning like npc like this;
player:merchant("Shamar");
instead of clicking like this;
player:mouseclickL(440, 280, 825, 582);player:rest(1); <!-- Blackboard -->
player:mouseclickL(440, 280, 825, 582);player:rest(1); <!-- Blackboard -->
player:mouseclickL(150, 195, 825, 582);player:rest(1); <!-- Blackboard -->
------------------------------------------------
this doesn't work
player:merchant("Harf Trading Post Bulletin Board");
is there a code like scanning like npc like this;
player:merchant("Shamar");
instead of clicking like this;
player:mouseclickL(440, 280, 825, 582);player:rest(1); <!-- Blackboard -->
player:mouseclickL(440, 280, 825, 582);player:rest(1); <!-- Blackboard -->
player:mouseclickL(150, 195, 825, 582);player:rest(1); <!-- Blackboard -->
------------------------------------------------
this doesn't work
player:merchant("Harf Trading Post Bulletin Board");
Re: Opening / Targeting the Black Board (in Logar) in Backgr
Sure you can. The new harvest function can be used to open the bulletin board. It doesn't use the mouse so doesn't need to be in the foreground.kramiel16 wrote:how can you scan bulletin board (quest board) ?
is there a code like scanning like npc like this;
player:merchant("Shamar");
instead of clicking like this;
player:mouseclickL(440, 280, 825, 582);player:rest(1); <!-- Blackboard -->
player:mouseclickL(440, 280, 825, 582);player:rest(1); <!-- Blackboard -->
player:mouseclickL(150, 195, 825, 582);player:rest(1); <!-- Blackboard -->
------------------------------------------------
this doesn't work
player:merchant("Harf Trading Post Bulletin Board");
Code: Select all
player:harvest(110584)I'm working on a target_Object() function that will be more versatile when it comes to opening objects so stay tuned. It will allow you to target items by name as well.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan