• 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.
Argh can't edit...


When you are any level, and buy or dont buy bless, at the moment that you die, you get downgrowded to level 1, instead of the level that you are...

Im thinking that it's because we changed the creaturescripts in a 100%, just replaced, tomorrow gonna check it, I think that there is the problem, at playerdeath.lua
 
Ok, found the problem:

creaturescripts/scripts/login.lua

replace the funcion of deathlosspercent and bla bla bla for this:

function onLogin(cid)
local loss = getConfigValue('deathLostPercent')
if(loss ~= nil) then
doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)
end

And it will be working...


But still cant configure to make loss more level at the moment of dieying... 2 levels without bless... 1 level with bless.

Help there.
 
blessingsOnlyPremium = "yes"
blessingReductionBase = 30
blessingReductionDecreament = 5

Default values:

player dies without blessings - doesn't loose anything
player dies with all blessings - looses everything

Tested without aol, guess should be the other way around? And btw how to turn it off?
 
Aaaaaa! Help
I run the server and all work perfect :)
But in a few minutes have a crash =S
i can't see the error in the gui =/
 
WTF? Now I'm confused a bit. I have made update of my server. I have tracked all changes in revision log (51). For sure I copied everything and nothing was missed. When I'm trying to connect to my server, it gets character list, but it can't connect. Always timeout.

So I decided to make everything again, reinstall xampp and make new fresh database. And..... nothing.

Also:
wtfsln.png

that's weird isn't that?

Note. It worked like a charm before updating to 0.3.3 (from 0.3.2).

Open the 7172 port in firewall or any other port u choose \/

Did you set gamePort properly? Did you open that port?
 
Im getting crashes, i saw something for a brief second then console disapeared...

Gonna have to go back to old version till its fixed ;/
 
grr, can't edit.. well what does this mean "
globalevents.xml
* CDATA-related replacements"
 
grr, can't edit.. well what does this mean "
globalevents.xml
* CDATA-related replacements"

It's like
Code:
	<action itemid="1981" event="buffer"><![CDATA[
		if(item.actionid >= 150 and item.actionid <= 158) then
			doShowTextDialog(cid, item.itemid, getHighscoreString((item.actionid - 150)))
		else
			_result = FALSE
		end
	]]></action>

in actions.xml, but in globalevents ^^


p/s/ sorry for double post ;<
 
It's like
Code:
	<action itemid="1981" event="buffer"><![CDATA[
		if(item.actionid >= 150 and item.actionid <= 158) then
			doShowTextDialog(cid, item.itemid, getHighscoreString((item.actionid - 150)))
		else
			_result = FALSE
		end
	]]></action>

in actions.xml, but in globalevents ^^


p/s/ sorry for double post ;<
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
 
Status
Not open for further replies.
Back
Top Bottom