UtilityScript Posted May 18, 2024 Posted May 18, 2024 Hi, how can I disable from assassin using 2 swords during woe? Quote
0 bWolfie Posted May 18, 2024 Posted May 18, 2024 This one quite a complicated request. Requires you to edit clif_parse_LoadEndAck to auto unequip the left hand when loading map, but not when is a shield. Then edit pc_equipitem to disallow equipping the left hand if not shield. Quote
0 UtilityScript Posted May 18, 2024 Author Posted May 18, 2024 11 minutes ago, bWolfie said: This one quite a complicated request. Requires you to edit clif_parse_LoadEndAck to auto unequip the left hand when loading map, but not when is a shield. Then edit pc_equipitem to disallow equipping the left hand if not shield. Okay so if this is complicated, how about disabling using 2 elemental swords during woe? Is it easier? Quote
0 Chaos92 Posted May 18, 2024 Posted May 18, 2024 1 hour ago, UtilityScript said: Okay so if this is complicated, how about disabling using 2 elemental swords during woe? Is it easier? maybe make a negative combo script ? I think its possible also that way. 1 Quote
0 Pouring Posted May 18, 2024 Posted May 18, 2024 if (isequippedcnt(13414) > 1) { your_negative_effect_here; } ^add any effect if player is wearing more than 1 elemental sword (maybe?) Quote
Question
UtilityScript
Hi, how can I disable from assassin using 2 swords during woe?
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.