diff options
Diffstat (limited to 'world/map/npc/008-1/andra.txt')
-rw-r--r-- | world/map/npc/008-1/andra.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/008-1/andra.txt b/world/map/npc/008-1/andra.txt index 3bd79058..68796fd7 100644 --- a/world/map/npc/008-1/andra.txt +++ b/world/map/npc/008-1/andra.txt @@ -68,7 +68,7 @@ L_PreSummon: OnTimer1000: set $@plant_id, rand(1029,1032); - areamonster "008-1",44,18,135,46,"plant",$@plant_id,$@PLANTS_PER_SEED, "Andra::OnPlantDeath"; + areamonster "008-1",44,18,135,46,"",$@plant_id,$@PLANTS_PER_SEED, "Andra::OnPlantDeath"; if (attachrid(getcharid(3,$@farmer$)) == 0) goto L_Spawn1000; message strcharinfo(0), "Andra: I think some plants will grow almost instantly! Just Watch..."; @@ -80,19 +80,19 @@ L_Spawn1000: OnTimer3000: set $@plant_id, rand(1029,1032); - areamonster "008-1",44,18,135,46,"plant",$@plant_id,$@PLANTS_PER_SEED, "Andra::OnPlantDeath"; + areamonster "008-1",44,18,135,46,"",$@plant_id,$@PLANTS_PER_SEED, "Andra::OnPlantDeath"; set $@spawned_plants, $@spawned_plants + $@PLANTS_PER_SEED; end; OnTimer5000: set $@plant_id, rand(1029,1032); - areamonster "008-1",44,18,135,46,"plant",$@plant_id,$@PLANTS_PER_SEED, "Andra::OnPlantDeath"; + areamonster "008-1",44,18,135,46,"",$@plant_id,$@PLANTS_PER_SEED, "Andra::OnPlantDeath"; set $@spawned_plants, $@spawned_plants + $@PLANTS_PER_SEED; end; OnTimer7000: set $@plant_id, rand(1029,1032); - areamonster "008-1",44,18,135,46,"plant",$@plant_id,$@PLANTS_PER_SEED, "Andra::OnPlantDeath"; + areamonster "008-1",44,18,135,46,"",$@plant_id,$@PLANTS_PER_SEED, "Andra::OnPlantDeath"; if (attachrid(getcharid(3,$@farmer$)) == 0) goto L_Spawn7000; message strcharinfo(0), "Andra: Good... Just take a walk and you will be able to see how your seeds turned into some nice looking plants."; |