Quote:
Originally Posted by mevius
Does "Blessed E-Repair" included in the item resources? Please somebody tell me that ID. I can't find it...
|
That depends on the ItemResource you are using.
SQL-query to search for specific items:
Code:
use Arcadia
select sR.value, iR.* from ItemResource as iR join StringResource as sR on iR.name_id = sR.code
where sR.value like '%E-Repair%'
If the output contains blessed e-rep, you found it, if it doesn't, it's most likely not in the db (except for untranslated item names - then you could try to search by icon_name)