Christopher Freitas Posted May 22, 2018 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
0 Christopher Freitas Posted May 25, 2018 Author 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
0 Tyrfing Posted May 22, 2018 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
0 Cydh Posted May 22, 2018 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
0 Christopher Freitas Posted May 22, 2018 Author 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
0 Tyrfing Posted May 23, 2018 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
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
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.