Page 1 of 1

work in progress 10-70

Posted: Thu Jan 19, 2012 3:56 am
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 >.<

Re: work in progress 10-70

Posted: Thu Jan 19, 2012 4:26 am
by rock5
I believe the bot auto repairs every time you visit a merchant.

Re: work in progress 10-70

Posted: Thu Jan 19, 2012 4:49 am
by TheRook
but the above code interacts no?

Re: work in progress 10-70

Posted: Thu Jan 19, 2012 5:02 am
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>

Re: work in progress 10-70

Posted: Thu Jan 19, 2012 5:07 am
by rock5

Code: Select all

player:merchant("merchantname")
should open the shop dialog, repair and then buy/sell according to your profile autosell options.

Re: work in progress 10-70

Posted: Thu Jan 19, 2012 4:49 pm
by TheRook
thx for the feedback guys