targeting Black/Daily Board in Obsidian

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

targeting Black/Daily Board in Obsidian

#1 Post by rambo66 » Sun Jun 10, 2012 7:51 am

Hi...

I want to write a TQ Script to get the TQ's for the second class..
i tried to find something in here... and also tried some stuff like

player:target_Object("Schwarzes Brett der Obsidianfeste"); sendMacro("ChoiceOption(2);")

but without any success,

can someone please tell me how to get the dialog of the daily Board ins the Obsidian (hmm whats the english name.. ? )

thx,
ram

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: targeting Black/Daily Board in Obsidian

#2 Post by lisa » Sun Jun 10, 2012 8:47 am

--=== Moved ===--

This is what I used to use in Logar, hope it helps

Code: Select all

		player:target_NPC("Logar Bulletin Board");
		sendMacro("OnClick_QuestListButton(1, 4)");  yrest(2000);
		sendMacro("AcceptQuest()"); yrest(2000);
sendMacro("OnClick_QuestListButton(1, 4)")
the number 1 indicates quests available
the number 4 is for quest number 4 of the available quests, as indicated by the 1.

I am pretty sure Rock has implemented a function for doing this though.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: targeting Black/Daily Board in Obsidian

#3 Post by rock5 » Sun Jun 10, 2012 9:56 am

Yeah,

Code: Select all

AcceptQuestByName(_name)
and

Code: Select all

CompleteQuestByName(_name, _rewardnumberorname)
are part of the bot now.

Also,

Code: Select all

AcceptAllQuests()
CompleteAllQuests()
CancelQuest(nameorid)
  • 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

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: targeting Black/Daily Board in Obsidian

#4 Post by Ego95 » Sun Jun 10, 2012 5:37 pm

rambo66 wrote:player:target_Object("Schwarzes Brett der Obsidianfeste"); sendMacro("ChoiceOption(2);")
Like lisa posted your mistake is the "target_Object", I think. I'm not sure, because I'm a beginner, too, but "target_Object" is only used if it's really an object and you get such a gear wheel (don't know how you call it) when you put your curser on it. "target_Player" if you get a speech bubble like when you talk to a NPC. With "target_Player" it should work :)

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: targeting Black/Daily Board in Obsidian

#5 Post by lisa » Sun Jun 10, 2012 9:41 pm

I think you mean "player:target_NPC" but yes that is what I meant to point out =)
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: targeting Black/Daily Board in Obsidian

#6 Post by rock5 » Sun Jun 10, 2012 9:58 pm

They should thoeretically both work. They do basically the same thing, click something. "target_object" just has those options to deal with collecting multiple objects and collecting multiple times and checking for casting bar. Whereas "target_NPC" just clicks the target as it doesn't need all that stuff.
  • 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

rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

Re: targeting Black/Daily Board in Obsidian

#7 Post by rambo66 » Mon Jun 11, 2012 8:36 am

I made a small xml file...
but seems that I'm not able to "contact" the board, no dialog is opening...

Code: Select all

<!-- #  2 --> <waypoint x="-23154" z="4525" y="-260">	</waypoint>
player:target_NPC("Schwarzes Brett der Obsidianfeste");
sendMacro("OnClick_QuestListButton(1, 4)");  yrest(2000);
sendMacro("AcceptQuest()"); yrest(2000);
Is it important to have the board name in german language ? What is it called in english ? "Obsidian Stronghold Bulletin Board" ?

does this board have an id ? like i read this:

player:harvest(110584) <!--logar board ID -->

thx...
ram

Andreas_B
Posts: 40
Joined: Fri Oct 22, 2010 6:46 pm

Re: targeting Black/Daily Board in Obsidian

#8 Post by Andreas_B » Mon Jun 11, 2012 9:12 am

rambo66 wrote: does this board have an id ?
110806

Your code must be within the waypoint, not after it ...

Code: Select all

<!-- #  2 --> <waypoint x="-23154" z="4525" y="-260">   
  player:target_Object(110806, 500);
  sendMacro("OnClick_QuestListButton(1, 4)");  yrest(2000);
  sendMacro("AcceptQuest()"); yrest(2000);
</waypoint>

rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

Re: targeting Black/Daily Board in Obsidian

#9 Post by rambo66 » Tue Jun 12, 2012 10:02 am

thx... ;)

i think my main reason was to put all these stuff in the wayoint..

thx for you help ;-)

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 3 guests