diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-10 23:42:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-10 23:42:29 -0300 |
commit | 4082601b326ec4f7259c1d2f9555fc2e08b3c360 (patch) | |
tree | c1770c3f5a7366ecaffad327086513d450517b4d /npc/003-0-1 | |
parent | c4074f1f5bff5a0d778ca08fa96c2f1272210f06 (diff) | |
download | serverdata-4082601b326ec4f7259c1d2f9555fc2e08b3c360.tar.gz serverdata-4082601b326ec4f7259c1d2f9555fc2e08b3c360.tar.bz2 serverdata-4082601b326ec4f7259c1d2f9555fc2e08b3c360.tar.xz serverdata-4082601b326ec4f7259c1d2f9555fc2e08b3c360.zip |
Rebalance Audsbel final quest reward.
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/audsbel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-1/audsbel.txt b/npc/003-0-1/audsbel.txt index 18c40f353..4444f5d62 100644 --- a/npc/003-0-1/audsbel.txt +++ b/npc/003-0-1/audsbel.txt @@ -408,7 +408,7 @@ L_Magic: mesq l("Now lo and behold... The ultimate... TRANSMUTATION!"); // Pray that you don't get disconnected now next; - getexp 20000, 0; + getexp 10000, 500; setq General_Auldsbel, 11; npctalk l("@@... I think something went wrong... RUN!!", strcharinfo(0)); .@mob=monster(.map$, .x, .y, "Failed Experiment", GrassSnake, 1, .name$+"::OnSnakeDeath"); |