[Help] Modifying an Item

esquilla13

New member
Messages
107
Points
0
Can i modify items through mysql? i tried to modify them in mysql db but nothing happens.

 
after you Modifyed them did you reloaded the itemdb ingame?

just use    @reloaditemdb      ingamge and test it

 
Last edited by a moderator:
no. but i restarted, recompiled the server

i changed the id and when i @item #### it says "cannot get the item" even though the base/job level is maxed

 
you must modify the re/itemdb.txt for item effects/data and system/iteminfo.lua for Item Descriptions etc.

for more information on how to modify kindly visit >> http://herc.ws/wiki/Custom_Items

wish it helps.

 
First of all, from where are you reading your item DB?

Are you using a MySQL item DB or are you simply reading it from db/re or pre-re/item_db.txt? Because if you're reading it from MySQL it's no use to modify your item_db and vice-versa.

For knowing how are you reading your item DB, please refer to conf/inter-server.conf and look for your use_sql_item_db configuration.

 
Back
Top