Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Lighting Incense burners

Status
Not open for further replies.
Joined
Jan 8, 2015
Messages
1,426
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,426
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