summaryrefslogtreecommitdiff
path: root/npc/config/traps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/config/traps.txt')
-rw-r--r--npc/config/traps.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/config/traps.txt b/npc/config/traps.txt
index 1b43e5c..560abcf 100644
--- a/npc/config/traps.txt
+++ b/npc/config/traps.txt
@@ -65,7 +65,9 @@ function script IronTrap {
// Boom - Hurt and Stun (only works on players and mobs)
.@stun*=1000;
- sc_start SC_STUN, rand2(.@stun,.@stun*3), 0;
+ // Replaced SC_STUN with something else, which is not SC_Start* controlled
+ // But basically, SC_STUN causes lag in M+ because the client is dumb
+ sc_start2 SC_QUAGMIRE, rand2(.@stun,.@stun*3), 20000, 20000;
.@gid=(playerattached() ? playerattached() : mobattached());
// Just to be sure