Pre-re Source edit

Klutz

New member
Messages
87
Points
0
Hi,

I am moving my old eAthena server to Hercules ( i am using 2009 eAthena right now)

I am trying to understand the plugin system but i don't seems to understand how it works.

I was wondering if i will change everything on my source (mostly skills calculation damage and caps)

will it prevent me from updating my server?

I wish i could do it all using plugins but sadly i don't understand the plugin system.

Regards,

Klutz

 
Yes if you change your server code, in future it may create conflicts with existing code. And will be need to fix this conflicts.

Plugins can intercept almost any existing function in server code, and do own work before or/and after this intercepted function. Also plugin may complitly replace any function from server code.

 
But i can't seems to understand the plugin system.

I will need help with few examples (from the ones i read i couldn't understand how it works)

 
For dmg and caps you can simply use our map_zone db

 
Back
Top