work in progress 10-70

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
TheRook
Posts: 3
Joined: Thu Jan 19, 2012 3:40 am

work in progress 10-70

#1 Post by TheRook »

ok basiclly im stuck on 1 thing u do ur loop, u got limited bag slots(non dia buyers) ur bag is 50%-100% full from botting

if u set up autosell in profile u can sell all junk aka whites sell green+ in AH ive made a few mil this way pre 20 =]

now my question is, how do u repair/sell i got:

Code: Select all

<!-- Autosell to npc(if enabled) -->

	<!-- # 66 --><waypoint x="-2827" z="9301" y="-36">
		player:merchant( NpcNameHere );
                yrest(500);
		</waypoint>
i cant really see if that works as usa servers down =[ but im making a leveling pack from 10-70 as i go, multiple zones, multiple WPs, including farming each zone and it will be released FREE once its done an tested/bug free, i may even release bit by bit so theres no long wait 8-) AND best of all you wont need to be semi twinked but u do need to be scout,druid,mage,priest...simply put RANGED as i will only create for ranged as im ranged, i dont wanna create a melee an re-lvl

**EDIT** plz move to right place >.<
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: work in progress 10-70

#2 Post by rock5 »

I believe the bot auto repairs every time you visit a merchant.
  • 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
TheRook
Posts: 3
Joined: Thu Jan 19, 2012 3:40 am

Re: work in progress 10-70

#3 Post by TheRook »

but the above code interacts no?
M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: work in progress 10-70

#4 Post by M4gm4 »

Code: Select all

	<!-- # 66 --><waypoint x="-2827" z="9301" y="-36">
		player:merchant( NpcNameHere );
                yrest(500);
		</waypoint>


Use this

Code: Select all

	<!-- # 66 --><waypoint x="-2827" z="9301" y="-36">
		player:merchant("NpcNameHere");
		</waypoint>
I use the google translator, so do not be surprised if my english is funny
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: work in progress 10-70

#5 Post by rock5 »

Code: Select all

player:merchant("merchantname")
should open the shop dialog, repair and then buy/sell according to your profile autosell options.
  • 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
TheRook
Posts: 3
Joined: Thu Jan 19, 2012 3:40 am

Re: work in progress 10-70

#6 Post by TheRook »

thx for the feedback guys
Post Reply