• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

CreatureEvent Help with Level Limit please :)!

Kram23

New Member
Joined
Nov 29, 2011
Messages
9
Reaction score
0
:huh:

Hey guys, can anyone help me with a script that makes the max level for my character 100? If possible make a nice config box :) I saw an idea where Level Cap is 100, and you need to complete a quest to be able to get to 150... that would be nice but for now i just need a level cap...

I already attempted:
-Searching and testing all the other codes in the forum
-Exp Stages
-Config Lua has no "MaxPlayerLevel" or any of that...

And yea, ive tried alot for this =P if someone can help id appreciate it! Give ya some rep too loll !^_^
 
config.lua

useStages = 1

set in stages.xml
default data/xml/stages.xml

level from 100, exp multipiler 0

btw, on my serv max lvl is 99, while u are at 99 u are getting 0 exp from mobs, i think i forogt to set usestages in cfg
 
i tried that already =/ it didnt work loll can you maybe post yours? cause i may have been doing it wrong loll its simple im pretty sure i did it right but just incase loll thanks! :)
 
use exp stages for now..

<?xml version="1.0" encoding="UTF-8"?>
<stages>
<config enabled="0"/>
<stage minlevel="1" maxlevel="99" multiplier="exp rate here"/>
<stage minlevel="100" multiplier="0"/>
</stages>
 
Back
Top