diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-05 21:41:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-05 21:41:54 -0300 |
commit | 60c654dd42f6564c98065690c2cd9a22711b0790 (patch) | |
tree | a41949e2a08219677eec47e226c887796b018cec /npc/003-1 | |
parent | 43332d19fa263489d35c891741344c2a2dc81962 (diff) | |
download | serverdata-60c654dd42f6564c98065690c2cd9a22711b0790.tar.gz serverdata-60c654dd42f6564c98065690c2cd9a22711b0790.tar.bz2 serverdata-60c654dd42f6564c98065690c2cd9a22711b0790.tar.xz serverdata-60c654dd42f6564c98065690c2cd9a22711b0790.zip |
Dye Tulimshar NPCs in melanine because, well, we *do* have two suns.
And they weren't emitting enough UV rays.
And NetSysFire was bothered by it.
Related to evol-all#8
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 2 | ||||
-rw-r--r-- | npc/003-1/ched.txt | 2 | ||||
-rw-r--r-- | npc/003-1/gladys.txt | 2 | ||||
-rw-r--r-- | npc/003-1/inac.txt | 2 | ||||
-rw-r--r-- | npc/003-1/inar.txt | 2 | ||||
-rw-r--r-- | npc/003-1/ishi.txt | 2 | ||||
-rw-r--r-- | npc/003-1/jakod.txt | 2 | ||||
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 | ||||
-rw-r--r-- | npc/003-1/mahoud.txt | 2 | ||||
-rw-r--r-- | npc/003-1/malivox.txt | 2 | ||||
-rw-r--r-- | npc/003-1/sarah.txt | 2 | ||||
-rw-r--r-- | npc/003-1/silvia.txt | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 7ee4a85bb..39b882a28 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -2,7 +2,7 @@ // Author: Crazyfefe, Jesusalva // Desc: Originally a Tmw script -003-1,95,97,0 script Aidan NPC_PLAYER,{ +003-1,95,97,0 script Aidan NPC_PLAYER_TONORI,{ function Register { diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt index 0cdefe386..19c5505cd 100644 --- a/npc/003-1/ched.txt +++ b/npc/003-1/ched.txt @@ -6,7 +6,7 @@ // Ched is from a quest. // But as he is now unused, he'll become someone else on summer. -003-1,62,48,0 script Ched NPC_PLAYER,{ +003-1,62,48,0 script Ched NPC_PLAYER_TONORI,{ function ValidSSC { return countitem(CactusCocktail)+countitem(CherryCocktail)+countitem(AppleCocktail); } diff --git a/npc/003-1/gladys.txt b/npc/003-1/gladys.txt index 800e46797..9951b45ae 100644 --- a/npc/003-1/gladys.txt +++ b/npc/003-1/gladys.txt @@ -1,7 +1,7 @@ // Author: // Jesusalva -003-1,63,105,0 script Gladys NPC_FEMALE,{ +003-1,63,105,0 script Gladys NPC_FEMALE_TONORI,{ mesn; mesq l("Hello darling. The Alliance sucks, but don't tell anyone I told you that."); diff --git a/npc/003-1/inac.txt b/npc/003-1/inac.txt index 51a267cdc..45cc335ae 100644 --- a/npc/003-1/inac.txt +++ b/npc/003-1/inac.txt @@ -5,7 +5,7 @@ // Inac Give a sharp knife for 20 Piou Feathers to player over level 12, // before Tycoon give it but only bafter level 18 that was too high ! -003-1,55,82,0 script Inac NPC_PLAYER,{ +003-1,55,82,0 script Inac NPC_PLAYER_TONORI,{ .@Inac = getq(TulimsharQuest_Inac); if (BaseLevel < 12) goto L_TooWeak; diff --git a/npc/003-1/inar.txt b/npc/003-1/inar.txt index f80c8c52d..14a9840e3 100644 --- a/npc/003-1/inar.txt +++ b/npc/003-1/inar.txt @@ -2,7 +2,7 @@ // Author: // Saulc -003-1,109,109,0 script Inar NPC_PLAYER,{ +003-1,109,109,0 script Inar NPC_PLAYER_TONORI,{ mesn; mesq l("Only finest wares!"); diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index 64c6ecee3..5f1dbb99f 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -6,7 +6,7 @@ // Do not add void items to array. // note : the rare item system suck. -003-1,97,97,0 script Ishi NPC_PLAYER,{ +003-1,97,97,0 script Ishi NPC_PLAYER_ARGAES,{ if (MPQUEST == 0) { mesn l("Ishi, the Rewards Master"); diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index 767fc6676..aa7edadfa 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -6,7 +6,7 @@ // Jakod replaces Luca. As there are no focus skills, Jakod teaches player about // magic and is their tutor on the matters of the Mana Stone. -003-1,109,129,0 script Jakod NPC_PLAYER,{ +003-1,109,129,0 script Jakod NPC_PLAYER_TONORI,{ mesn; diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 28fc43f6f..2c6cf313d 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -14,7 +14,7 @@ // 2 - completed // 3 - Reward given -003-1,111,84,0 script Lieutenant Dausen NPC_PLAYER,{ +003-1,111,84,0 script Lieutenant Dausen NPC_PLAYER_TONORI,{ function DausenMobTutorial; .@q = getq(TulimsharQuest_WaterForGuard); diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt index fda13576a..089b32b24 100644 --- a/npc/003-1/mahoud.txt +++ b/npc/003-1/mahoud.txt @@ -7,7 +7,7 @@ // TODO: Chance to lose a bit of GP by getting water with money inside. // I think water should not be so OP, and some minor RNG would be nice here -003-1,46,79,0 script Mahoud NPC_PLAYER,{ +003-1,46,79,0 script Mahoud NPC_PLAYER_TONORI,{ mesn; mes l("I can fill your bottle with water for only @@ gp the bottle.", .COST_PER_BOTTLE); mes l("After all, I am the Well Master!"); diff --git a/npc/003-1/malivox.txt b/npc/003-1/malivox.txt index 7ae0d3679..f35653ada 100644 --- a/npc/003-1/malivox.txt +++ b/npc/003-1/malivox.txt @@ -1,7 +1,7 @@ // Author: // Saulc -003-1,114,106,0 script Malivox NPC_PLAYER,{ +003-1,114,106,0 script Malivox NPC_PLAYER_TONORI,{ speech S_LAST_NEXT, l("I am @@, an alchemist specialized in reset potions.", .name$); diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt index 4cea8e71e..47acfbcdb 100644 --- a/npc/003-1/sarah.txt +++ b/npc/003-1/sarah.txt @@ -7,7 +7,7 @@ // Random NPC without any purpose but to give SerfHat. Uh. // TODO: Could be repeatable quest (eg. 60 GP for a cake every day, so you can have a 10 GP profit selling cakes) -003-1,90,144,0 script Sarah NPC_FEMALE,{ +003-1,90,144,0 script Sarah NPC_FEMALE_TONORI,{ function quest_completed; function quest_open; function quest_started; diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index 8060244e1..39ffa1280 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -3,7 +3,7 @@ // Saulc // Jesusalva -003-1,109,150,0 script Silvia NPC_FEMALE,{ +003-1,109,150,0 script Silvia NPC_FEMALE_ARGAES,{ if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$); if (getq(TulimsharQuest_Swezanne) == 4) goto L_Message; |