You might want to provide a little more information or even a snippet of the code you're using for this.
It would allow for a lot more understanding.
A basic example of the function:
// With a string
MoveItemFromWh("Gilda Star");
// With item id
uint _itemid = 23633; // Gilda Star...
If you know how to edit xml files, then open up your settings.xml in your archebuddy folder & remove the second root element. (Make sure there is only one section for <config></config>)
This is what a duplicated root element will look like
<config>
bits of info
</config>
<config>
more...
DoodadObject dood;
if (dood.uniqOwnerId == 0 && dood.plantZoneId == 0)
{
// Do things do a doodadobject that is NOT on a farm.
}
DoodadObject dood;
if (dood.uniqOwnerId != 0 && dood.plantZoneId != 0)
{
// Do things do a doodadobject that IS on a farm.
}
Well if that's the case, i suggest you use an advanced trade run plugin such as LPT if you continue.
I've been using it for a while now and it's a really good setup.
True that.
Best method of transferring gold is through the AH - launder your money in return of items. You will lose a small cut, though you're still in profit.
Though i also do trade & mail for small amounts (under 5,000g).
Transferring items, best method is by far the use of storage chests.
Rule "Connecting to third-party Websites" stated at : http://wiki.thebuddyforum.com/index.php?title=BosslandGmbH:Getting_Products_Accepted_to_the_Buddy_Store
The plugin i'm developing at the moment saves locations for specific doodadobjects in an XML file which is loaded upon start, and...
When trying to use the skill, are you within it's range?
Try ComeTo(obj, 2); or MoveTo(obj); before trying to use the skill.
Have you tried using UseSkill("Mounting"); ?
Just out of curiosity, what was your custom code doing?
Grinding, a profession, farming, auctioning?
Also, did you have the reported player "suspected/prime" debuff?
It'd be nice to know just for safe-keeping if you don't mind.