summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-27 16:56:58 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-27 16:56:58 +0000
commitdc54370cac6cde76673175b476e28efc1f42cedc (patch)
tree6b4a19e37882e354d47b2830a1f3156c91328f30
parentf1da0c236cb29439d85879d378215c2971e5d992 (diff)
parent7c4642172957d2d80b5cca7512505cb2f3875e07 (diff)
downloadserverdata-dc54370cac6cde76673175b476e28efc1f42cedc.tar.gz
serverdata-dc54370cac6cde76673175b476e28efc1f42cedc.tar.bz2
serverdata-dc54370cac6cde76673175b476e28efc1f42cedc.tar.xz
serverdata-dc54370cac6cde76673175b476e28efc1f42cedc.zip
Merge branch 'asorm_buff' into 'master'
Asorm lasts longer See merge request legacy/serverdata!692
-rw-r--r--world/map/npc/magic/level2-barrier.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/level2-barrier.txt b/world/map/npc/magic/level2-barrier.txt
index b9e90209..77eb5ae5 100644
--- a/world/map/npc/magic/level2-barrier.txt
+++ b/world/map/npc/magic/level2-barrier.txt
@@ -29,7 +29,7 @@ L_Pay:
misceffect FX_MAGIC_BARRIER_CAST, strcharinfo(0);
callfunc "magic_exp";
if (BL_ID != @target_id) misceffect FX_MAGIC_BARRIER_HIT, @args$;
- set .@asorm_time, (@spellpower*200)+2000;
+ set .@asorm_time, (@spellpower*777)+2023;
sc_start SC_MBARRIER, .@asorm_time, max(30,(@spellpower/8))+20, @target_id;
message @args$, "Barrier : You are surrounded by a magical barrier.";
set @asorm_future, gettimetick(0) + .@asorm_time - 100, @target_id;