Sergardo Posted October 4, 2020 Posted October 4, 2020 is there latest ignoredrop (latest trunk) not working Quote
0 Ice Bear Posted February 25, 2021 Posted February 25, 2021 i did it but you cant use a skill when ignore drop is on. give it up or wait for the author. to update those. Quote
0 Scylla Posted February 26, 2021 Posted February 26, 2021 18 hours ago, Ice Bear said: i did it but you cant use a skill when ignore drop is on. give it up or wait for the author. to update those. In status.hpp OPTION_IGNOREDROP = 0x20000000, Change to: OPTION_IGNOREDROP = 0x40000000, 1 Quote
0 kalabasa Posted February 26, 2021 Posted February 26, 2021 if(sd->sc.option & OPTION_IGNOREDROP) return; where should i put this in clif.c? Quote
0 Ice Bear Posted March 1, 2021 Posted March 1, 2021 On 2/26/2021 at 9:35 AM, Scylla said: In status.hpp OPTION_IGNOREDROP = 0x20000000, Change to: OPTION_IGNOREDROP = 0x40000000, ill give this a try thanks @Scylla Quote
Question
Sergardo
is there latest ignoredrop (latest trunk)
not working
4 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.