Merge branch 'fixcat' into 'master'
fix Gertrude's cat quest not completing See merge request 2009scape/2009scape!392
This commit is contained in:
@@ -108,4 +108,5 @@
|
|||||||
- Fix adventure bots pooling/stuck in Lumbridge after death - ryannathans
|
- Fix adventure bots pooling/stuck in Lumbridge after death - ryannathans
|
||||||
- Removed server monitor as it was blowing up in headless environments - ryannathans
|
- Removed server monitor as it was blowing up in headless environments - ryannathans
|
||||||
< --- ABOVE Released January 11th, 2022 https://gitlab.com/2009scape/2009scape/-/tags/Jan-11-2022 ---- >
|
< --- ABOVE Released January 11th, 2022 https://gitlab.com/2009scape/2009scape/-/tags/Jan-11-2022 ---- >
|
||||||
- Removed regular bones from wolf drop table-
|
- Removed regular bones from wolf drop table - Lethimyr
|
||||||
|
- Fix Gertrude's Cat quest not completing - ryannathans
|
||||||
@@ -41,6 +41,7 @@ class GCItemOnCat : InteractionListener() {
|
|||||||
|
|
||||||
onUseWith(NPC, Items.THREE_LITTLE_KITTENS_13236, NPCs.GERTRUDES_CAT_2997){player, used, with ->
|
onUseWith(NPC, Items.THREE_LITTLE_KITTENS_13236, NPCs.GERTRUDES_CAT_2997){player, used, with ->
|
||||||
if(removeItem(player, used.asItem())){
|
if(removeItem(player, used.asItem())){
|
||||||
|
setQuestStage(player, GERTCAT, 60)
|
||||||
//below copied verbatim from original, I don't like it.
|
//below copied verbatim from original, I don't like it.
|
||||||
Pulser.submit(object : Pulse(1) {
|
Pulser.submit(object : Pulse(1) {
|
||||||
var count = 0
|
var count = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user