• 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.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

Please make function like setItemAttribute :)
TFS has setItemAttack, setItemDefence etc.

Eg:
setItemAttribute(absorbPercentFire, 10)
setItemAttribute(maxHealthPoints, 200)

I think you know what i mean.

Sry for my eng
 
Please make function like setItemAttribute :)
TFS has setItemAttack, setItemDefence etc.

Eg:
setItemAttribute(absorbPercentFire, 10)
setItemAttribute(maxHealthPoints, 200)

I think you know what i mean.

Sry for my eng

Actually we have functions:
Code:
setItemAttribute(uid, type, value)
getItemAttribute(uid, type)

Instead of old setItem*/getItem*
 
Hmm, I get this error when I start the server:

[25/12/2009 00:44:40] [Error - LuaScriptInterface::loadFile] data/actions/scripts/quests/annihilator.lua:5: '}' expected (to close '{' at line 1) near 'entry'
[25/12/2009 00:44:40] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/quests/annihilator.lua)
[25/12/2009 00:44:40] data/actions/scripts/quests/annihilator.lua:5: '}' expected (to close '{' at line 1) near 'entry'
 
@shuston:
Open annihilator.lua and add comma ( , ) after storage.
 
Owner of the moster is the player who deals the last hit not the one with highest damage :(

party opening monsters is fixed as I see but that one is still there ( also good idea is adding parameter "mostDamageKiller" to creaturescripts ^^ )

Marry X-mas( a bit late xd )
 
Nice release, Elf is there a reason why me and a few other people are unable to connect using localhost? It's not my port forwarding as other people can get on, and I can get on using 0.3.5 but just not on this new version. Any help is appreciated.

Me too, I use the ip now instead of localhost, for me its 10.0.0.10 since I use a zoom router
 
Me too, I use the ip now instead of localhost, for me its 10.0.0.10 since I use a zoom router
I can't even connect using localhost, router IP, global IP, anything. This is frustrating. And everyone seems to look around my posts on here >.> Could somebody pleasehelp?
 
Delf = Demonic or Dark Elf

elves2211.jpg
 
FUCKING VERSION CRASHING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

0.3.6 pl 1 FUCK

0.3.6 rox
 
Bug in tfs 0.3.6 and 0.3.6pl1:
If chest have action XXXX all player can step in chest. Chest should blocking before step.

If chest have unique XXXX all player can step in chest but at once is moved back.
 
Back
Top