Page 2 of 2

Re: Inventory.lua ERROR

Posted: Fri Jan 22, 2010 9:07 pm
by ctps
hpkid2002 wrote:awesome its working like charm now, and plus some experience in ascii code lol
Now i can convert code all my need. thank you for helping, great working.
btw it's still not recognize in profiles.xml, example
<option name="INV_AUTOSELL_IGNORE" value="III,health,mana,\196\144\195\161" />
as "\196\144\195\161" (Đá) is my runes name and bot still sell it. should i use something else for it to work ?
I think in profile, you can put unicode string directly. I tried and it works but I've never tried auto sell function.

@hpkid2002: dcm bot vừa vừa thôi, để người khác bot với chứ --> Let's bot together :D

Re: Inventory.lua ERROR

Posted: Sat Jan 23, 2010 12:14 am
by Administrator
Yes, in your profile, you can use Unicode. Make sure you add this on the first line, though:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>

Re: Inventory.lua ERROR

Posted: Sat Jan 23, 2010 1:37 am
by hpkid2002
oh ya silly me, i forgot most important line. thank you remind me, everything work fine now. great help