Feature - Implemented my_path() and api.php path numbers

slyz

Developer
This is purely cosmetic, but it might confuse scripts (example here).

According to AccountRequest.parseAccountOptions(), KoLCharacter.ascensionPath should be one of the following strings:
Code:
 "Oxygenarian"
 "Boozetafarian"
 "Teetotaler"
 "Bees Hate You"
 "Way of the Surprising Fist"
 "Trendy" 
 "None"

But in AccountRequest.parseStatus(), the path is set to whatever is in the "path" field of api.php, with the exception of "4", "6" and "7", which are transformed into "Bees Hate You", "Way of the Surprising Fist" and "Trendy" respectively.

I think AccountRequest.parseStatus() should transform any path number into the correct string, so that the my_path() ASH function always returns one of the strings above.

It looks like
Code:
0 => "None"
1
2
3 => "Oxygenarian"
4 => "Bees Hate You"
5
6 => "Way of the Surprising Fist"
7 => "Trendy"

Could people in Booze and Teet runs post here the result of doing "ash my_path()" in the gCLI?
 

StDoodle

Minion
Booze = 1, according to a clannie under said path. I would be very surprised to see Teet != 2 (I'm guessing the missing 5 is for the path they had planned & started, and scrapped.)
 
Top