Chupura daily

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Igor02
Posts: 7
Joined: Sat Mar 24, 2012 5:05 pm

Chupura daily

#1 Post by Igor02 » Sun May 25, 2014 3:20 pm

Hi
me english very bad :cry:

I hoffe jemand kan mir helfen, es geht um Chupura tq in Xaviera.
Mache die mit 1 Acount manuel, andere acounts bleiben und warten.
Hab es hinbekommen das der annimmt und abgibt, aber mus jedes mal manuel starten nach 5 chupura.
kan man das irgednwie in 1 Waypoint hin bekommen?
Quest anehmen und warten bis die fertig ist, danach nächste char?

Waypoint 1 - Chupura-1-7-9

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
   <onLoad>
      startGMDetect()

      -- end if all dailies are done
      local dqCount, dqPerDay = RoMScript("Daily_count()");
      if (dqCount>=10) then
      loadPaths("Chupura-1-7-9R")
    end;


</onLoad>
<!-- #  1 --><waypoint x="10133" z="9364" y="4">
			player:target_NPC(118060) -- Sofie Paichu
			AcceptQuestByName(424165) -- Sie zum Schweigen bringen
                        player:sleep();	
                        loadPaths("Chupura-1-7-9F")
	</waypoint>
</waypoints>
Waypoint 2 - Chupura-1-7-9F

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
   <onLoad>

	startGMDetect()
</onLoad>
	<!-- #  1 --><waypoint x="10129" z="9366" y="4">
			player:target_NPC(118060) -- Sofie Paichu
			CompleteQuestByName(424165) -- Sie zum Schweigen bringen
	startGMDetect()
		loadPaths("Chupura-1-7-9")
	</waypoint>
</waypoints>
Waypoint 3 - Chupura-1-7-9R

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
   <onLoad>

	startGMDetect()
SetCharList({
			{account=1,chars={5}},
			{account=7,chars={1}},
			{account=9,chars={1}},
			
			
		})
</onLoad>
	<!-- #  1 --><waypoint x="10129" z="9366" y="4">
			
	startGMDetect()
SetChannelForLogin(2)
LoginNextChar()
SetChannelForLogin(2)

		loadPaths("Chupura-1-7-9")
	</waypoint>
</waypoints>
thx

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

Re: Chupura daily

#2 Post by rock5 » Sun May 25, 2014 10:12 pm

Igor02 wrote:me english very bad :cry:
And your German spelling is bad too. There are 2 spelling mistakes which make it difficult to translate. In future try to spell correctly or use a spell checker so we can translate it properly.

Try this. Hopefully I haven't made any mistakes.

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
	startGMDetect()

	SetCharList({
		{account=1,chars={5}},
		{account=7,chars={1}},
		{account=9,chars={1}},
	})

</onLoad>
<!-- #  1 --><waypoint x="10133" z="9364" y="4">
	repeat
		player:target_NPC(118060) -- Sofie Paichu
		AcceptQuestByName(424165) -- Sie zum Schweigen bringen
		yrest(1000)
		CompleteQuestByName(424165) -- Sie zum Schweigen bringen
	until RoMScript("Daily_count()") >= 10
	SetChannelForLogin(2)
	LoginNextChar()
</waypoint>
</waypoints>
  • 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

Igor02
Posts: 7
Joined: Sat Mar 24, 2012 5:05 pm

Re: Chupura daily

#3 Post by Igor02 » Mon May 26, 2014 11:29 pm

oki thx rock this work nice.

p.s im not german ^^
have nice day.
bye

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

Re: Chupura daily

#4 Post by rock5 » Tue May 27, 2014 12:07 am

Sorry, Google translate said it detected and translated from German.
  • 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

Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 1 guest