Christopher Freitas Posted May 22, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 48 Reputation: 2 Joined: 02/03/12 Last Seen: January 31, 2024 Share Posted May 22, 2018 I'm having problems with damage to plants and mushrooms, server is set to pre-renewal, both are taking full damage, not just "1". already checked on the db mob line, I already looked at the settings in src / config / renewal.conf Anyone would know how to help me ?? appreciate Quote Link to comment Share on other sites More sharing options...
0 Christopher Freitas Posted May 25, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 48 Reputation: 2 Joined: 02/03/12 Last Seen: January 31, 2024 Author Share Posted May 25, 2018 On 5/22/2018 at 11:20 PM, Tyrfing said: I don't know what might be the cause of your issues, but I would strongly advise that you discover the version of the emulator you are using on your server. Then, you can simply get the same version from the rAthena repository and diff the .conf and source files to check what settings have been changed, because the infinite defense (that's the name of the feature that causes plants and mushrooms to take 1 as damage) is obviously working on the fresh emulator. It's not a difficult thing to solve. yeah, i did it. I managed to clean it. was something in the src. was soon after putting the gepard files. I removed, I returned the original files ... I took the gepard files and add manually ... came back to work ... Anyway thanks for the help! can close the topic Quote Link to comment Share on other sites More sharing options...
0 Tyrfing Posted May 22, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 86 Reputation: 21 Joined: 10/02/13 Last Seen: October 23, 2024 Share Posted May 22, 2018 Greetings Christopher, I have just downloaded a brand new copy of the emulator and compiled it; the only setting I changed was in src/config/renewal.h to enable pre-RE instead of renewal. The plants and mushrooms are taking 1 as hit. Please provide information on what GIT version of the emulator you are compiling. Quote Link to comment Share on other sites More sharing options...
0 Cydh Posted May 22, 2018 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted May 22, 2018 Refers to doc/mob_db_mode_list.txt Since MD_PLANT is depreciated and replaced with this hex mode below. make sure your plants have these values MD_IGNOREMELEE | 0x0010000 | 65536 MD_IGNOREMAGIC | 0x0020000 | 131072 MD_IGNORERANGED | 0x0040000 | 262144 MD_IGNOREMISC | 0x0100000 | 1048576 ---------------------------------------------- OR 0x0170000 Quote Link to comment Share on other sites More sharing options...
0 Christopher Freitas Posted May 22, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 48 Reputation: 2 Joined: 02/03/12 Last Seen: January 31, 2024 Author Share Posted May 22, 2018 6 hours ago, Tyrfing said: Greetings Christopher, I have just downloaded a brand new copy of the emulator and compiled it; the only setting I changed was in src/config/renewal.h to enable pre-RE instead of renewal. The plants and mushrooms are taking 1 as hit. Please provide information on what GIT version of the emulator you are compiling. yeah . i tested this. But the server os already online =\ i tested offline and the same thing. 59 minutes ago, Cydh said: Refers to doc/mob_db_mode_list.txt Since MD_PLANT is depreciated and replaced with this hex mode below. make sure your plants have these values MD_IGNOREMELEE | 0x0010000 | 65536 MD_IGNOREMAGIC | 0x0020000 | 131072 MD_IGNORERANGED | 0x0040000 | 262144 MD_IGNOREMISC | 0x0100000 | 1048576 ---------------------------------------------- OR 0x0170000 I testes with 0x0170000 0x40 0x0400000 And nothing Quote Link to comment Share on other sites More sharing options...
0 Tyrfing Posted May 23, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 86 Reputation: 21 Joined: 10/02/13 Last Seen: October 23, 2024 Share Posted May 23, 2018 (edited) I don't know what might be the cause of your issues, but I would strongly advise that you discover the version of the emulator you are using on your server. Then, you can simply get the same version from the rAthena repository and diff the .conf and source files to check what settings have been changed, because the infinite defense (that's the name of the feature that causes plants and mushrooms to take 1 as damage) is obviously working on the fresh emulator. It's not a difficult thing to solve. Edited May 23, 2018 by Tyrfing Quote Link to comment Share on other sites More sharing options...
Question
Christopher Freitas
I'm having problems with damage to plants and mushrooms, server is set to pre-renewal, both are taking full damage, not just "1". already checked on the db mob line, I already looked at the settings in src / config / renewal.conf
Link to comment
Share on other sites
5 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.