diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-06 14:25:39 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-06 14:25:39 -0200 |
commit | 8e4cb3b79400f112de462b4b8ede7c3486e5cab5 (patch) | |
tree | fbc1ebfcfd668d51ad87bae43704bdecf69efe25 /npc/003-0/audsbel.txt | |
parent | fda62322324cd4a767e17a321c02a7a06127de37 (diff) | |
download | serverdata-8e4cb3b79400f112de462b4b8ede7c3486e5cab5.tar.gz serverdata-8e4cb3b79400f112de462b4b8ede7c3486e5cab5.tar.bz2 serverdata-8e4cb3b79400f112de462b4b8ede7c3486e5cab5.tar.xz serverdata-8e4cb3b79400f112de462b4b8ede7c3486e5cab5.zip |
Fill in dummy data, loosely based on total_visu, for playtesting reasons
Diffstat (limited to 'npc/003-0/audsbel.txt')
-rw-r--r-- | npc/003-0/audsbel.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-0/audsbel.txt b/npc/003-0/audsbel.txt index 84793a207..b474fa2c6 100644 --- a/npc/003-0/audsbel.txt +++ b/npc/003-0/audsbel.txt @@ -15,6 +15,8 @@ mesn l("Auldsbel the Wizard"); mesq l("Welcome back, Padric!"); mesq l("Do you believe I've lost my @@? I can't see anything well without that! %%a", getitemlink(Googles)); + if (countitem(Googles)) + mesq l("I'm not interested in yours, by the way."); next; mesn; mesq l("Anyway, I am one of the few Mana Wizard, and I love Transmutation!"); @@ -279,7 +281,7 @@ L_Cheat: L_Lame: setparam(MaxHp, readparam(MaxHp)-50); // I want to see how permanent this is setparam(MaxSp, readparam(MaxSp)-25); // I want to see how permanent this is - setparam(Karma, readparam(Karma)-1); // testing + //setparam(Karma, readparam(Karma)-1); // testing mesn; mesq l("%%3 You sadden me. That was so, so lame. I will need to punish you. Sorry. Superior orders. %%S"); next; |