Jump to content

  •  

chriser

Member Since 22 Sep 2016
Offline Last Active Apr 27 2017 09:28 PM
-----

Posts I've Made

In Topic: Migrating from rAthena

23 April 2017 - 10:02 AM

ok, as expected, thanks :D

 

let's see if I can manage to convert my sql database to the conf format. shouldn't be that hard, libconfig format seems pretty nice.


In Topic: Migrating from rAthena

21 April 2017 - 06:37 AM

thanks for your answers!

by function overloading I dont mean the hooks, I mean using this:

pc->additional_bonus = &my_own_bonus_func

With hooks it is pretty clear that all plugins get called, but using this method it seems that only one plugin gets his function called.