rayhanalka Posted January 7, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 19 Reputation: 3 Joined: 12/30/15 Last Seen: April 17 Share 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 Link to comment Share on other sites More sharing options...
0 Scylla Posted January 7, 2016 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: Monday at 11:23 PM Share 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 Link to comment Share on other sites More sharing options...
0 benching Posted January 7, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted January 7, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 7, 2016 change the AEGIS/KRO name of your item inside the db/re/item_db.txt Quote Link to comment Share on other sites More sharing options...
0 rayhanalka Posted January 9, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 19 Reputation: 3 Joined: 12/30/15 Last Seen: April 17 Author Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.