im trying to add some new speed meds (to put some quest items to use after i removed quests from my server) but ingame they wont show up
heres whats in my Message-e
and my inititem.dat/.txt
the server doesn't notice anything wrong and starts fine but in-game the items wont show up
so anyone wanna tell me where i messed it up lol?
btw my server is using country 2 so thats not it
heres whats in my Message-e
Code:
(ItemName 3450 "BigHandeds Speed Med")
(ItemName 3451 "Water Dragon's Speed Med")
(ItemName 3452 "Speed Med Of The Doggebi")
(ItemName 3453 "Blood Of The Doggebi")
(itemdesc 3450 "Speedup Medicine Made From The Blood Of A Slain Big Handed")
(itemdesc 3451 "Speedup Medicine Made From The Blood Of A Slain Water Dragon")
(itemdesc 3452 "Speedup Medicine Made From The Blood Of A Slain Doggebi")
(itemdesc 3453 "The Blood Of A Slain Doggebi")
and my inititem.dat/.txt
Code:
(item(name 3450)(Index 2150)(Image "item146")(desc 3450)(class general refresh)(code 4 8 0 0)(country 2)(use 1)(plural 1)(cooltime 2000)(buy 0)(sell 3000)(specialty(buff 12 1800 90)))
(item(name 3451)(Index 2151)(Image "item146")(desc 3451)(class general refresh)(code 4 8 0 0)(country 2)(use 1)(plural 1)(cooltime 2000)(buy 0)(sell 3000)(specialty(buff 12 1800 60)))
(item(name 3452)(Index 2152)(Image "item146")(desc 3452)(class general refresh)(code 4 8 0 0)(country 2)(use 1)(plural 1)(cooltime 2000)(buy 0)(sell 3000)(specialty(buff 12 1800 125)))
(item(name 3453)(Index 2153)(Image "item101")(desc 3453)(class general etc)(code 4 9 0 0)(country 2)(plural 1)(buy 0)(sell 1000))
the server doesn't notice anything wrong and starts fine but in-game the items wont show up
so anyone wanna tell me where i messed it up lol?
btw my server is using country 2 so thats not it