summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-25 03:20:24 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-25 03:20:24 -0300
commit585a85ded03b020effdcdc557a8340e955b1bf07 (patch)
treec5f38bb64261072636d267f4efb34fba4406a2b1 /npc
parent3091eae2c7b333460e3fc195f8fc1ce93679026d (diff)
downloadserverdata-585a85ded03b020effdcdc557a8340e955b1bf07.tar.gz
serverdata-585a85ded03b020effdcdc557a8340e955b1bf07.tar.bz2
serverdata-585a85ded03b020effdcdc557a8340e955b1bf07.tar.xz
serverdata-585a85ded03b020effdcdc557a8340e955b1bf07.zip
These four items will be the 'starter kit' from Lua:
10x [Bread] 3x [Smoke Grenade] 1x [Bottle of Tonori Water] 1x [Crazy Rum] Should I also add an equipment piece? Or nah?
Diffstat (limited to 'npc')
-rw-r--r--npc/003-2/lua.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt
index 937477e1b..674c0b93d 100644
--- a/npc/003-2/lua.txt
+++ b/npc/003-2/lua.txt
@@ -420,7 +420,16 @@ function luaCheckTask2 {
function luaAssignTask3 {
+ inventoryplace Bread, 10, BottleOfTonoriWater, 1, SmokeGrenade, 3, CrazyRum, 1;
+
+ // Rewards from previous quest
next;
+ geitem Bread, 10;
+ geitem BottleOfTonoriWater, 1;
+ geitem SmokeGrenade, 3;
+ geitem CrazyRum, 1;
+ Zeny+=500;
+ getexp 200, 20;
return;
} // Minimum level/job to begin