• 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. namco

    TFS 0.X Shared experience won't work

    Hey I downloaded a pokemon server to play with my friends, called PokeMasterX, and we can't figure how to put the shared experience to work. We have the option to enable it in-game but it just won't work, leaving any messages on game console or errors on server console. party.cpp and party.h...
  2. namco

    OTClient A lot of "Could not send satistics" messages on Terminal

    It gives me a lot of these messages on the Terminal. Any clues on what the freak is up? Also, my client is lagging sometimes, are those "failed connections" causing the lags? Absolutely no errors, not on compilation nor executables, client/server-side.
  3. namco

    [TFS 1.2] Simple Crafting System.

    I'm using TFS 1.3 and I've got the same problem, but I solved it simply. Check it out: data/lib/crafting.lua line 55 change: details = details.."\n- "..capAll(getItemName(reqItems).." ["..reqItemsOnPlayer.."/"..reqItemsCount.."]") to: details = details.."\n- "..getItemName(reqItems).."...
  4. namco

    [Quick Showoff] Post your latest maps!

    thought exactly the same lol
  5. namco

    Flying mount system TFS 1.2

    @WibbenZ @mrianuraa I've fixed but I'm having some trouble I can't fly and when I say !up I can only see the teleporting effect over me No console errors function Position:createFlyFloor() for i,deltaPos in ipairs(createFlyFloorHelperData) do local pos = Position() local...
  6. namco

    [Quick Showoff] Post your latest maps!

    It's part of a quest
  7. namco

    Flying mount system TFS 1.2

    now i can't walk TFS 1.3 Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/flyevent.lua:onMove data/creaturescripts/scripts/flyevent.lua:13: attempt to call method 'createFlyFloor' (a nil value) stack traceback: [C]: in function 'createFlyFloor'...
  8. namco

    [Quick Showoff] Post your latest maps!

    small dungeon
  9. namco

    Mod to disable chat after sending a message

    It works, for me. function enableChat() local gameInterface = modules.game_interface consoleTextEdit:setVisible(true) --consoleTextEdit:setText("") --g_keyboard.unbindKeyUp("Space") g_keyboard.unbindKeyUp("Enter") if consoleToggleChat:isChecked() then...
  10. namco

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    Ty I'll do it manually cause git is too complicated for me xD
  11. namco

    [TFS 1.X] Rarity Rolls & Custom Attributes Library

    Hey @Leo32 I have a question: How do I merge the branch you mentioned? I'm using the latest TFS.
  12. namco

    addEvent setStorageValue won't work when player logs out

    @Infernum thanks! It worked. creaturescripts/scripts/logout.lua function onLogout(player) local playerId = player:getId() if nextUseStaminaTime[playerId] then nextUseStaminaTime[playerId] = nil end player:setStorageValue(1000, 0) return true end
  13. namco

    addEvent setStorageValue won't work when player logs out

    I need some help, please. When the player logs out, the Storage won't turn back to its normal state because the addEvent won't trigger. What should I do? showWayshrine = MoveEvent() local function cooldown(playerId) local player = Player(playerId) if not player then...
  14. namco

    Lua setStorageValue after 10 seconds

    It worked! Ty :D
  15. namco

    Lua setStorageValue after 10 seconds

    TFS 1.3 I've tried this (and EVERY LITTLE VARIATION): local function decara(player) local player = Player(playerId) player:setStorageValue(420, 0) -- line 43 which gets the error end With: addEvent(decara, 10000, playerId) But I've got this error: Lua Script Error: [Main Interface] in...
  16. namco

    [Quick Showoff] Post your latest maps!

    inspiration:
  17. namco

    [Quick Showoff] Post your latest maps!

    Pokémon, feedback, please s2 (click for full resolution) 1578797603 The first screen gives me Rookgaard vibes. 1578797728 Who tf put water tube through electrical circuit? 1578797868 i see a lot of mean creatures
  18. namco

    Nokturno's Gallery

    The decoration is overwhelming and some sprites don't merge well. love your style s2
  19. namco

    Open Source vs. Closed Source, the thread

    sorry lol
Back
Top