Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Lighting Incense burners

Status
Not open for further replies.
Joined
Jan 8, 2015
Messages
1,427
I have been struggling with them Incense burners next to my Gilded Altar.
Could anyone help me out with lighting them before offering bones to the altar?

My current code is located at BitBucket. I can somehow not get my head around
the canLightFirstBurner and actually light the burner.

Help is much appreciated, since the rest of the script is working (just fine / fine enough).
 
Joined
Jan 1, 2015
Messages
272
maybes

Code:
if (Inventory.getQuantity("Clean marentill") >= 1) {
return true;
}

its fining 1 or equal to 1 marentill and retuning true try removing the = and just have > see what happens then

and maybe add an extra boolean isBurner1lit

before going to burner 2
 
Joined
Jan 8, 2015
Messages
1,427
maybes

Code:
if (Inventory.getQuantity("Clean marentill") >= 1) {
return true;
}

its fining 1 or equal to 1 marentill and retuning true try removing the = and just have > see what happens then

and maybe add an extra boolean isBurner1lit

before going to burner 2

Apparently "Marrentill" is spelled with 2 'r's -.-'
 
Last edited:
Status
Not open for further replies.
Top