pachupappy Posted April 21, 2016 Posted April 21, 2016 (edited) I've done this before, which is your item will be stripped in specific mapflags.so I've found this thread by ganja : https://rathena.org/board/topic/80937-item-noequip-not-working-on-equipments-only-usable-item-help/but no solution was given and found out that items are disabled not unequip in newer versions. I've downloaded mine mid-march 2016.anyone who has idea how to fix this?I want their equipments to unequip in GvG, not disable.example//GvG1201,4 //knifeTIA Guys. I need an urgent help. [EDIT] managed to solve it.src/map/battle.c { "allow_equip_restricted_item", &battle_config.allow_equip_restricted_item, 1, 0, 1, }, change to { "allow_equip_restricted_item", &battle_config.allow_equip_restricted_item, 0, 0, 0, }, Edited April 21, 2016 by pachupappy Quote
Question
pachupappy
I've done this before, which is your item will be stripped in specific mapflags.
so I've found this thread by ganja : https://rathena.org/board/topic/80937-item-noequip-not-working-on-equipments-only-usable-item-help/
but no solution was given and found out that items are disabled not unequip in newer versions. I've downloaded mine mid-march 2016.
anyone who has idea how to fix this?
I want their equipments to unequip in GvG, not disable.
example
//GvG
1201,4 //knife
TIA Guys. I need an urgent help.
[EDIT]
managed to solve it.
src/map/battle.c
change to
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.