• 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/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

Status
Not open for further replies.
what we are trying
isnt working
we are using the setup from Blue Charziard
 
Reply to how to make a god

goto ur mysql database , insert an account in the account table set the group id to 5, then go to players table , and insert a player onto the account id that u just made, set the group id to 4 or 5 and then save ur database, log on as the account u just made and you should have your first god,

hope i helped

^_^
 
Hi im using this version of tfs, i have a bugg to report....

When the server does its clean, it freezes and goes down for a 1 hour downtime "for maintenance", is there anyway around this?


I removed the clean globalevent, but i would eventually like to reinstate that >_<


pleasee help!

Ty skilled people
 
Well no one answered earlier.... so i decided to post my clean script... maybe this way ill get a response :(

any help is appreciated! even pointing me in the correct direction!

PHP:
function executeClean()
	cleanMap()
	doBroadcastMessage("Game map cleaned, next clean in 2 hours.")
	return TRUE
end

function onThink(interval, lastExecution)
	doBroadcastMessage("Game map cleaning within 30 seconds, please pick up your items!")
	addEvent(executeClean, 30000)
	return TRUE
end


THANKS!
 
@Up,

It crashes your server?
 
@Fle,

This is the original one, it works for me.
Lua:
function executeClean()
	doCleanMap()
	doBroadcastMessage("Game map cleaned, next clean in 2 hours.")
	return TRUE
end

function onThink(interval, lastExecution)
	doBroadcastMessage("Game map cleaning within 30 seconds, please pick up your items!")
	addEvent(executeClean, 30000)
	return TRUE
end

Maybe its something on your map.
 
Hey , thanks bro...
it looks the same as mine....
does anybody else know what my problem could be?
this is a big problem for me :s , i am hosting it off my computer and i noticed after a few hours of uptime, it gets laggier and laggier.... could this be because of all the trash?

And @ JDB what on my map could cause this problem ?
 
Are you using the real map project released here?
 
Hey im using my own real map , all the coordinates are diffrent , i got a custom city too..... do you think it could be moveable items inside a house? i get that error when i start the server up... maybe they cause this to happen?
 
I think its something on your map,
I dont know what it is...

Check all the houses, look for random items.
like a rock in a house or something.
 
Hey , thanks bro...
it looks the same as mine....
does anybody else know what my problem could be?
this is a big problem for me :s , i am hosting it off my computer and i noticed after a few hours of uptime, it gets laggier and laggier.... could this be because of all the trash?

And @ JDB what on my map could cause this problem ?

It doesn't looks the same.

Your has cleanMap()
his is doCleanMap()
 
could someone tell how to compile this login server 0.2-preview version with TFS?
I cant get it work :S
 
Is there any way to upgrade attack of wands and rods? There are functions
setItemName(uid)
setItemPluralName(uid)
setItemArticle(uid)
setItemAttack(uid, attack)
setItemExtraAttack(uid, extraattack)
setItemDefense(uid, defense)
setItemArmor(uid, armor)
setItemExtraDefense(uid, extradefense)
setItemAttackSpeed(uid, attackspeed)
setItemHitChance(uid, hitChance)
setItemShootRange(uid, shootRange)

but there is impossible to upgrade wands and rods
Any idea or update?
 
Whats the command to create items by itemid? I can't do /i 7727 i

It's Blank Paper.. And if i do /i blank paper
Then i get ItemID: [1947]

:S There are like 20 Blank Papers... Anyone know the command to create items by item id?
 
also

also i have the -gui. version.. should i download the console version or what??
 
Status
Not open for further replies.
Back
Top