summaryrefslogtreecommitdiff
path: root/npc/custom
diff options
context:
space:
mode:
authordastgir <dastgirpojee@rocketmail.com>2014-10-06 12:16:33 -0400
committerdastgir <dastgirpojee@rocketmail.com>2014-10-06 12:16:33 -0400
commitb41a5e90de640f118ade027eadbdb621d5d2d6f4 (patch)
tree388f241bf8d2273a508e638c3fc94aafca8f05a7 /npc/custom
parentcab72a6ef96805c5e9002b90317d161e0566807f (diff)
downloadhercules-b41a5e90de640f118ade027eadbdb621d5d2d6f4.tar.gz
hercules-b41a5e90de640f118ade027eadbdb621d5d2d6f4.tar.bz2
hercules-b41a5e90de640f118ade027eadbdb621d5d2d6f4.tar.xz
hercules-b41a5e90de640f118ade027eadbdb621d5d2d6f4.zip
Fix Bug 8133
* Disguise Event was having Renewal and Pre-Renewal Monster Constant in an array without any checks
Diffstat (limited to 'npc/custom')
-rw-r--r--npc/custom/events/disguise.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/custom/events/disguise.txt b/npc/custom/events/disguise.txt
index 5e03f5802..b3215ccb7 100644
--- a/npc/custom/events/disguise.txt
+++ b/npc/custom/events/disguise.txt
@@ -132,7 +132,10 @@ OnInit:
DARK_SNAKE_LORD, INCANTATION_SAMURAI, PORING_V, AMON_RA, TAO_GUNKA, RSX_0806, BACSOJIN_, B_SEYREN, B_EREMES, B_HARWORD,
B_MAGALETA, B_SHECIL, B_KATRINN, B_YGNIZEM, APOCALIPS_H, LADY_TANEE, THANATOS, DETALE, KIEL_, RANDGRIS,
GLOOMUNDERNIGHT, KTULLANUX, ATROCE, G_MAGALETA_, IFRIT, FALLINGBISHOP, BEELZEBUB_, GOPINICH, MOROCC_, KUBLIN,
- S_NYDHOG, BOITATA, QUEEN_SCARABA, LOST_DRAGON, LEAK, I_QUEEN_SCARABA;
+ S_NYDHOG, BOITATA;
+ if(checkre(0)){
+ setarray .MVP[getarraysize(.MVP)], QUEEN_SCARABA, LOST_DRAGON, LEAK, I_QUEEN_SCARABA;
+ }
set .Blacklist$, "1003,1006,1017,1021,1022,1027,1043,1075,1136,1137,1168," +
"1171,1172,1173,1181,1187,1210,1217,1218,1222,1223,1224,1225,1226,1227,1228," +
"1233,1284,1407,1411,1414,1495,1501,1900,1996,2000,2001,2002,2003,2004," +