From ac9e5aaf0f9cd9b5fed3070ca0f66e7b10b18b51 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 3 Jan 2009 22:22:26 +0000 Subject: Add more maggots and a Giant Maggot in Tulimshar Maggots added to cattle skulls --- npc/001-1_Tulimshar/_mobs.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'npc/001-1_Tulimshar') diff --git a/npc/001-1_Tulimshar/_mobs.txt b/npc/001-1_Tulimshar/_mobs.txt index a24fe7c5..ef4c17be 100644 --- a/npc/001-1_Tulimshar/_mobs.txt +++ b/npc/001-1_Tulimshar/_mobs.txt @@ -10,6 +10,16 @@ 001-1.gat,115,25,8,4 monster Maggot 1002,3,0,0,Mob001-1::On1002 001-1.gat,124,53,15,13 monster Maggot 1002,10,0,0,Mob001-1::On1002 001-1.gat,120,64,15,13 monster Maggot 1002,11,0,0,Mob001-1::On1002 +001-1.gat,63,24,3,2 monster Maggot 1002,2,0,0,Mob001-1::On1002 +001-1.gat,72,64,3,2 monster Maggots 1002,2,0,0,Mob001-1::On1002 +001-1.gat,97,80,3,2 monster Maggot 1002,2,0,0,Mob001-1::On1002 +001-1.gat,134,61,3,2 monster Maggots 1002,2,0,0,Mob001-1::On1002 +001-1.gat,112,47,3,2 monster Maggot 1002,2,0,0,Mob001-1::On1002 +001-1.gat,129,37,3,2 monster Maggot 1002,2,0,0,Mob001-1::On1002 +001-1.gat,89,31,3,2 monster Maggot 1002,2,0,0,Mob001-1::On1002 +001-1.gat,19,78,3,2 monster Maggot 1002,2,0,0,Mob001-1::On1002 +001-1.gat,122,59,17,22 monster Giant Maggot 1006,1,0,0,Mob001-1::On1006 +001-1.gat,130,22,1,1 monster Fire Goblin 1011,1,61000,60000,Mob001-1::On1011 001-1.gat,0,0,0 script Mob001-1 -1,{ @@ -23,5 +33,15 @@ On1003: callfunc "MobPoints"; break; +On1006: + set @mobID, 1006; + callfunc "MobPoints"; + break; + +On1011: + set @mobID, 1011; + callfunc "MobPoints"; + break; + end; } -- cgit v1.2.3-70-g09d2 From 0036a4d7a816e35d7cd5365fac2d68204f07ad45 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 19 Jan 2009 10:42:25 +0000 Subject: Make cotton boots buyable --- npc/001-1_Tulimshar/merchant.txt | 2 +- npc/009-2_Hurnscald/shops.txt | 2 +- npc/010-2_Dimonds_Cove/dimonds.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/001-1_Tulimshar') diff --git a/npc/001-1_Tulimshar/merchant.txt b/npc/001-1_Tulimshar/merchant.txt index cd7ecd02..a664e74a 100644 --- a/npc/001-1_Tulimshar/merchant.txt +++ b/npc/001-1_Tulimshar/merchant.txt @@ -1,3 +1,3 @@ // -001-1.gat,39,52,0 shop Neko 101,501:50,502:60,1201:100,522:300,521:1000,656:250,1202:1000,523:8000,603:-1,724:3000 +001-1.gat,39,52,0 shop Neko 101,501:50,502:60,1201:100,522:300,521:1000,656:250,1202:1000,523:8000,603:-1,724:3000,735:-1 diff --git a/npc/009-2_Hurnscald/shops.txt b/npc/009-2_Hurnscald/shops.txt index ebd9f767..3492e90a 100644 --- a/npc/009-2_Hurnscald/shops.txt +++ b/npc/009-2_Hurnscald/shops.txt @@ -31,4 +31,4 @@ // General Store // Sells various things, many not sold elsewhere -009-2.gat,32,99,0 shop General Store 112,527:-1,541:-1,1202:-1,586:-1,528:-1,656:-1,724:3000 +009-2.gat,32,99,0 shop General Store 112,527:-1,541:-1,1202:-1,586:-1,528:-1,656:-1,724:3000,528:-1 diff --git a/npc/010-2_Dimonds_Cove/dimonds.txt b/npc/010-2_Dimonds_Cove/dimonds.txt index 713b0d69..8f82fc97 100644 --- a/npc/010-2_Dimonds_Cove/dimonds.txt +++ b/npc/010-2_Dimonds_Cove/dimonds.txt @@ -115,7 +115,7 @@ 010-2.gat,85,41,0 shop Blacksmith 146,545:20000,529:5,625:20000,626:50000,603:-1 -010-2.gat,65,41,0 shop General Store 137,586:1000,524:1600,544:10000,632:10000,528:1000 +010-2.gat,65,41,0 shop General Store 137,586:1000,524:1600,544:10000,632:10000,528:1000,735:-1 010-2.gat,75,68,0 script Basil 107,{ set @npcName$, "[Basil the Inn Keeper]"; -- cgit v1.2.3-70-g09d2