UtilityScript Posted May 18, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 05/18/24 Last Seen: July 13, 2024 Share Posted May 18, 2024 Hi, how can I disable from assassin using 2 swords during woe? Quote Link to comment Share on other sites More sharing options...
0 bWolfie Posted May 18, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 02/08/24 Last Seen: January 4 Share 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 Link to comment Share on other sites More sharing options...
0 UtilityScript Posted May 18, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 05/18/24 Last Seen: July 13, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
0 Chaos92 Posted May 18, 2024 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1839 Reputation: 289 Joined: 08/03/12 Last Seen: 2 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 UtilityScript Posted May 18, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 05/18/24 Last Seen: July 13, 2024 Author Share Posted May 18, 2024 Not sure how to do it Quote Link to comment Share on other sites More sharing options...
0 Pouring Posted May 18, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 06/13/23 Last Seen: 16 hours ago Share 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 Link to comment Share on other sites More sharing options...
Question
UtilityScript
Hi, how can I disable from assassin using 2 swords during woe?
Link to comment
Share on other sites
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.