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

Issue Confirmations

  • Yes (0)No (0)
Photo

@size bugged

Posted by evilpuncker on 18 May 2015 - 07:38 PM

@size 1 = small, working
@size 2 = big, working
@size 3 = normal, broken

@size f342df23d = normal, the command is accepting any parameter and working lol

@size <0-2>
@sizeall <0-2>

Changes your size (0 = Normal, 1 = Small, 2 = Large).
Additionally, @sizeall will change the size of all online players.
Also, according to coding it caps the value entered from 0 to 2 (and entering any strings turns out as 0 integer, unless it starts with number, in which case it caps the value. So, for example, @size 2asgaskd should net you big size, while @size fasd2asldk is same as if you used @size 0)

Edited by Garr, 19 May 2015 - 06:23 AM.


changed status to: Working as Intended