junjun7981 Posted January 7, 2014 Posted January 7, 2014 (edited) Hi guys! can you help me to setup my test server(actually i finish compiling and editing MySql) my problem is on adding custom and i dont know how to diff clients i allways fail. so here's my problem on adding custom item i follow this step http://rathena.org/wiki/Custom_Items and it didnt work item_db2.txt 26000,White_Sakkat_Bamboo,White Sakkat Bamboo,4,0,0,0,,0,,4,0xFFFFFFFF,7,2,256,,0,1,2000,{},{},{} idnum2itemdesctable 26000# White_Sakkat_Bamboo # idnum2itemdisplaynametable 26000#White_Sakkat_Bamboo# idnum2itemresnametable 26000#White_Sakkat_Bamboo# accessoryid.lua ACCESSORY_White_Sakkat_Bamboo = 2000 accname.lua [ACCESSORY_IDs.ACCESSORY_White_Sakkat_Bamoo] = "White_Sakkat_Bamboo" and when i try to equip it, it gives me an gravity error. tell me if i have miss something ps: just help me if you are willing to help thanks Edited January 7, 2014 by junjun7981 Quote
sabuross Posted January 7, 2014 Posted January 7, 2014 accessoryid.lua ACCESSORY_WHITE_SAKKAT_BAMBOO = 2000 accname.lua [ACCESSORY_IDs.ACCESSORY_WHITE_SAKKAT_BAMBOO] = "_White_Sakkat_Bamboo" ^You misspelled Bamboo, you wrote Bamoo which would give you the error, also you need to put an _ infront of the item name for accname. Also full capitalize for both accname and accessoryid Quote
Question
junjun7981
Hi guys! can you help me to setup my test server(actually i finish compiling and editing MySql) my problem is on adding custom and i dont know how to diff clients i allways fail.
so here's my problem on adding custom item i follow this step
http://rathena.org/wiki/Custom_Items and it didnt work
item_db2.txt
26000,White_Sakkat_Bamboo,White Sakkat Bamboo,4,0,0,0,,0,,4,0xFFFFFFFF,7,2,256,,0,1,2000,{},{},{}
idnum2itemdesctable
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.