Page 1 of 1

Chupura daily

Posted: Sun May 25, 2014 3:20 pm
by Igor02
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

Re: Chupura daily

Posted: Sun May 25, 2014 10:12 pm
by rock5
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>

Re: Chupura daily

Posted: Mon May 26, 2014 11:29 pm
by Igor02
oki thx rock this work nice.

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

Re: Chupura daily

Posted: Tue May 27, 2014 12:07 am
by rock5
Sorry, Google translate said it detected and translated from German.