diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-01-30 09:07:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-01-30 09:07:21 -0300 |
commit | e6844afe32b823dfcd869f1aa012d8ff538fc343 (patch) | |
tree | eec3388f2a929e33e8ebe27d48802b740555a633 | |
parent | abdcea5811e0650dda4617769b1b49fcdcafba32 (diff) | |
download | serverdata-e6844afe32b823dfcd869f1aa012d8ff538fc343.tar.gz serverdata-e6844afe32b823dfcd869f1aa012d8ff538fc343.tar.bz2 serverdata-e6844afe32b823dfcd869f1aa012d8ff538fc343.tar.xz serverdata-e6844afe32b823dfcd869f1aa012d8ff538fc343.zip |
Update Contributors Points and some minor improvements.
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 8 | ||||
-rw-r--r-- | npc/005-1/ayasha.txt | 2 | ||||
-rw-r--r-- | npc/005-3/barrel.txt | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/db/constants.conf b/db/constants.conf index 540c7b40b..ec4061a0e 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -2369,7 +2369,7 @@ constants_db: { MERCQ_LETTER: 1 MERCQ_GOODS: 2 MERCQ_SCOUT: 3 - MERCQ_NONE: 99 + MERCQ_NONE: 9 comment__: "Mirror Lake Server Identifiers" WORLD_ID: 2 diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index a787134e3..c7b8ceea0 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -1068,7 +1068,7 @@ OnInit: htput($@CONTRIBUTORS, "jesusalva", 275); htput($@CONTRIBUTORS, "saulc", 250); htput($@CONTRIBUTORS, "lawncable", 180); - htput($@CONTRIBUTORS, "thinksome", 100); + htput($@CONTRIBUTORS, "thinksome", 120); htput($@CONTRIBUTORS, "crazyfefe", 70); htput($@CONTRIBUTORS, "mishana", 70); htput($@CONTRIBUTORS, "esteria", 70); @@ -1077,21 +1077,21 @@ OnInit: htput($@CONTRIBUTORS, "rakinorf", 40); htput($@CONTRIBUTORS, "dangerduck", 40); htput($@CONTRIBUTORS, "pookie", 36); + htput($@CONTRIBUTORS, "testuser", 35); htput($@CONTRIBUTORS, "xanofire", 32); htput($@CONTRIBUTORS, "kolchak", 30); htput($@CONTRIBUTORS, "jak1", 30); htput($@CONTRIBUTORS, "meway", 25); - htput($@CONTRIBUTORS, "testuser", 25); htput($@CONTRIBUTORS, "horak", 20); htput($@CONTRIBUTORS, "dustman", 18); - htput($@CONTRIBUTORS, "ledmitz", 11); + htput($@CONTRIBUTORS, "seeds", 15); + htput($@CONTRIBUTORS, "ledmitz", 12); htput($@CONTRIBUTORS, "povo", 10); htput($@CONTRIBUTORS, "minegamerbr", 10); htput($@CONTRIBUTORS, "yuckfou", 10); htput($@CONTRIBUTORS, "kytty", 10); htput($@CONTRIBUTORS, "liangtai", 4); htput($@CONTRIBUTORS, "demure", 2); - htput($@CONTRIBUTORS, "seeds", 2); htput($@CONTRIBUTORS, "lilanna", 1); htput($@CONTRIBUTORS, "wilhelm tell", 1); diff --git a/npc/005-1/ayasha.txt b/npc/005-1/ayasha.txt index 4a0997337..af1b0c750 100644 --- a/npc/005-1/ayasha.txt +++ b/npc/005-1/ayasha.txt @@ -270,7 +270,7 @@ function script CheckEnfant { @kids_count = 0; @count_tmp = 0; if ($@GM_OVERRIDE) - npctalk3 l("Hello, I am K-@@, of the @@ order.", @kids, $@KidsBits[@kids]); + npctalk3 sprintf("Hello, I am K-@@, of the @@ order.", @kids, $@KidsBits[@kids]); if (getq2(CandorQuest_HAS) & $@KidsBits[@kids]) goto L_Already; setq2 CandorQuest_HAS, getq2(CandorQuest_HAS) | $@KidsBits[@kids]; diff --git a/npc/005-3/barrel.txt b/npc/005-3/barrel.txt index b1fec5c76..574a92cdf 100644 --- a/npc/005-3/barrel.txt +++ b/npc/005-3/barrel.txt @@ -17,7 +17,7 @@ function script CheckBarrel { @barrel_count = 0; .@count_tmp = 0; if ($@GM_OVERRIDE) - npctalk3 l("Hello, I am B-@@, of the @@ order.", @barrel, $@BarrelBits[@barrel]); + npctalk3 sprintf("Hello, I am B-@@, of the @@ order.", @barrel, $@BarrelBits[@barrel]); if (getq2(CandorQuest_Barrel) & $@BarrelBits[@barrel]) goto L_Empty; setq2 CandorQuest_Barrel, getq2(CandorQuest_Barrel) | $@BarrelBits[@barrel]; |