eirwanda182 Posted July 24, 2021 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
1 Patskie Posted July 24, 2021 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
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.
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.