I Tried this script somwhere here in rathena which is made by "darristan" OnNPCKillEvent: if (BaseLevel >= 150) getexp - getmonsterinfo(killedrid,3), - getmonsterinfo(killedrid,4); end; and it doesn't work for me or should i say i edited some and i made it like this - script noexp -1,{ OnNpCKillEvent: if (BaseLevel == 99) getexp - getmonsterinfo(killedrid,3), - getmonsterinfo(killedrid,4): end; } what im trying to do is if a player reaches level 99 (255 max) his leveling will stop