diff options
Diffstat (limited to 'npc')
-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!")); } |