diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-06 01:27:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-06 01:27:04 -0300 |
commit | cc482f5f648573ea9d9da2899876262837f04126 (patch) | |
tree | 97a516fa58282ebcc89126e057464eebfbf47e5c /npc/003-2/estard.txt | |
parent | 9b4bddadb6da0ad45a67dbef1de95e029d41f621 (diff) | |
download | serverdata-cc482f5f648573ea9d9da2899876262837f04126.tar.gz serverdata-cc482f5f648573ea9d9da2899876262837f04126.tar.bz2 serverdata-cc482f5f648573ea9d9da2899876262837f04126.tar.xz serverdata-cc482f5f648573ea9d9da2899876262837f04126.zip |
You now get Job Experience when learning party/guild creation
This is an extra incentive so everyone learns party creation and use as needed.
Uhm, 100 job exp isn't much, no need to give it to old players, right?
Diffstat (limited to 'npc/003-2/estard.txt')
-rw-r--r-- | npc/003-2/estard.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-2/estard.txt b/npc/003-2/estard.txt index fbe62dcd2..95ae87597 100644 --- a/npc/003-2/estard.txt +++ b/npc/003-2/estard.txt @@ -36,6 +36,7 @@ Zeny = Zeny - .@party_price; setq General_Guild, 1; skill NV_BASIC, 7, 0; + getexp 0, 100; speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Awesome, come back if you ever want to create a larger group!"); } @@ -61,6 +62,7 @@ inventoryplace Emperium, 1; Zeny = Zeny - .@guild_price; getitem Emperium, 1; + getexp 0, 1000; speech(S_FIRST_BLANK_LINE | S_LAST_NEXT, l("Awesome, here is the certificate! Choose guild name wisely, because there are no refunds, even if you lose it!")); } |