• 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!

[8.41] The Forgotten Server v0.3.3 (Crying Damson)

Status
Not open for further replies.
Lol I need some help. If I kill a monster, I dont get exp. Anyone know how this comes

Listo

If you are hunting with a normal character you probably don't have stamina.
Else you have a wrong flag (PlayerFlag_NotGainExperience, //2^25 = 33554432)

@Topic:

I found in config.lua this : "deathLostPercent = 10"

I think it's not in use anymore, isn't it?
 
Bennet what must I change then. I dont want that new stamina system. That you het double exp in the first hour. So what must I change here?
-- 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"
 
rateStaminaLoss = 1
rateStaminaGain = 1000 / 3
rateStaminaThresholdGain = 4
staminaRatingLimitTop = 41 * 60
staminaRatingLimitBottom = 14 * 60
rateStaminaAboveNormal = 1.5
rateStaminaUnderNormal = 0.5
staminaThresholdOnlyPremium = "yes"

rateStaminaAboveNormal = 1.5 --> that means 50% more exp
reStaminaUnderNormal = 0.5 --> that means 50 % less exp

And as you can see the normal stamina is hour 14 -> 41

Above normal is hour 42
and under normal is 0->13
 
Is there something wrong with my stages?
<?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.

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 ;)
 
Ajajaj.

I guess 10 rep squares ain't enough?! :p

Awesome work! :D
 
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..
 
yup my account is premium but it doesnt work yet..

Sorry then, I tested it yesterday and everything worked fine for me.

By the way do you changed rateStaminaAboveNormal to 1.5 ? Else it's no wonder ;p
 
Yup have do that. But I think there is something wrong with login.lua
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
 
Lol I have it fixed. I change
experienceStages = "no"
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 stages
<?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>
is there something wrong?
 
:o Elf/Lef i thought you knew everything :(
Ain't you psychic? (or what its called in english :P)
 
Good Mornig LEF...

Why i can't to login in my server?
I put loginport 7172, gameport 7172, adminport 7172, statusport 7172 and I choose my char but don't make the login, "Connectin Game World, Please Wait"...

Can You Help Me Please?

Thanks So Much, THE FORGOTTEN SERVER FORVER.
 
Status
Not open for further replies.
Back
Top