Sell to vendor

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
jock52
Posts: 10
Joined: Wed May 16, 2012 2:18 am

Sell to vendor

#1 Post by jock52 » Wed May 16, 2012 2:24 am

So, I have my waypoints setup and there is a vendor nearby, but how do I target and sell my items to the vendor once my bags are full? The vendors name is Kakala Snaketail. Thanks in advance guys.

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

Re: Sell to vendor

#2 Post by rock5 » Wed May 16, 2012 4:25 am

There are A LOT of posts about this subject and a bit of info in the wiki too. Here is a link to instructions I gave once. A bit further down the thread there are also example files created using those instructions.
http://www.solarstrike.net/phpBB3/viewt ... 538#p16538
  • 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

jock52
Posts: 10
Joined: Wed May 16, 2012 2:18 am

Re: Sell to vendor

#3 Post by jock52 » Wed May 16, 2012 5:46 am

Still having problems... My first waypoint file looks like this:


<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-6397" z="47529" y="399"> </waypoint>
<!-- # 2 --><waypoint x="-6201" z="47583" y="396"> </waypoint>
<!-- # 3 --><waypoint x="-6083" z="47663" y="396"> </waypoint>
<!-- # 4 --><waypoint x="-5981" z="47727" y="399"> </waypoint>
<!-- # 5 --><waypoint x="-6166" z="47843" y="396"> </waypoint>
<!-- # 6 --><waypoint x="-6087" z="48060" y="401"> </waypoint>
if 5 > inventory:itemTotalCount(0) then -- if number of empty slots is less then 5
loadPaths("farm1_repair")
end
<!-- # 7 --><waypoint x="-5973" z="48111" y="397"> </waypoint>
<!-- # 8 --><waypoint x="-5841" z="48041" y="399"> </waypoint>
<!-- # 9 --><waypoint x="-5730" z="47881" y="424"> </waypoint>
<!-- # 10 --><waypoint x="-5818" z="47720" y="404"> </waypoint>
<!-- # 11 --><waypoint x="-6031" z="47665" y="396"> </waypoint>
<!-- # 12 --><waypoint x="-6234" z="47612" y="398"> </waypoint>
<!-- # 13 --><waypoint x="-6410" z="47545" y="396"> </waypoint>
</waypoints>


My NPC vendor waypoint file looks like this:

<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="-6068" z="48070" y="398"> </waypoint>
<!-- # 2 --><waypoint x="-6143" z="48086" y="396"> player:merchant("Kakala");
</waypoint>
<!-- # 3 --><waypoint x="-6109" z="48036" y="398"> </waypoint>
<!-- # 4 --><waypoint x="-6157" z="47899" y="396"> </waypoint>
<!-- # 5 --><waypoint x="-6192" z="47732" y="396"> </waypoint>
<!-- # 6 --><waypoint x="-6216" z="47593" y="397"> </waypoint>
<!-- # 7 --><waypoint x="-6304" z="47551" y="396"> </waypoint>
<!-- # 8 --><waypoint x="-6402" z="47535" y="398"> </waypoint>loadPaths("farm1") </waypoint>
</waypoints>

The script runs, but he does not sell anything to the vendor.

jock52
Posts: 10
Joined: Wed May 16, 2012 2:18 am

Re: Sell to vendor

#4 Post by jock52 » Wed May 16, 2012 6:12 am

Ok, got it working. Now if I could just get it to quit looting Gulo Meat...

pman
Posts: 59
Joined: Thu Jul 28, 2011 10:44 am

Re: Sell to vendor

#5 Post by pman » Wed May 16, 2012 7:26 am

use the addon lootomatic to trash it after loot

jock52
Posts: 10
Joined: Wed May 16, 2012 2:18 am

Re: Sell to vendor

#6 Post by jock52 » Wed May 16, 2012 6:46 pm

Thanks, did it and works great. By chance, would anyone be willing to share or help me with my KS bot? I am having a heck of a time with it. I'd be willing to throw some compensation someones way for their time!!

BillDoorNZ
Posts: 446
Joined: Wed Aug 03, 2011 7:37 pm

Re: Sell to vendor

#7 Post by BillDoorNZ » Wed May 16, 2012 9:28 pm

have a look at the various KS scripts around already!!

http://www.solarstrike.net/phpBB3/viewt ... =27&t=2449
http://www.solarstrike.net/phpBB3/viewt ... =27&t=3779

and there is one from Lisa somewhere too!!!

jock52
Posts: 10
Joined: Wed May 16, 2012 2:18 am

Re: Sell to vendor

#8 Post by jock52 » Thu May 17, 2012 2:37 pm

For some reason, the invite function is not working on either of these scripts.

BillDoorNZ
Posts: 446
Joined: Wed Aug 03, 2011 7:37 pm

Re: Sell to vendor

#9 Post by BillDoorNZ » Thu May 17, 2012 5:19 pm

post and example if your code, otherwise it it very difficult to tell you what you are doing wrong :(


in the KS_KillZone_WIP one, you need to set the toonResetter value t othe name of the character you want to invite. e.g. if I have a character named Bob that I use for resetting:

Code: Select all

-- ============== Options ==============
toonResetter = "Bob";				-- name of character used to reset instance
for a character named Fr3ddY, I would use:

Code: Select all

-- ============== Options ==============
toonResetter = "Fr3ddY";				-- name of character used to reset instance
i.e. the spelling and case has to match EXACTLY

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 9 guests