Please stop posting these threads and just be patient. To give you more details, it's a TRION side problem that's causing constant glyph updates and if they won't soon fix it, Out should be able to find a solution.
Hey! A new community chat server has been made via Discord, which is way more secure and manageable than Skype, join here via invitation link: Discord :D
Hey, I just thought to release the LaborRunner's source code, since the plugin was patched long time ago, might help someone as a snippet, which I coded like a year ago now. ;)
Hi, if you make an Auction Bid at the buyout price, it will purchase it.
Something like.
int buyoutPrice = item.buyBackPrice;
if (me.goldCount > buyoutPrice)
{
if (item.MakeAuctionBid(buyoutPrice))
{
Log("Bought it!");
}
}
Hey! Thanks for letting me know, that's a nice one. I have though really wanted to achieve that with raw requests, will check that out and possibly implement, thanks :D
Hey, seems like your character name has violated one of their display names TOS. (I suppose) So try appealing, you might have to change the char name then.