Jump to content
  • 0
Sign in to follow this  
glemor123

Case Sensitive Issue

Question

4 answers to this question

Recommended Posts

  • 0

Hi, is it on Sprite name or aegis name? is this related to 

// 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: no

if yes you can find this setting on conf/battle/misc.conf

 

if not, then you need to rollback you revision to later rev.

Share this post


Link to post
Share on other sites
  • 0

Hi, is it on Sprite name or aegis name? is this related to 

// 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: no

if yes you can find this setting on conf/battle/misc.conf

 

if not, then you need to rollback you revision to later rev.

fixed

 

but not just by  Sprite name or aegis name

also scripts that is being impelemented

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.