diff options
-rw-r--r-- | npc/003-3/malindou.txt | 8 | ||||
-rw-r--r-- | npc/017-1/roger.txt | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 6cccba78c..3d8a62c24 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -610,7 +610,6 @@ OnInit: debugmes "* Iced Water re-id"; debugmes ""; } - */ // Current UPDATE value: Ter Mar 9 18:45:00 BRT 2021 // Easter Upgrade if ($UPDATE < 1615326300) { @@ -620,6 +619,7 @@ OnInit: debugmes "* Easter changes"; debugmes ""; } + */ // Current UPDATE value: Qua Abr 7 13:32:35 BRT 2021 // Skill Update if ($UPDATE < 1617813155) { @@ -657,16 +657,16 @@ OnInit: htput($@CONTRIBUTORS, "rakinorf", 40); htput($@CONTRIBUTORS, "dangerduck", 40); htput($@CONTRIBUTORS, "pookie", 36); + htput($@CONTRIBUTORS, "xanofire", 32); htput($@CONTRIBUTORS, "kolchak", 30); - htput($@CONTRIBUTORS, "xanthem", 20); - htput($@CONTRIBUTORS, "jak1", 20); + htput($@CONTRIBUTORS, "jak1", 30); + htput($@CONTRIBUTORS, "esteria", 20); htput($@CONTRIBUTORS, "dustman", 18); htput($@CONTRIBUTORS, "povo", 10); htput($@CONTRIBUTORS, "minegamerbr", 10); htput($@CONTRIBUTORS, "yuckfou", 10); htput($@CONTRIBUTORS, "kytty", 10); htput($@CONTRIBUTORS, "ledmitz", 10); - htput($@CONTRIBUTORS, "esteria", 8); htput($@CONTRIBUTORS, "liangtai", 4); htput($@CONTRIBUTORS, "demure", 2); htput($@CONTRIBUTORS, "seeds", 2); diff --git a/npc/017-1/roger.txt b/npc/017-1/roger.txt index 2f2a4b473..7514d1112 100644 --- a/npc/017-1/roger.txt +++ b/npc/017-1/roger.txt @@ -82,7 +82,7 @@ L_Success: next; mesn; mesq l("I asked my father and he agreed to trade it to you, so here is the last copy of the Maritime Almanac Scroll."); - inventoryplace FireScroll, 1; + inventoryplace Almanac, 1; delitem MoubooFigurine, 1; getitembound Almanac, 1, 1; setq2 LoFQuest_George, 1; |