Closed towbes closed 8 months ago
Confirmed the slash command works. Just document that any chars which had a profile already saved with upper case (Earth, Water, Fire, Air) , they need to set the pet to the new values to function correctly. So just issue the /aqo pettype command using the desired value and works as expected!
Using /aqo pettype earth (or any element) gives error:
[AQOBot] Unsupported command line option: PETTYPE earth
Tried using the pettypes listed in
Magician.PetTypes = {Water='waterpet',Earth='earthpet',Air='airpet',Fire='firepet',Monster='monsterpet'}
The ini file sets the value as string:
It looks like the error message is hitting the final else statement in:
Is there supposed to be a string handler in there? Looks like there might just be boolean and number at the moment: