Re: Masochistic problems.. (Rates under 1x)
Allright, i know this thread is a couple days old now, but i was thinking. So yes, you could do what @Navi stated or edit the xmls (which i know you allready did) But i was thinking, couldn't you also just change the exp curve? So that the exp required to levelup would be doubled?
I know this isn't really what you wanted to do, but i was just wondering :p
Re: Masochistic problems.. (Rates under 1x)
Correct this would be possible to do.
Re: Masochistic problems.. (Rates under 1x)
Quote:
Originally Posted by
Navi
You shouldn't need to edit exp in the XMLs. In ChannelServer just initialize and parse exprate from world.properties as a double, and then when exp is given out... e.g. when a mob is killed and your server needs to read the exp as an int, do something like (int) Math.ceil(mobexp * exprate).
It"s my savior!