diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 18:17:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 18:17:21 -0300 |
commit | 9442ea43eb0e269a782c5c855a0b719c399f7993 (patch) | |
tree | e27fab06def54b7180baa8aeb0353793909f3ff9 /npc | |
parent | a03f6655714104e8a41fc5fd447a102e950961a6 (diff) | |
download | serverdata-9442ea43eb0e269a782c5c855a0b719c399f7993.tar.gz serverdata-9442ea43eb0e269a782c5c855a0b719c399f7993.tar.bz2 serverdata-9442ea43eb0e269a782c5c855a0b719c399f7993.tar.xz serverdata-9442ea43eb0e269a782c5c855a0b719c399f7993.zip |
Polish Eistein after testing :sweat_smile:
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-2/eistein.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-2/eistein.txt b/npc/003-2/eistein.txt index 40a1d5784..ce9f6587b 100644 --- a/npc/003-2/eistein.txt +++ b/npc/003-2/eistein.txt @@ -10,10 +10,10 @@ // Level, Reward function is_level { if (BaseLevel >= getarg(0)) { - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("Congrats you passed the level cap of @@! Here is a(n) @@, you deserve it.",getarg(0), getitemlink(getarg(1))); getitem getarg(1),1; setq TulimsharQuest_Eistein, getq(TulimsharQuest_Eistein)+1; + speech S_FIRST_BLANK_LINE | S_LAST_NEXT, + l("Congrats you passed the level cap of @@! Here is a(n) @@, you deserve it.",getarg(0), getitemlink(getarg(1))); } else { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("You are level @@/@@. Keep building levels, you need them!", BaseLevel, getarg(0)); @@ -43,7 +43,7 @@ } } - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, + speech S_LAST_NEXT, l("Ah, welcome. Please, don't be afraid of my look, Saulc GM assigned me to here."), l("I'm Eistein, survivor from Ukarania. I reward brave adventurers who kill monsters, which plague our lands."), l("I'll give you a reward, in the name of Saulc, once you reach the following levels: 25, 50, 75, 100, 125 and 150."); |