lekkereten Posted November 5, 2012 Posted November 5, 2012 I was looking at the monster command and some lines¹ gave me the idea to merge killmonster and killmonster2 into one function, and use killmonster2 as duplicate of killmonster, just like monstersmall/monsterbig and monster. Patch: killmonster(2)_merge.patch [¹] if (strcmp(command+1, "monstersmall") == 0) strcpy(eventname, "2"); else if (strcmp(command+1, "monsterbig") == 0) strcpy(eventname, "4"); 3
pandaplaygames Posted November 6, 2012 Posted November 6, 2012 but those two have different functions :/ killmonster with drops and killmonster2 without drops
EvilPuncker Posted November 6, 2012 Posted November 6, 2012 but those two have different functions :/ killmonster with drops and killmonster2 without drops seems like you did not took a look at the patch, +1 to this merge!
Michael D. Posted November 9, 2012 Posted November 9, 2012 why is that when i use killmonster my server got DC ?? is that normal ?
Brian Posted November 9, 2012 Posted November 9, 2012 Added by mkbu95 in r16881/rathena/trunk/src/map/atcommand.c
Recommended Posts