Page 2 of 2
Re: My own test for butterfly daily in Xaviera
Posted: Sat Sep 17, 2011 8:19 am
by Ghozie
great.. it's working now thank you very much
Re: My own test for butterfly daily in Xaviera
Posted: Thu Sep 22, 2011 8:06 pm
by neocron
i got a message
<Id 533025 not found
<Wegpunktpfad test.xml geladen.
<Es wurde keine Rückkehrpfaddatei mit dem Defaultnamen test_return.xml gefunden.
<Wir benutzen nun die normale Wegepunktdatei test.xml.
<Lösche Ziel.
<Wir gehen zum Wegpunkt #1, (6405, 5436)
<Wir versuchen den NPC Robbie Butcher zu finden:
<Der NPC 'Robbie Butcher' wurde erfolgreich ausgewählt. Wir öffnen das Dialogfenster.
<[string "..."]:3: attempt to call global 'AcceptQuestByName' (a nil value)
<
<
<Please enter the script name to run.
<Type in 'exit' (without quotes) to exit.
<Script>
dit you have an idea ?
Re: My own test for butterfly daily in Xaviera
Posted: Thu Sep 22, 2011 9:34 pm
by rock5
"AcceptQuestByName" is a userfunction. Install "userfunction_questbyname.lua" then it should work.
http://solarstrike.net/phpBB3/viewtopic.php?f=27&t=2184
Re: My own test for butterfly daily in Xaviera
Posted: Mon Sep 26, 2011 8:42 am
by nerf
Hi, I have tried several ways to reset the daily quests with the bot but without success, I need someone to embed the code here.
Code: Select all
local reset = inventory:findItem(202434) -- "Daily Quest Ticket"
if reset then
reset:use()
else
-- Out of daily tickets
-- logout, end or goto sleep
end
Code: Select all
local dailyQuestCount, dailyQuestsPerDay = RoMScript("Daily_count()")
if dailyQuestsPerDay - dailyQuestCount == 0 then -- out of dailies
local reset = inventory:findItem(202434) -- "Daily Quest Ticket"
if reset then
reset:use()
else
-- Out of daily tickets
-- logout, end or goto sleep
end
end
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="6405" z="5436" y="181">
player:target_NPC("Robbie Butcher");
AcceptQuestByName("Catch Butterflies"); </waypoint>
<!-- # 5 --><waypoint x="6326" z="5030" y="195">
player:mount();
</waypoint>
<!-- # 6 --><waypoint x="6547" z="4008" y="219"> </waypoint>
<!-- # 7 --><waypoint x="7022" z="3445" y="203"> </waypoint>
<!-- # 8 --><waypoint x="7207" z="3180" y="205"> </waypoint>
<!-- # 9 --><waypoint x="7359" z="3206" y="197"> </waypoint>
<!-- # 10 --><waypoint x="7342" z="3338" y="197">player:mount(); </waypoint>
<!-- # 11 --><waypoint x="7436" z="3367" y="197"> </waypoint>
<!-- # 12 --><waypoint x="7553" z="3175" y="197"> </waypoint>
<!-- # 13 --><waypoint x="7641" z="3179" y="197"> </waypoint>
<!-- # 14 --><waypoint x="7648" z="3097" y="197"> </waypoint>
<!-- # 15 --><waypoint x="7556" z="3006" y="197"> </waypoint>
<!-- # 16 --><waypoint x="7625" z="2545" y="196"> </waypoint>
<!-- # 17 --><waypoint x="7648" z="2108" y="196"> </waypoint>
<!-- # 18 --><waypoint x="8075" z="2109" y="198"> </waypoint>
<!-- # 19 --><waypoint x="8172" z="1927" y="193"> </waypoint>
<!-- # 20 --><waypoint x="8244" z="1627" y="193"> </waypoint>
<!-- # 21 --><waypoint x="8284" z="1458" y="193"> </waypoint>
<!-- # 22 --><waypoint x="8243" z="1639" y="193">
player:mount()
</waypoint>
<!-- # 23 --><waypoint x="8103" z="2137" y="193"> </waypoint>
<!-- # 24 --><waypoint x="7876" z="2093" y="199"> </waypoint>
<!-- # 25 --><waypoint x="7650" z="2433" y="195"> </waypoint>
<!-- # 26 --><waypoint x="7553" z="3062" y="196"> </waypoint>
<!-- # 27 --><waypoint x="7650" z="3102" y="197"> </waypoint>
<!-- # 28 --><waypoint x="7636" z="3157" y="197"> </waypoint>
<!-- # 29 --><waypoint x="7492" z="3226" y="197"> </waypoint>
<!-- # 30 --><waypoint x="7439" z="3363" y="197">player:mount(); </waypoint>
<!-- # 31 --><waypoint x="7343" z="3335" y="197"> </waypoint>
<!-- # 32 --><waypoint x="7362" z="3210" y="197"> </waypoint>
<!-- # 33 --><waypoint x="7127" z="3176" y="205"> </waypoint>
<!-- # 34 --><waypoint x="7047" z="3432" y="204"> </waypoint>
<!-- # 35 --><waypoint x="6610" z="3764" y="187"> </waypoint>
<!-- # 36 --><waypoint x="6557" z="3988" y="217"> </waypoint>
<!-- # 37 --><waypoint x="6286" z="5077" y="196"> </waypoint>
<!-- # 38 --><waypoint x="6425" z="5413" y="188">
player:target_NPC("Robbie Butcher");
CompleteQuestByName("Catch Butterflies");
</waypoint>
</waypoints>
Re: My own test for butterfly daily in Xaviera
Posted: Tue Sep 27, 2011 4:15 am
by yoyodoggg
no one has a version of butterfly daily with correct TRAVEL and RUN waypoints in, and doesnt die to the Elite ?
Re: My own test for butterfly daily in Xaviera
Posted: Tue Sep 27, 2011 7:31 pm
by ako ito
butterfly quest not totally safe if we are not completely geared,,, i try to modify the waypoint.. which only farm inside the garden.. but the elite horse suddenly run across the garden from rigth side garden to left.... i put the elite horse as my friend... but he attack my characters...
Re: My own test for butterfly daily in Xaviera
Posted: Tue Sep 27, 2011 9:26 pm
by rock5
As far as I know there is no way to do the dailys by botting while avoiding the Copper Gardeners and Fierce Gale. Unless you just stay in the first room killing Dogs with all the other Dog Meat farmers.
That's why I always do it manually
Re: My own test for butterfly daily in Xaviera
Posted: Thu Sep 29, 2011 2:14 pm
by Blackt3ars
what Rock5 Said is true.
The waypoint which i posted up is for those who able to kill almost everything there ( my character can do 300k dmg per hit on tat horsey ) just using the waypoint because im too lazy to hope back and forth to turn in the quest while i can multi alting on my other characters.
But i think there is a way ( avoid fierce gale ) which is from on the entrance to enter the Garden which have about 3-4 butterfly ( if not mistaken ) the only thing you have to do is able kill the gardener.
Re: My own test for butterfly daily in Xaviera
Posted: Sat Oct 08, 2011 6:33 pm
by ako ito
i have problem in mount.. like what i post in migthy shield forum.. i was thinking i have problem in agro tolerance but i notice... in the 1st casting of mount it will successfully riding mount but in the 2nd i already riding mounting.. my character will unmount
<!-- # 5 --><waypoint x="6326" z="5030" y="195">
keyboardPress(key.VK_9) <----- my character riding mount
yrest(5000);
</waypoint>
<!-- # 6 --><waypoint x="6547" z="4008" y="219">keyboardPress(key.VK_9) <----- my character unmount
yrest(5000); </waypoint>
<!-- # 7 --><waypoint x="7022" z="3445" y="203">keyboardPress(key.VK_9) <----- my character riding mount
yrest(5000); </waypoint>
<!-- # 8 --><waypoint x="7207" z="3180" y="205">__WPL:setForcedWaypointType("NORMAL") </waypoint>
<!-- # 9 --><waypoint x="7359" z="3206" y="197">keyboardPress(key.VK_9) <----- my character unmount
yrest(5000); </waypoint>
<!-- # 10 --><waypoint x="7342" z="3338" y="197">keyboardPress(key.VK_9) <----- my character riding mount
yrest(5000); </waypoint>
Re: My own test for butterfly daily in Xaviera
Posted: Sat Oct 08, 2011 8:52 pm
by rock5
Just check to see if you are already mounted.
Code: Select all
if not player:hasBuff("Horse") then
keyboardPress(key.VK_9)
end
You should also be able to use "player:mount()" instead of the keypress (unless it's a 15m or 2h horse).
Re: My own test for butterfly daily in Xaviera
Posted: Sat Oct 08, 2011 10:39 pm
by ako ito
rock5 wrote:Just check to see if you are already mounted.
Code: Select all
if not player:hasBuff("Horse") then
keyboardPress(key.VK_9)
end
You should also be able to use "player:mount()" instead of the keypress (unless it's a 15m or 2h horse).
before i using "player:mount()" and not working in migthy shield ptach and lisa advice to use keypress.. im only using 7 days mount..
i try your advice to use "if not player:hasBuff("Horse") "
Re: My own test for butterfly daily in Xaviera
Posted: Sun Oct 09, 2011 1:38 am
by lisa
ako ito wrote:before i using "player:mount()" and not working in migthy shield ptach and lisa advice to use keypress.. im only using 7 days mount..
i try your advice to use "if not player:hasBuff("Horse") "
The use item function has been fixed by Rock, so you should be able to go back to using the player:mount() now.