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

The Forgotten Server v0.2rc10 (Mystic Spirit)

Status
Not open for further replies.
I have a minor problem, I can't get any new npcs to show up. I am using my own map, and added 2 npcs, 1 that is included with the server, E.G., and example one and one that I created. They are both in the spawn file and both in the npc folder. The new one will not show up when I start the server and login to check...
 
When I try to open my map in TFS I get this:

Loading map
Map Size 65000x65000
FATAL: Failed to create an object. Code: 3107869


Whats going wrong here? I copied already the items.otb from my mapeditor to the server but still I get the same error.

Tica Too.
 
When I try to open my map in TFS I get this:

Loading map
Map Size 65000x65000
FATAL: Failed to create an object. Code: 3107869


Whats going wrong here? I copied already the items.otb from my mapeditor to the server but still I get the same error.

Tica Too.

Convert you map to 8.1 using the latest RME or SimOne map editor.
 
done that, and now the error changed (code was different) but it still gives that FATAL error.

FATAL: Failed to create an object. Code: 3112153

Tica Too.
 
Last edited:
done that, and now the error changed (code was different) but it still gives that FATAL error.

FATAL: Failed to create an object. Code: 3112153

Tica Too.

I got the same problem with the map and no one answer me :S
 
Yesterday after i edited one of my monsters (Trainer to be precise, i added multiple ultimate healing spells all with different effects to play around a bit) my server wouldn't load the Trainer monster any more and kept saying can not find Trainer. After that it kept crashing when it started to load scriptsystems. stupid windows pops out the "Program crashed, whatcha gonna do about it." window. Debugging doesnt help (DrWatson is a useless program anyway).

My server won't load any more since yesterday, it always crashes. I restarted multiple times, and replaced a few files with the ones from the original distro but still no changes.
 
This server owns, but add "buyContainer" PLEASE! It's really important to me xd

Rabbe

buyContainer from the Mokerhamer Advanced BuyContainer, just add it to global.lua.
Code:
function buyContainer(cid, container, itemid, charges, cost, count)
    if doPlayerRemoveMoney(cid, cost) == TRUE then
        for i = 1, count do
            local backpack = doPlayerAddItem(cid, container, 1)
            for x = 1, 20 do
                doAddContainerItem(backpack, itemid, charges)
            end
        end
        return LUA_NO_ERROR
    end
    return LUA_ERROR
end
 
Can someone help me out here this is a serious thingie i can't start my server.
 
I just started using TFS and I use TFS 0.2.9 now and I must say it's surprising how good it is.
I just wanna say few things that I'd like included.

1: the /ban commant
2: the /save command

Thats pretty much it, else the server kicks ass :D

Yours
Rabbe
 
buyContainer from the Mokerhamer Advanced BuyContainer, just add it to global.lua.
Code:
function buyContainer(cid, container, itemid, charges, cost, count)
    if doPlayerRemoveMoney(cid, cost) == TRUE then
        for i = 1, count do
            local backpack = doPlayerAddItem(cid, container, 1)
            for x = 1, 20 do
                doAddContainerItem(backpack, itemid, charges)
            end
        end
        return LUA_NO_ERROR
    end
    return LUA_ERROR
end

Btw forgot to say thank you, but I solved it in another way :)

Thanks anyway, great and fast support.
 
I just started using TFS and I use TFS 0.2.9 now and I must say it's surprising how good it is.
I just wanna say few things that I'd like included.

1: the /ban commant
2: the /save command

Thats pretty much it, else the server kicks ass :D

Yours
Rabbe

1: Ctrl + Y
2: !save
 
Well ctrl+z is saved in /data/reports

Ctrl+r isn't fully implemented yet.
I believe they said it will be fully working on 0.3.0
 
@Tala: The !save command doesnt save houses for me :/
The right-click-player and rule violation works fine on this release so sorry for bothering you with that.

Rabbe~
 
Status
Not open for further replies.
Back
Top