diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-09-11 19:48:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-09-11 19:48:12 -0300 |
commit | ffd3c64b1bcb9ff8f53f9bd7f282e69af39b4266 (patch) | |
tree | d420b61b66a62e427cba628c252b6f74e66cd6f5 | |
parent | 58ad80945139fc713d9b3553fc6840949e979e77 (diff) | |
download | serverdata-ffd3c64b1bcb9ff8f53f9bd7f282e69af39b4266.tar.gz serverdata-ffd3c64b1bcb9ff8f53f9bd7f282e69af39b4266.tar.bz2 serverdata-ffd3c64b1bcb9ff8f53f9bd7f282e69af39b4266.tar.xz serverdata-ffd3c64b1bcb9ff8f53f9bd7f282e69af39b4266.zip |
Nivalis map layout changed
-rw-r--r-- | maps/re/020-1.mcache | bin | 618 -> 685 bytes | |||
-rw-r--r-- | npc/020-1/wateranimation.txt | 3 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 5 |
3 files changed, 8 insertions, 0 deletions
diff --git a/maps/re/020-1.mcache b/maps/re/020-1.mcache Binary files differindex 7d801aeb3..213f0eecd 100644 --- a/maps/re/020-1.mcache +++ b/maps/re/020-1.mcache diff --git a/npc/020-1/wateranimation.txt b/npc/020-1/wateranimation.txt index 9876cf6da..4514f3cef 100644 --- a/npc/020-1/wateranimation.txt +++ b/npc/020-1/wateranimation.txt @@ -21,4 +21,7 @@ OnInit: 020-1,31,52,0 duplicate(#fishing_nivalis0) #fishing_nivalis2 NPC_WATER_SPLASH 020-1,30,63,0 duplicate(#fishing_nivalis0) #fishing_nivalis3 NPC_WATER_SPLASH 020-1,64,127,0 duplicate(#fishing_nivalis0) #fishing_nivalis4 NPC_WATER_SPLASH +020-1,83,66,0 duplicate(#fishing_nivalis0) #fishing_nivalis5 NPC_WATER_SPLASH +020-1,79,66,0 duplicate(#fishing_nivalis0) #fishing_nivalis6 NPC_WATER_SPLASH +020-1,79,68,0 duplicate(#fishing_nivalis0) #fishing_nivalis7 NPC_WATER_SPLASH diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index c7297694e..4626b09ed 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1285,6 +1285,11 @@ function script clientupdater { // dom 08 set 2024 21:00:00 -03 if (UPDATE < 1725840000) { UPDATE=1725840000; + + // You were in Nivalis? Fix coordinates + if (getmap() == "020-1") + slide 71, 94; + // SELECT char_id, account_id, name, last_login FROM `char` WHERE `last_login` > 1722470400 ORDER BY account_id,last_login ASC; setarray .@apology, 150000, 150005, 151276, 150213, 150388, 150993, 150559, 151103, 150628, 150741, 151332, 150835, 150861, 151111, 151330, 151212, 151278, 151323, 151295, 151318, 151326, 151331, 151333, 151334, 151335, 151336; |