My own test for butterfly daily in Xaviera

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Message
Author
Blackt3ars
Posts: 43
Joined: Mon May 23, 2011 9:22 am

My own test for butterfly daily in Xaviera

#1 Post by Blackt3ars » Fri Sep 09, 2011 9:40 am

Hi guys been testing abit around v my own macro and i just playing around v the macros i know there is post which is full version for the daily in Xaviera but i just wanna use my own instead you know independent on other people.

So this is the very basic macro :
<?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"> </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"> </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"> </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"> </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"> </waypoint>
</waypoints>

Well kinda works ok but until the part for the Waypoint 38......kinda puzzle @.@ how can i make it to hand in the quest ?

is it something like
player:target_NPC(x);
sendMacro("CompleteQuest()"); yrest(2000);
??? haha i know im kinda well new but hope i can learn some stuff here then rather spoon feed on everyones waypoint

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

Re: My own test for butterfly daily in Xaviera

#2 Post by rock5 » Fri Sep 09, 2011 9:50 am

You are using "AcceptQuestByName". Don't you realise in the same userfunction there is also "CompleteQuestByName"?
  • 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

Blackt3ars
Posts: 43
Joined: Mon May 23, 2011 9:22 am

Re: My own test for butterfly daily in Xaviera

#3 Post by Blackt3ars » Fri Sep 09, 2011 10:32 am

so at waypoint 38

i put something like
player:target_NPC(x);
CompleteQuestByName()
am i right ?

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

Re: My own test for butterfly daily in Xaviera

#4 Post by rock5 » Fri Sep 09, 2011 11:36 am

Blackt3ars wrote:so at waypoint 38

i put something like
player:target_NPC(x);
CompleteQuestByName()
am i right ?
No, you use it like AcceptQuestByName.
player:target_NPC(x);
CompleteQuestByName("Catch Butterflies");
After all it says "ByName".
  • 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

Blackt3ars
Posts: 43
Joined: Mon May 23, 2011 9:22 am

Re: My own test for butterfly daily in Xaviera

#5 Post by Blackt3ars » Sat Sep 10, 2011 11:12 pm

Tq~ =) rock

hehe well altho not so perfect but hell yea =) it is done~ and it able to run on Butter only hehe~

here i share out to everyone feel free to mod at your own desire =)

:
<?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>

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

Re: My own test for butterfly daily in Xaviera

#6 Post by rock5 » Sun Sep 11, 2011 8:28 am

Does it avoid Copper Gardeners or does it assume you have a character cabable of killing him?
  • 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

Blackt3ars
Posts: 43
Joined: Mon May 23, 2011 9:22 am

Re: My own test for butterfly daily in Xaviera

#7 Post by Blackt3ars » Sun Sep 11, 2011 9:54 am

Yea i have the character to kill it easily =) just using this waypoint to dual boxing....while macroing daily can swap to other account do other stuff =) multitasking and boxing is much easier this way hehe

Germangold
Posts: 276
Joined: Thu Oct 22, 2009 3:58 am

Re: My own test for butterfly daily in Xaviera

#8 Post by Germangold » Mon Sep 12, 2011 6:39 am

multiboxing is nice
i do use 5 windows for butterfly dailies :D

KaMaro
Posts: 11
Joined: Sat Jun 18, 2011 6:18 am

Re: My own test for butterfly daily in Xaviera

#9 Post by KaMaro » Mon Sep 12, 2011 8:43 am

I have small problems. I do not accept and does not reflect the q.
Besides, if at this point:
Player: mount (); </ waypoint>

Should be within the name of my pet?
For example, Black Pegasus?
I wish that my character did not go on foot only rode on the pet.

in my addons folder, among others 2 others:

dailynotes
AdvQuestBook

This will not conflict with the macro?

//Ok, work.

mafia
Posts: 2
Joined: Wed Nov 10, 2010 7:18 pm

Re: My own test for butterfly daily in Xaviera

#10 Post by mafia » Wed Sep 14, 2011 4:18 pm

Accept quest works, but afterwards my character just stands there and does not continue on with the rest of the waypoints. There is no error message. I don't know what's wrong.

Blackt3ars
Posts: 43
Joined: Mon May 23, 2011 9:22 am

Re: My own test for butterfly daily in Xaviera

#11 Post by Blackt3ars » Thu Sep 15, 2011 4:51 am

AS i know b4 you use the waypoint with the accept quest addon.

You need to click on the NPC ( like a green circle under the npc ) then activate the waypoint

It works fine for me and never fails me =D~

Ghozie
Posts: 7
Joined: Tue Aug 16, 2011 4:16 pm

Re: My own test for butterfly daily in Xaviera

#12 Post by Ghozie » Thu Sep 15, 2011 11:46 pm

why this error happened??? my profile configuration are ok.. tested in other waypoint..but this butterfly waypoint.. my character are not killing any mobs and he always try to move closer




--=== Edited by Lisa ===--

You had character name twice in image, I just edited it to show the MM window.
Edited by lisa
Edited by lisa

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

Re: My own test for butterfly daily in Xaviera

#13 Post by lisa » Thu Sep 15, 2011 11:56 pm

Did you use load next character and with an older version of bot?

I suguest doing SVN update and SVN revert to make sure you are up to date.
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

Ghozie
Posts: 7
Joined: Tue Aug 16, 2011 4:16 pm

Re: My own test for butterfly daily in Xaviera

#14 Post by Ghozie » Fri Sep 16, 2011 8:52 am

thanks LISA its working now... but my problem is the elite horse.. so i manually change the waypoint only inside the garden.. there's a userfunction that aborting the waypoint when reach the quest requirement which is 5/5 butterfly?... because my character keep killing butterfly even already reach 5/5 butterfly...

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

Re: My own test for butterfly daily in Xaviera

#15 Post by lisa » Fri Sep 16, 2011 8:59 am

Code: Select all

local queststate = getQuestStatus("Questname") -- replace Questname with the quest's name
if queststate == "complete" then
--do stuff
end
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

Ghozie
Posts: 7
Joined: Tue Aug 16, 2011 4:16 pm

Re: My own test for butterfly daily in Xaviera

#16 Post by Ghozie » Fri Sep 16, 2011 9:09 am

im sorry but how to use that? i will copy paste??? where?


by the way i only use this userfunction [userfunction_QuestByName] no other userfunction

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

Re: My own test for butterfly daily in Xaviera

#17 Post by lisa » Fri Sep 16, 2011 8:15 pm

I haven't used this WP but you are proibably looking at something like this.

You want the __WPL:setForcedWaypointType("NORMAL") just before the spot where you want to start killing butterflies, I just purely guessed when I placed it where I did, just move it to where is needed.
I called the function in those places again by guessing, So put the quest() in places where you might have already completed the quest.

With set to travel it won't fight back, i get TRAVEL and RUN confused sometimes might need to be RUN, and then it is set to NORMAL before you reach butterflies so it attacks again.

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
<onload>
function quest()
	local queststate = getQuestStatus("Catch Butterflies")
	if queststate == "complete" then
		player:mount()
		__WPL:setForcedWaypointType("TRAVEL")
	end
end
</onload>
<!-- # 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">__WPL:setForcedWaypointType("NORMAL") </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">quest() </waypoint>
<!-- # 16 --><waypoint x="7625" z="2545" y="196">quest() </waypoint>
<!-- # 17 --><waypoint x="7648" z="2108" y="196">quest() </waypoint>
<!-- # 18 --><waypoint x="8075" z="2109" y="198">quest() </waypoint>
<!-- # 19 --><waypoint x="8172" z="1927" y="193">quest() </waypoint>
<!-- # 20 --><waypoint x="8244" z="1627" y="193">quest() </waypoint>
<!-- # 21 --><waypoint x="8284" z="1458" y="193">quest() </waypoint>
<!-- # 22 --><waypoint x="8243" z="1639" y="193">quest()
player:mount()
</waypoint>
<!-- # 23 --><waypoint x="8103" z="2137" y="193">quest() </waypoint>
<!-- # 24 --><waypoint x="7876" z="2093" y="199">quest() </waypoint>
<!-- # 25 --><waypoint x="7650" z="2433" y="195">quest() </waypoint>
<!-- # 26 --><waypoint x="7553" z="3062" y="196">quest() </waypoint>
<!-- # 27 --><waypoint x="7650" z="3102" y="197">quest() </waypoint>
<!-- # 28 --><waypoint x="7636" z="3157" y="197">quest() </waypoint>
<!-- # 29 --><waypoint x="7492" z="3226" y="197">quest() </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>
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

Blackt3ars
Posts: 43
Joined: Mon May 23, 2011 9:22 am

Re: My own test for butterfly daily in Xaviera

#18 Post by Blackt3ars » Sat Sep 17, 2011 4:08 am

@.@ wow i never knew my post are Stick Tq lisa =X

Anyway this waypoint i`ve made up just to farm Butter Daily no other daily like the meat and etc.

And the Waypoint end up on the smaller garden are which normally the Fierce Gale will walk into there ( sometimes )

My character able to kill it easily.

So b4 using this waypoint i suggest that only useable for those people who`s character able to kill the fierce gale.

Is pretty much good area to farm as inside the small garden have 4 butterfly and outside near the middle area there is 2.

Ghozie
Posts: 7
Joined: Tue Aug 16, 2011 4:16 pm

Re: My own test for butterfly daily in Xaviera

#19 Post by Ghozie » Sat Sep 17, 2011 7:32 am

what'wrong lisa why it stop?
Attachments
what wrong.JPG

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

Re: My own test for butterfly daily in Xaviera

#20 Post by lisa » Sat Sep 17, 2011 7:37 am

try

Code: Select all

function quest()
instead of

Code: Select all

local function quest()
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

Who is online

Users browsing this forum: No registered users and 1 guest