Stein 0 Posted August 30, 2015 Some commands with underscore are not working anymore. For example: @item knife_ for a [4] slotted knife doesn't work @monster dark_lord doesn't work @warp prt_fild08 does work I tried different language types without result. Any chance to fix this? Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted August 30, 2015 // Whether AegisName and SpriteName lookups are case sensitive// Default: yes (as in official servers)// When this is set to yes, item and monster lookups through atcommands and// script commands will match AegisNames and SpriteNames only when the case// matches. Display name lookups are not affected by this setting.// Example: Given the two items:// - { Id: 553, AegisName: "Bun", Name: "Bao" }// - { Id: 6115, AegisName: "Bun_", Name: "Bun" }// query when 'yes' when 'no'// @item bun # 6115 # 553// @item Bun # 553 # 553// @item Bao # 553 # 553// @item Bun_ # 6115 # 6115case_sensitive_aegisnames: yes 1 Stein reacted to this Quote Share this post Link to post Share on other sites
0 Emistry 145 Posted August 30, 2015 I believe it's case sensitive 1 Stein reacted to this Quote Share this post Link to post Share on other sites
Some commands with underscore are not working anymore.
For example:
@item knife_ for a [4] slotted knife doesn't work
@monster dark_lord doesn't work
@warp prt_fild08 does work
I tried different language types without result. Any chance to fix this?
Share this post
Link to post
Share on other sites