summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-04 12:40:55 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-04 12:40:55 -0300
commit481e786fbb6f03e23d1d4f0c56509f677881b4ec (patch)
tree680a6b75d3553e209a0e4b60391d2833a5145546 /npc/functions
parent9001ebdb56bfe0e2c5fddf55c48268681654f6b3 (diff)
downloadserverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.gz
serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.bz2
serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.xz
serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.zip
Remove every trailing whitespace
```sed -i 's/[[:space:]]*$//' npc/*/*.txt```
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/fishing.txt2
-rw-r--r--npc/functions/mobpoint.txt2
-rw-r--r--npc/functions/seasons.txt4
-rw-r--r--npc/functions/weather.txt2
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)