Bug - Fixed Unable to parse housing!

Erosion

Member
Attempting to /cast libram skills seems to trigger an error message and abort. Happens through both gcli and in relay chat. Does not happen when casting in gcli without a /

Casting Summon Taffy.
You acquire an item: pulled orange taffy
You acquire an item: pulled blue taffy
You acquire an item: pulled violet taffy
Unable to parse housing!

Occurs in r27389, did not occur in r27347 (haven't checked midpoints)
 
Last edited by a moderator:

Veracity

Developer
Staff member
Code:
/cast summon love song
(KoL requests)
skills.php?whichskill=7221&quantity=1&ajax=1&action=Skillz&ref=1&targetplayer=XXX&pwd
(Redirect)
runskillz.php?whichskill=7221&pwd&quantity=1&ajax=1&targetplayer=XXX
(Redirect)
campground.php?quantity=1&preaction=summonlovesongs&pwd&ajax=1

KoL submits it with ajax=1.
That means the response does not contain an image of the campground.

Should be easy to fix.

Edit:

By the way, we recently added the dwelling check to simply visiting the campground, which made this noticeable, but there were existing bugs which were masked by trying to parse a campground when KoL was not actually showing you one. For example:

Code:
> garden
Your garden has 0 peppermint sprouts in it

> /cast summon love song
Casting Summon Love Song
You acquire an item: love song of sugary cuteness
Unable to parse housing!

> garden
You don't have a garden.
 
Top