Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007881

  • 0 - None Assigned

  • Done

Issue Confirmations

  • Yes (0)No (0)
Photo

@item command

Posted by N e s s on 03 December 2013 - 03:13 PM

how to revert the old @item command? because in my latest rev whenever i use @item, you must type the exact aegisname example when i type @item taogunkas the server is not accepting it but when i type @item TaogunkaS the one in the exact aegis name the server accepting the command. is this a bug or a new patch? :)

It's working as intended (like in Aegis.) Aegis names (and monster sprite names) are case sensitive.

https://github.com/H...f0b8e5dabd13526

The following names will work:

TaogunkaS (case sensitive AegisName)
"Tao Gunka Scroll" (case sensitive display name)
"tao gunka scroll", "Tao gunkA SCROLL", "tAo gUnKa scrolL", etc (case insensitive display name)

changed status to: Working as Intended

even the one you posted is not working in my latest rev sir :( i dont know why :(

changed status to: Confirmed

Haru item names with spaces won't work...:D

:meow:

moved issue from Database

changed status to: Working as Intended

Errr, they do... as long as you put them in quotes, exactly like I posted them...

@item "tao gunka scroll"

Posted Image

omg..stupid of mine..I forgot that...haha

:meow:

changed status to: Done

For all those who are having this problem, after some discussion we decided it'd be better to offer a way for server admins to revert to the old, case insensitive, lookups in case they prefer.

This has been implemented in https://github.com/H...9cb6d5104dcf438 (see commit for more info, there's a config setting to change if you want it to be case insensitive)