diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-28 14:36:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-28 14:36:13 -0300 |
commit | 031e50662362a9c937bc5c2cbae2df0125ccbcd2 (patch) | |
tree | 6f91f4eb7991a3e1120c4a3caea75fbd3fcd1ce6 /npc/003-1 | |
parent | f823f58f362d40325bc47ba28a1f90dd5b388bdf (diff) | |
download | serverdata-031e50662362a9c937bc5c2cbae2df0125ccbcd2.tar.gz serverdata-031e50662362a9c937bc5c2cbae2df0125ccbcd2.tar.bz2 serverdata-031e50662362a9c937bc5c2cbae2df0125ccbcd2.tar.xz serverdata-031e50662362a9c937bc5c2cbae2df0125ccbcd2.zip |
getitem -> makepet
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index d8e7835d2..6ac6611a3 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -129,7 +129,7 @@ L_Finish: setq General_Hunter, 0, 0; Zeny=Zeny+25000; inventoryplace MaggotCocoon, 1; - getitem MaggotCocoon, 1; + makepet(1030); // Uhm, I forgot what would be the correct constant. getexp 15000, 0; mesn; mesq l("Good job, here is 25,000 GP and 15,000 EXP."); |