eirwanda182 Posted July 24, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 09/21/16 Last Seen: December 31, 2024 Share Posted July 24, 2021 Hello rAthena, im new to the script and need some help to fix this error i'm using this script, i found this script on rAthena and they said would unequip the item whenever they re-equip it again. and i saw this error on map server and keep spaming when player stay on map. i want the script looks like this: - Unequip when player enter the map and unequip when they trying to using the blocked equipment Thank you rAthena. Quote - script cvc -1,{ OnPCLoadMapEvent: while( strcharinfo(3) == "guild_vs1" ){ unequip EQI_GARMENT; unequip EQI_ARMOR; sleep2 2000; } end; } Quote Link to comment Share on other sites More sharing options...
1 Patskie Posted July 24, 2021 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 5 hours ago Share Posted July 24, 2021 (edited) - script cvc -1,{ OnPCLoadMapEvent: while (strcharinfo(3) == "guild_vs1") { if (getequipid(EQI_GARMENT) > 0) unequip EQI_GARMENT; if (getequipid(EQI_ARMOR) > 0) unequip EQI_ARMOR; sleep2 2000; } end; } guild_vs1 mapflag loadevent Edited July 24, 2021 by Patskie 1 Quote Link to comment Share on other sites More sharing options...
Question
eirwanda182
Hello rAthena, im new to the script and need some help to fix this error
i'm using this script, i found this script on rAthena and they said would unequip the item whenever they re-equip it again.
and i saw this error on map server and keep spaming when player stay on map.
i want the script looks like this:
- Unequip when player enter the map and unequip when they trying to using the blocked equipment
Thank you rAthena.
Link to comment
Share on other sites
1 answer 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.