Sergardo Posted October 4, 2020 Group: Members Topic Count: 64 Topics Per Day: 0.02 Content Count: 148 Reputation: 0 Joined: 03/06/15 Last Seen: June 2, 2023 Share Posted October 4, 2020 is there latest ignoredrop (latest trunk) not working Quote Link to comment Share on other sites More sharing options...
0 Ice Bear Posted February 25, 2021 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 166 Reputation: 27 Joined: 11/20/11 Last Seen: 12 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 Scylla Posted February 26, 2021 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 374 Reputation: 47 Joined: 03/27/13 Last Seen: Monday at 11:23 PM Share 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 Link to comment Share on other sites More sharing options...
0 kalabasa Posted February 26, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted February 26, 2021 if(sd->sc.option & OPTION_IGNOREDROP) return; where should i put this in clif.c? Quote Link to comment Share on other sites More sharing options...
0 Ice Bear Posted March 1, 2021 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 166 Reputation: 27 Joined: 11/20/11 Last Seen: 12 hours ago Share 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 Link to comment Share on other sites More sharing options...
Question
Sergardo
is there latest ignoredrop (latest trunk)
not working
Link to comment
Share on other sites
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.