rayhanalka Posted January 7, 2016 Posted January 7, 2016 Hello I'm currently using 2015 client and server version of kRO. i need a simple script or how to tutorial to change the script mentioned above. the current script i have @item <item id> <quantity> E.g: @item ahura_mazda 1 nah the underscore "_" between name is very disturbing me. How can i change it without "_" to be @item <item name/id> <quantity> E.g: @item ahura mazda 1 No need to created the script, just tell me how to do it, that will be pleased me and i can learn how to scripting too. Anyways i wanna say thanks. Ps. Sorry for bad english. I'm Indonesian. Quote
0 Scylla Posted January 7, 2016 Posted January 7, 2016 Hello I'm currently using 2015 client and server version of kRO. i need a simple script or how to tutorial to change the script mentioned above. the current script i have @item <item id> <quantity> E.g: @item ahura_mazda 1 nah the underscore "_" between name is very disturbing me. How can i change it without "_" to be @item <item name/id> <quantity> E.g: @item ahura mazda 1 No need to created the script, just tell me how to do it, that will be pleased me and i can learn how to scripting too. Anyways i wanna say thanks. Ps. Sorry for bad english. I'm Indonesian. I don't know if this'll work but try putting " on the item name. Example: @item "Ahura Mazda" 1 1 Quote
0 benching Posted January 7, 2016 Posted January 7, 2016 (edited) item names with underscore ( _ ) as spaces are `aegis names`, try using the `names(non aegis)` or `item ID` instead.and you don't need to add `1` in the end if you only need 1 piece, it will always be 1 if you dont provide the quantity Edited January 7, 2016 by benching 1 Quote
0 Emistry Posted January 7, 2016 Posted January 7, 2016 change the AEGIS/KRO name of your item inside the db/re/item_db.txt Quote
0 rayhanalka Posted January 9, 2016 Author Posted January 9, 2016 Hello I'm currently using 2015 client and server version of kRO. i need a simple script or how to tutorial to change the script mentioned above. the current script i have @item <item id> <quantity> E.g: @item ahura_mazda 1 nah the underscore "_" between name is very disturbing me. How can i change it without "_" to be @item <item name/id> <quantity> E.g: @item ahura mazda 1 No need to created the script, just tell me how to do it, that will be pleased me and i can learn how to scripting too. Anyways i wanna say thanks. Ps. Sorry for bad english. I'm Indonesian. I don't know if this'll work but try putting " on the item name. Example: @item "Ahura Mazda" 1 Thanks but, don't work for me item names with underscore ( _ ) as spaces are `aegis names`, try using the `names(non aegis)` or `item ID` instead. and you don't need to add `1` in the end if you only need 1 piece, it will always be 1 if you dont provide the quantity i see, but as you know my problem come with non aegis name. using id will be more pinfull, need to memorize every id, at last i don't want to burden my gm and support player. change the AEGIS/KRO name of your item inside the db/re/item_db.txt i'll try this one. but my question will this works fine change the aegis name? Quote
Question
rayhanalka
Hello
I'm currently using 2015 client and server version of kRO. i need a simple script or how to tutorial to change the script mentioned above.
the current script i have @item <item id> <quantity>
E.g: @item ahura_mazda 1
nah the underscore "_" between name is very disturbing me. How can i change it without "_" to be @item <item name/id> <quantity>
E.g: @item ahura mazda 1
No need to created the script, just tell me how to do it, that will be pleased me and i can learn how to scripting too.
Anyways i wanna say thanks.
Ps. Sorry for bad english. I'm Indonesian.
4 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.