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

Search results

  1. cryptomeepo

    C++ TFS 1.2 Remove learned spells when rooked.

    TFS 1.2 Nostalrius Datapack. My players aren't losing spells they learned before getting rooked, so they can use exura vita as a knight if they go to main again for example. // Teleport newbies to newbie island if (g_config.getBoolean(ConfigManager::TELEPORT_NEWBIES)) {...
  2. cryptomeepo

    Traps Stacking

    Players are able to stack traps and hit kill monsters. Scripts: open_trap: function onRemoveItem(item, tileitem, position) if item:getPosition():getDistance(position) > 0 then item:transform(3481, 1) item:decay() item:getPosition():sendMagicEffect(3) end...
  3. cryptomeepo

    C++ TFS 1.2 - Server Crash: Item::getTopParent()

    Server is crashing for some reason and I can't reproduce it. Can you guys help me figure it out? Nostalrius Datapack Thread 2 (Thread 0x7ffff6c26700 (LWP 700706)): #0 0x00005555557b346d in Item::getTopParent() const () #1 0x00005555558a5561 in Player::hasCapacity(Item const*, unsigned...
  4. cryptomeepo

    TFS 1.X+ Player_item INSERT INTO VALUES ERROR

    Some players are suffering a rollback and I can't manage to reproduce the bug. I did notice it is happening when they get too much items, from parcel or trades. Does anyone knows how to fix it? Datapack: Nostalrius. player_items player_depotitems
  5. cryptomeepo

    PHP MYsql error Player_depot

    Message: Out of range value for column 'count' at row 86 Does anyone knows what might be causing it? I can't reproduce the error... Every server save error show up. Asked player 1161 if something different was in his depot, but he couldn't tell me. I don't want to access his account...
  6. cryptomeepo

    Lua programmer

    We are looking for a Lua programmer who can do daily tasks for us. Daily payments upon job done. Tasks available now: Elevation walk through; Silver amulet poison block; Retrieve your account if you did not create a character yet; Client backpack move close to character; Share experience will...
  7. cryptomeepo

    tfs.service: Main proccess exited, code=killed, status=11/SEGV

    Guys I really need help here. We started our BETA version yesterday. Evrything was working properly until I went out for some rest. Players started complaining about a couple rollbacks during the night. I went to my journal and I figure that has been some tfs.service errors during the night...
  8. cryptomeepo

    Mix & Match to have some fun.

    Well I was kinda bored so as a dwarf stories lover decided to mix and match some oldies. :p I enjoyed spriting, it is a real therapy. Don't really know why I'm posting it but still. Always good to have something new on the forum! Cya.
  9. cryptomeepo

    Linux vcruntime140_1.dll

    Hello guys. I'm having some issues when starting tfs on spigu after some updates. I'm using nostalrius 7.x and I've just added the outfit modern system on it. But when I upload the new .exe and dll's to spigu server won't start. This is the error I'm getting from it: Dll's I've uploaded...
  10. cryptomeepo

    Lua TFS 1.2: Item give outfit. It disappears when player relogging.

    I'm using a simple use item give outfit script: local config = { storage = 535923, effect = CONST_ME_FIREWORK_RED, text1 = "You have gained your new outfit!", text2 = "You already have this outfit!", looktype = 255 } function onUse(player, item, fromPosition, target...
  11. cryptomeepo

    PHP Znote characterprofile url

    Guys I noticed that Znote has a url to character profiles characterprofile.php?name=charactername. I would like to make a custom one myself. It would be something like accountprofile.php?test=xxxxx Does anyone knows where or how I can do it?
  12. cryptomeepo

    Lua Lua db.query not working

    Trying to update DB when use item but DB is not updating: Actions: I missed something?
  13. cryptomeepo

    Website slow after DNS.

    Hello guys, I'm back :) Well, I'm having some connection problems in my website hosted on spigu after configuring my DNS through GoDaddy. It gets very slow sometimes when I'm accessing it through the domain I bought. If I access it through my IP domain than it flows just normal. I thought it...
  14. cryptomeepo

    PHP Znote change name error

    Hello guys. I'm using Znote website on my server. The thing is after upload it to my host DB I'm getting an error when user does not have the ticket to change character name. System is working properly, but still I don't like this errors showing up. (there is no error when I use my website...
  15. cryptomeepo

    Solved Unable to save tfs.service in mcedit

    Well I'm back with another question guys. Tried to find a solution myself in the last 24h but couldn't do it so I'm back here for you guys help. I'm running my windows compiled server at Spigu. Everything is working just fine when I start the server through wine. But now I'm trying to edit...
  16. cryptomeepo

    Solved Running TFS compiled for Windows

    So I'm trying to run my Windows Compiled TFS 1.2. (Nostaltius version) 1st - I deleted everything inside /home/otsmanager/forgottenserver and replaced with my files. 2nd - Installed wine as described here. 3rd -Than here is my problems. I'm gettin this error when...
  17. cryptomeepo

    Can't access server from outside.

    Guys I have been a couple years out of the otservers world. Anyway I just downloaded an old backup I had because I want to come back to it. I have changed my internet a couple times since that time so it seems that the configurations I used in the past are not working anymore. My website and...
Back
Top