how to add Items by ID to INV_AUTOSELL_IGNORE

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
caps
Posts: 1
Joined: Sat Oct 30, 2010 7:02 am

how to add Items by ID to INV_AUTOSELL_IGNORE

#1 Post by caps »

hi,
i've got the IDs for all items that's shouldn't be sold but no idea in which form i've to add them to the INV_AUTOSELL_IGNORE value.
I'm using german client, so some item names contain umlauts and/or consits of two words.

Can anyone pls give me an example for item-ID 221583 ?

Code: Select all

<option name="INV_AUTOSELL_IGNORE"	value="221583" />
<option name="INV_AUTOSELL_IGNORE"	value="Sys221583_name" />
<option name="INV_AUTOSELL_IGNORE"	value="TEXT('Sys221583_name')" />
doesn't work
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: how to add Items by ID to INV_AUTOSELL_IGNORE

#2 Post by Administrator »

Code: Select all

<option name="INV_AUTOSELL_IGNORE"   value="test ü" />
Should work, as long as you edit and save the file with Notepad++
Post Reply