--=== Official patch 4.0.6.2476 topic ===--

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: --=== Official patch 4.0.6.2476 topic ===--

#41 Post by Administrator »

Louis wrote:Solution? :cry:
thx
The solution is you reading the error message. Seriously.


Why do I even bother with these kind of people? I know that since they can't be bothered to read the message right in front of them, they won't pay attention when I read it for them.
Louis
Posts: 22
Joined: Sat Dec 17, 2011 4:52 pm

Re: --=== Official patch 4.0.6.2476 topic ===--

#42 Post by Louis »

ok but...
default is "g" guild
and "t" title

i change a "9" guild
and "0" title

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

Re: --=== Official patch 4.0.6.2476 topic ===--

#43 Post by rock5 »

Louis wrote:ok but...
default is "g" guild
and "t" title

i change a "9" guild
and "0" title

and not working
I think you are misunderstanding it. "Show title/guide" is 1 option. To check/change it bring up the system menu, select "Key Bindings" then scoll down until you see "Show title/guild". It's under "Switch views" and it's default is F9. What value do you have there?
  • 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
Louis
Posts: 22
Joined: Sat Dec 17, 2011 4:52 pm

Re: --=== Official patch 4.0.6.2476 topic ===--

#44 Post by Louis »

Thank you very much Rock5, thought and show guild show title referred to "g" and "t" did not understand.

now if it works;) was set to 0 I have F9
thanks for the kind and gentle response
Lordnika
Posts: 50
Joined: Wed Jun 29, 2011 10:14 am

Re: --=== Official patch 4.0.6.2476 topic ===--

#45 Post by Lordnika »

i try to make bot for Red quests (public )
but it cant accept quests ( NPC with 2 quests dint try 1 with only 1 quest )
i used player:target_NPC(<NPC name>)
sendMacro("ChoiceOption(1)")
yrest(1000)

or
sendMacro("AcceptQuest()")
yrest(1000);

it targets NPC and open window but dosent accept quests

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

Re: --=== Official patch 4.0.6.2476 topic ===--

#46 Post by lisa »

Don't you have to click the quest before accepting it?

Code: Select all

	RoMScript("OnClick_QuestListButton(1, 1)") 
	yrest(100)
	RoMScript("AcceptQuest()")
	yrest(100)
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
Lordnika
Posts: 50
Joined: Wed Jun 29, 2011 10:14 am

Re: --=== Official patch 4.0.6.2476 topic ===--

#47 Post by Lordnika »

thnx ..i was copy paste from u'r Gold Eggs .xml :p
ty a lot
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: --=== Official patch 4.0.6.2476 topic ===--

#48 Post by lisa »

Occasionally you get an NPC that only gives 1 quest and in that case it may just open up the quest straight away, that is the case for millers egg quest and so it doesn't need to be clicked first.
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
Lordnika
Posts: 50
Joined: Wed Jun 29, 2011 10:14 am

Re: --=== Official patch 4.0.6.2476 topic ===--

#49 Post by Lordnika »

Thnx Lisa , but another question
Any way to get the event timer value ?
or any formula ,ID ?

i need event time to make him rest for dif of time
until event reset then turn in the 2 quests

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

Re: --=== Official patch 4.0.6.2476 topic ===--

#50 Post by lisa »

Depends which event, if you mean the new map check this topic.
http://www.solarstrike.net/phpBB3/viewt ... =21&t=3258
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
Post Reply