diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-07-01 01:44:15 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-07-01 01:44:15 +0000 |
commit | 63797aeffc1407d044115a49a3929bfa29e4574f (patch) | |
tree | fe1d7adbb640dc40c13c972115ddbe9293ed750b | |
parent | 9e699ad9b7c0a233d8aaff1edbd0ce675dc7da89 (diff) | |
download | serverdata-63797aeffc1407d044115a49a3929bfa29e4574f.tar.gz serverdata-63797aeffc1407d044115a49a3929bfa29e4574f.tar.bz2 serverdata-63797aeffc1407d044115a49a3929bfa29e4574f.tar.xz serverdata-63797aeffc1407d044115a49a3929bfa29e4574f.zip |
Bonus exp idk if it work
-rw-r--r-- | npc/009-2/ryan.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 97768926c..568f5d080 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -38,6 +38,7 @@ .@q=getq(HalinarzoQuest_LifeDelight); if (.@q == 11) { getitem ChefHat, 1; + getexp 10000, 10; next; mesn; mesq l("Ah, you really deserve this @@. Good job!", getitemlink(ChefHat)); |