Kaiz Posted December 20, 2012 Posted December 20, 2012 how to fix this thing debug debug debug??? i use ghost pvp system and i know i do correct all the step of installation but why im gettin this on map server Quote
Emistry Posted December 20, 2012 Posted December 20, 2012 http://rathena.org/board/topic/60024-error-in-kdr-function/ Quote
Kaiz Posted December 21, 2012 Author Posted December 21, 2012 so this is just fine server wont get broke Quote
AnnieRuru Posted December 22, 2012 Posted December 22, 2012 (edited) I also made pvp ladder script before by common theory, if the kill is 5, death is 1 kill ratio = 5/1 = 5 if the kill is 5, death is 0 kill ratio = 5/0 = error ... I think that line can just change into 1 change callfunc("KDR_Calc", Kill, Death) into callfunc("KDR_Calc", Kill, ( Death )? Death : 1 ) I see there's 2 part of this Edited December 23, 2012 by AnnieRuru Quote
Question
Kaiz
how to fix this thing debug debug debug???
i use ghost pvp system and i know i do correct all the step of installation but why im gettin this on map server
3 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.