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

Few things I'd need help with, probably a piece of cake for you X)

Nooben nr1

New Member
Joined
Aug 3, 2008
Messages
69
Reaction score
0
heeeeeeeeey (dunno if it'll help u helping me but it's 8.4 sql)

I got a few things I'd like to get help with soon as possible :D

First thing, my server freezes from time to time (about 10 min in between) for pretty much no reason, only thing I could think of was if the server was saving and that'd make my server freeze but take a look at this:


Config.lua
-- Real Server Save
-- note: serverSaveHour means like 03:00, not that it will save every 3 hours,
-- if you want such a system use autoSaveEachMinutes. this serversave method
-- may be unstable, we recommend using otadmin if you want real serversaves.
serverSaveEnabled = "yes"
serverSaveHour = 1
shutdownAtServerSave = "no"
cleanMapAtServerSave = "yes"

-- Server saving
autoSaveEachMinutes = 5
saveGlobalStorage = "no"
______________________________________________

Anyways I also need help with what u can see on the screenshot below, normally, when u do different things but cant or damaged like "You are full./You are exhausted./You lose 46 hitpoints due to an attack by a dragon." etc. NORMALLY it would be shown on the bottom of ur screen above the default window, now u can tell the difference just by looking at my picture. Now how can I change that? I got a second screenshot, showing what I thought could be the place to change it, still got doubts though. plax help ;D

Thank you so much for your help!
 

Attachments

use original global.lua


-> better use min. 15 minutes

Original global.lua? where can I get that one, would that take away the freezes at server saves? btw Im using 60 minutes on server save since it rlly freezes when I save and I dont want people to freeze too often.
 
You can get it in your server folder.

Actually no I can't, there is none oO

Anyways since that isn't a too big problem. I just wanna ask u guys if u know anything about the "house bug".

When I look on a housedoor, it only says "You see a closed door." or "You see an open door." Nothing like "blablbla nobody owns this house."

Any idea of how to get that fixed?
 
And about the text in the middle of screen, replace these parts in your global.lua/ with these:
PHP:
TALKTYPE_SAY = 1
TALKTYPE_WHISPER = 2
TALKTYPE_YELL = 3
TALKTYPE_PRIVATE_PN = 4
TALKTYPE_PRIVATE_NP = 5
TALKTYPE_PRIVATE = 6
TALKTYPE_CHANNEL_Y = 7
TALKTYPE_CHANNEL_W = 8
TALKTYPE_RVR_CHANNEL = 9
TALKTYPE_RVR_ANSWER = 10
TALKTYPE_RVR_CONTINUE = 11
TALKTYPE_BROADCAST = 12
TALKTYPE_CHANNEL_R1 = 13
TALKTYPE_PRIVATE_RED = 14
TALKTYPE_CHANNEL_O = 15
TALKTYPE_CHANNEL_R2 = 17
TALKTYPE_ORANGE_1 = 19
TALKTYPE_ORANGE_2 = 20

MESSAGE_STATUS_CONSOLE_RED = 18
MESSAGE_EVENT_ORANGE = 19
MESSAGE_STATUS_CONSOLE_ORANGE = 20
MESSAGE_STATUS_WARNING = 21
MESSAGE_EVENT_ADVANCE = 22
MESSAGE_EVENT_DEFAULT = 23
MESSAGE_STATUS_DEFAULT = 24
MESSAGE_INFO_DESCR = 25
MESSAGE_STATUS_SMALL = 26
MESSAGE_STATUS_CONSOLE_BLUE = 27
 
Back
Top Bottom