you have to show your full script .....we dont know what you did in your other part of the script....
Usually it would be located at the menu selection part..
select("Item1:Item 2:Item 3");
lol..you are running a server with JUST official file ? ....
you cant !
you need
a client...
http://supportmii.com/ro1/Clients/
updated lub files...
https://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/
translated data folder
https://subversion.assembla.com/svn/ClientSide/Translation_Project/data/
make a GRF using the data folder you have done edit.......
then...add the GRF into the
data.ini
For Example :
[Data]
0=YOURGRF.grf
1=sdata.grf
2=data.grf
i think you are just setup it in a wrong way...
beside..if you are using this script to reach what you attempt with...
then you have to create another NPC for each requirements....
item stored within an account is stored in the inventory / storage table in your SQL....
item_db is the database for all the item that exist in your server...
it is optional if you are not planning to use item_db in SQL .. or dunno how to handle SQL stuff...
you store the data inside the SQL .....all the data for items inside the SQL....
so you wont need to edit / use the item_db inside item_db.txt ....
1 save data and use it within the SQL
1 save data and use it within the text file
data inside the SQL is more easier to edit / view since it is "grouped" nicely...
if you are using SQL Database to handle your server...then execute it ....then everything is saved / run through ur SQL..
and not from the TXT files...
it is optional..if you are not using SQL Database for items...
WHAT !!?? .......dunno what to say.....
anyway...i would suggest you these......
go download a newer and updated client from other source...
then use this to update it.....
http://ratemyserver....wnload_kROLinks
*globalmes "<message>"{,"<NPC name>"};
This command will send a message to the chat window of all currently connected
characters.
If NPC name is specified, the message will be sent as if the sender would be
the NPC with the said name.