summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2023-11-18 23:46:49 -0400
committerLedmitz <smoothshifter@tuta.io>2023-11-18 23:46:49 -0400
commit7c4642172957d2d80b5cca7512505cb2f3875e07 (patch)
tree14d1ddf334bfc33235ac3b582b2357b861519c54
parent32323c27f87ea7576c82ac89bf3137bc1d24c72d (diff)
downloadserverdata-7c4642172957d2d80b5cca7512505cb2f3875e07.tar.gz
serverdata-7c4642172957d2d80b5cca7512505cb2f3875e07.tar.bz2
serverdata-7c4642172957d2d80b5cca7512505cb2f3875e07.tar.xz
serverdata-7c4642172957d2d80b5cca7512505cb2f3875e07.zip
Asorm lasts longer
m---------client-data0
m---------tools0
-rw-r--r--world/map/npc/magic/level2-barrier.txt2
3 files changed, 1 insertions, 1 deletions
diff --git a/client-data b/client-data
-Subproject 2d4241d0e1e715fb7f6bef15752c2a16fa35ff2
+Subproject 2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7
diff --git a/tools b/tools
-Subproject 22ce3fd72b46c4675d82fa4b35fa24b8f22bd2d
+Subproject 6984735e4ee369544147c3458759d6863763ea0
diff --git a/world/map/npc/magic/level2-barrier.txt b/world/map/npc/magic/level2-barrier.txt
index 2c170ae4..ef150bc4 100644
--- a/world/map/npc/magic/level2-barrier.txt
+++ b/world/map/npc/magic/level2-barrier.txt
@@ -27,7 +27,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;