Jump to content
  • 0

Modiefed the script of @item


rayhanalka

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   3
  • Joined:  12/30/15
  • Last Seen:  

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.

post-36505-0-16299400-1452153371_thumb.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

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

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

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 by benching
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

change the AEGIS/KRO name of your item inside the db/re/item_db.txt

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   3
  • Joined:  12/30/15
  • Last Seen:  

 

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  /no1

 

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...