aha ok thx, whats with the random crashes?
no idea, still testins, works fine for me=\
aha ok thx, whats with the random crashes?
Lol I need some help. If I kill a monster, I dont get exp. Anyone know how this comes
Listo
-- staminaRatingLimit* is in minutes.
rateStaminaLoss = 1
rateStaminaGain = 1000 / 3
rateStaminaThresholdGain = 4
staminaRatingLimitTop = 41 * 60
staminaRatingLimitBottom = 14 * 60
rateStaminaAboveNormal = 1.0
rateStaminaUnderNormal = 1.0
staminaThresholdOnlyPremium = "yes"
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0">
<stage minlevel="1" maxlevel="20" multiplier="2500"/>
<stage minlevel="21" maxlevel="40" multiplier="2000"/>
<stage minlevel="41" maxlevel="60" multiplier="1500"/>
<stage minlevel="61" maxlevel="80" multiplier="1000"/>
<stage minlevel="81" maxlevel="100 multiplier="500"/>
<stage minlevel="101" maxlevel="120" multiplier="300"/>
<stage minlevel="121" maxlevel="150" multiplier="200"/>
<stage minlevel="151" maxlevel="175" multiplier="150"/>
<stage minlevel="176" maxlevel="200" multiplier="100"/>
<stage minlevel="201" multiplier="70"/>
</world>
</stages>
I dont exp now either.
I thought it was fixed in 0.3.2?
yup my account is premium but it doesnt work yet..staminaThresholdOnlyPremium = "yes"
Is your account a PREMIUM ACCOUNT?
If not try to kill something and take the exp, e.g. kill a rat and you'll see you receive x experience. And now open your calculator and take the x experience * 1.5
Now activate free premium for test, and you'll proably see the 50% more exp working![]()
yup my account is premium but it doesnt work yet..
function onLogin(cid)
local loss = getConfigValue('deathLostPercent')
if(loss ~= nil) then
doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)
end
registerCreatureEvent(cid, "Mail")
registerCreatureEvent(cid, "GuildMotd")
registerCreatureEvent(cid, "PlayerDeath")
return TRUE
end
to no and now it works. So I think there must be something wrong with my stages or it dont work in 0.3.3. Here my stagesexperienceStages = "no"
is there something wrong?<?xml version="1.0" encoding="UTF-8"?>
<stages>
<world id="0">
<stage minlevel="1" maxlevel="20" multiplier="2500"/>
<stage minlevel="21" maxlevel="40" multiplier="2000"/>
<stage minlevel="41" maxlevel="60" multiplier="1500"/>
<stage minlevel="61" maxlevel="80" multiplier="1000"/>
<stage minlevel="81" maxlevel="100 multiplier="500"/>
<stage minlevel="101" maxlevel="120" multiplier="300"/>
<stage minlevel="121" maxlevel="150" multiplier="200"/>
<stage minlevel="151" maxlevel="175" multiplier="150"/>
<stage minlevel="176" maxlevel="200" multiplier="100"/>
<stage minlevel="201" multiplier="70"/>
</world>
</stages>
Im getting crashes, i saw something for a brief second then console disapeared...
Gonna have to go back to old version till its fixed ;/