pachupappy Posted April 21, 2016 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 145 Reputation: 14 Joined: 04/28/12 Last Seen: June 25, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted April 21, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted April 21, 2016 conf/battle/items.conf#L86-L90 Quote Link to comment Share on other sites More sharing options...
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
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.