Jump to content
  • 0

Error damage plants and mushroons


Christopher Freitas

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   2
  • Joined:  02/03/12
  • Last Seen:  

 

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
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   2
  • Joined:  02/03/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  86
  • Reputation:   21
  • Joined:  10/02/13
  • Last Seen:  

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. 

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   2
  • Joined:  02/03/12
  • Last Seen:  

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 

 

?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  86
  • Reputation:   21
  • Joined:  10/02/13
  • Last Seen:  

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 by Tyrfing
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...