macro to exchange golden eggs for enhancement potions?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
lordmata
Posts: 18
Joined: Wed Feb 09, 2011 9:36 am

macro to exchange golden eggs for enhancement potions?

#1 Post by lordmata » Fri Jan 20, 2012 4:02 pm

Can somebody write a macro that I can spam that trades 2 golden eggs for an enhancement potion at the ranch npc? i tried with some scripts from daily quest but just didn't manage to make it work... :P

kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: macro to exchange golden eggs for enhancement potions?

#2 Post by kuripot » Fri Jan 20, 2012 5:51 pm

i think you can try to follow the format of this

Code: Select all

   <!-- #  1 --><waypoint x="2500" z="48311" y="132" >
     
     local tobuy = 20;
      local beltname = RoMScript("TEXT('Sys227502_name')") -- Excellent Belt
      repeat
         local beltcount = inventory:getItemCount(227502) -- number of belts you already have
         if beltcount >= tobuy then break end
         player:openStore("Nebular");   
         inventory:storeBuyItem(beltname, tobuy - beltcount)
         yrest(3000)
      until false

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

Re: macro to exchange golden eggs for enhancement potions?

#3 Post by lisa » Fri Jan 20, 2012 7:06 pm

Kanta did have a userfunction for this but I just checked his topic and he removed the files, I guess he stopped working on it.
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

lordmata
Posts: 18
Joined: Wed Feb 09, 2011 9:36 am

Re: macro to exchange golden eggs for enhancement potions?

#4 Post by lordmata » Sat Jan 21, 2012 12:15 am

yeah but i don't have a need for a script exactly. i was kinda hoping for a macro along the lines of:

Code: Select all

/script OnClick_QuestListButton(3,1);
/script CompleteQuest();
/script OnClick_QuestListButton(1,1);
/script AcceptQuest();
I used this for spamming daily quests, was hoping that a similar macro could be made just to choose the choice option at ranch npc :P

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

Re: macro to exchange golden eggs for enhancement potions?

#5 Post by lisa » Sat Jan 21, 2012 12:39 am

so you didn't try something like this?

Code: Select all

/script ChoiceOption(3)
/script ChoiceOption(1)
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

lordmata
Posts: 18
Joined: Wed Feb 09, 2011 9:36 am

Re: macro to exchange golden eggs for enhancement potions?

#6 Post by lordmata » Sat Jan 21, 2012 4:27 pm

thank you for the reply, it made my day :D

finished the code like this, i just click the npc and then spam this macro:

Code: Select all

/cast Attack
/wait 0.1
/script ChoiceOption(3)
/wait 0.1
/script ChoiceOption(2)

User avatar
grande
Posts: 261
Joined: Tue Jun 28, 2011 4:46 pm

Re: macro to exchange golden eggs for enhancement potions?

#7 Post by grande » Sat Jan 21, 2012 10:11 pm

I used to hate clicking on that npc/option chain to get the friggin potions. Good Q&A!! just hope I remember it next time I go to purchase them again hahaha

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 18 guests