Page 3 of 3
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Sat Dec 17, 2011 5:36 pm
by Administrator
Louis wrote:Solution?
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.
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Sat Dec 17, 2011 5:49 pm
by Louis
ok but...
default is "g" guild
and "t" title
i change a "9" guild
and "0" title
and not working
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Sun Dec 18, 2011 8:28 am
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?
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Sun Dec 18, 2011 1:45 pm
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
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Sun Dec 18, 2011 3:50 pm
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?
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Sun Dec 18, 2011 7:47 pm
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)
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Mon Dec 19, 2011 7:53 pm
by Lordnika
thnx ..i was copy paste from u'r Gold Eggs .xml :p
ty a lot
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Mon Dec 19, 2011 8:07 pm
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.
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Tue Dec 20, 2011 2:41 am
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
Re: --=== Official patch 4.0.6.2476 topic ===--
Posted: Tue Dec 20, 2011 4:45 am
by lisa
Depends which event, if you mean the new map check this topic.
http://www.solarstrike.net/phpBB3/viewt ... =21&t=3258