diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/fishing.txt | 2 | ||||
-rw-r--r-- | npc/functions/mobpoint.txt | 2 | ||||
-rw-r--r-- | npc/functions/seasons.txt | 4 | ||||
-rw-r--r-- | npc/functions/weather.txt | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index b571768cb..e84b11cef 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -130,7 +130,7 @@ function script fishing { .@pull_rand_max = (.@pull_rand_max ? .@pull_rand_max : 800); .@fish_id = CommonCarp; // failsafe - + if (getvariableofnpc(.bait_ids[0], .@npc$) < 1) { diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index bb2c1f03e..3577e1bdb 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -40,7 +40,7 @@ OnNPCKillEvent: end; // When you kill a player, some special care is needed -// Only a few maps will give you experience for PK: Tulimshar's Guards Arena, +// Only a few maps will give you experience for PK: Tulimshar's Guards Arena, // Frostia Imperial PVP Arena, Call Of Dusty, Arena Quirino Voraz. OnPCKillEvent: // killedrid diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt index 8ae930001..6acebf203 100644 --- a/npc/functions/seasons.txt +++ b/npc/functions/seasons.txt @@ -299,7 +299,7 @@ OnWinterStart: // Nearly all Winterlands + Woodlands + ducks drop winter items. (Summer is Desert shining, Winter is the opposite) // Winterland Area Mobs // Moggun AlphaMouboo BlueSlime SantaSlime IcedFluffy Yeti WaterFairy AzulSlime Fluffy - // RudolphSlime WhiteSlime AngryBat Wolvern WindFairy + // RudolphSlime WhiteSlime AngryBat Wolvern WindFairy // Woodlands Area Mobs // Tipiu Piousse Silkworm Squirrel Blub CobaltPlant MauvePlant GambogePlant AlizarinPlant @@ -308,7 +308,7 @@ OnWinterStart: // ManaBug TrainingDummy // LoF Area Mobs - // ChocolateSlime Lavern ShadowPlant CyanButterfly + // ChocolateSlime Lavern ShadowPlant CyanButterfly // Items: Snowflake CaramelCandy GingerBreadMan ChocolateBiscuit // Quest Requires All Of The Above diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index ec161fa20..6ccc54502 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -176,7 +176,7 @@ OnMinute45: htidelete(.@hti); // During night, normal monsters respawn 30% faster. (Bifs and Bosses are immune) - // + // // Also, announce to players about day/night cycle changes // The fastest you'll get is 30 minutes for night cycle. // It's 2 messages every 3 hours. (r7.5) |