diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-01 14:28:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-01 14:28:59 -0300 |
commit | 257806157807207e8066a72cebc1cd1796905b6f (patch) | |
tree | a8dcd451dfd652562fed9144ef37dba8c3a20129 /npc/020-4 | |
parent | 4e7d435a303b52e78dbbad2954ad06930b12c80b (diff) | |
download | serverdata-257806157807207e8066a72cebc1cd1796905b6f.tar.gz serverdata-257806157807207e8066a72cebc1cd1796905b6f.tar.bz2 serverdata-257806157807207e8066a72cebc1cd1796905b6f.tar.xz serverdata-257806157807207e8066a72cebc1cd1796905b6f.zip |
Tuberculosis
Diffstat (limited to 'npc/020-4')
-rw-r--r-- | npc/020-4/baktar.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/020-4/baktar.txt b/npc/020-4/baktar.txt index 5cd5cad06..e18d47f5e 100644 --- a/npc/020-4/baktar.txt +++ b/npc/020-4/baktar.txt @@ -20,6 +20,7 @@ L_Start: mesn; + if (rand(1,5) == 4) mesc l("*cough cough*"); mesq l("Hello, did you come from Tulimshar? Because you have a nice tan."); next; select @@ -30,6 +31,7 @@ L_Start: switch (@menu) { case 2: mesn; + if (rand(1,5) == 4) mesc l("*cough cough*"); mesq l("Bah! Don't try to fool me! The sun can't burn in Nivalis."); // Don't stop now case 3: @@ -41,6 +43,7 @@ L_Start: setq NivalisQuest_Baktar, 1, 0; mesn; + if (rand(1,5) == 4) mesc l("*cough cough*"); mesq l("All my parents, grandparents, until the world was born, are from Tulimshar."); next; mesn; @@ -54,8 +57,7 @@ L_Start: L_Collector: mesn; - if (rand(1,5) == 4) - mesc l("*cough cough*"); + if (rand(1,5) == 4) mesc l("*cough cough*"); mesq l("Did you brought me an souvenir from Tulimshar?"); mes ""; mes "##B" + l("Drag and drop an item from your inventory.") + "##b"; @@ -70,13 +72,11 @@ L_Collector: .@m = htget($@CONTRIBUTORS, str(.@id), 0); if (!.@m) { mesn; - if (rand(1,5) == 4) - mesc l("*cough cough*"); + if (rand(1,5) == 4) mesc l("*cough cough*"); mesq l("What crap is that?! This is not from Tulimshar!"); next; mesn; - if (rand(1,5) == 4) - mesc l("*cough cough*"); + if (rand(1,5) == 4) mesc l("*cough cough*"); mesq l("I won't accept stuff from Halinarzo!"); mesc l("Baktar can be picky with Tulimshar stuff, too."); close; @@ -84,8 +84,7 @@ L_Collector: // Already given if (.@q2 & .@m) { mesn; - if (rand(1,5) == 4) - mesc l("*cough cough*"); + if (rand(1,5) == 4) mesc l("*cough cough*"); mesq l("I already have that..."); close; } @@ -101,6 +100,7 @@ L_Collector: getexp BaseLevel*.@sp, .@sp; setq2 NivalisQuest_Baktar, .@q2|.@m; mesn; + if (rand(1,5) == 4) mesc l("*cough cough*"); mesq l("Thanks."); } |