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

Recent content by CforMe

  1. CforMe

    What about an Otland Cloud?

    Tonido could be a good way to do. Maybe Otland administration could use this program.
  2. CforMe

    [TFS 0.3.6.] Need a event script

    It would be good to tell us how many players can enter the event, ect.
  3. CforMe

    Lua creaturescript debug

    I have made about 100 scripts like this and for some reason cannot figure out why this script is debugging my server. Here is the code can someone help me please? local monster_name = "monstrosity" local pos = {x = 2000, y = 2000, z = 7} function onKill(cid, target) if...
  4. CforMe

    [URGENT]Log-In Problem

    You cant be connected to wifi and an ethernet.... The way u are set up is for ethernet so turn your wifi off
  5. CforMe

    [URGENT]Log-In Problem

    I miss read that part. Open your command prompt, type ipconfig, press enter. Try using the IP's that are there. One of them will work.
  6. CforMe

    Restart Server = House Items Not Save

    btw i think he said to drop all of those tables but have the server offline when you drop them.
  7. CforMe

    Restart Server = House Items Not Save

    DROP TABLE IF EXISTS `tile_items`; CREATE TABLE `tile_items` ( `tile_id` INT UNSIGNED NOT NULL, `world_id` TINYINT(2) UNSIGNED NOT NULL DEFAULT 0, `sid` INT NOT NULL, `pid` INT NOT NULL DEFAULT 0, `itemtype` INT NOT NULL, `count` INT NOT NULL DEFAULT 0, `attributes`...
  8. CforMe

    [Znote AAC] Layout FREE! By/Webo

    https://www.mediafire.com/?odmhz7cnm6g0ndm
  9. CforMe

    [URGENT]Log-In Problem

    It means ur ports arnt opened correctly. Try googling portforwarding.com and finding your router. It will show you how to open ur ports the right way. Sometimes you have to use your computers specific IP sometimes its the routers IP.
  10. CforMe

    error NPC sells outfit even if you have no money

    There is no value for config.giveAddons Also using: if canPlayerWearOutfit(cid, outfit, addons) == false then would be better then: if getPlayerStorageValue(cid, storage) < 1 then
  11. CforMe

    Windows TFS 1.0 Atfer 10-15 min Stop working

    Have you put any scripts into the server yet? It could be a massive bug in one causing a crash. It's possible you have a value set in config.lua that is bugging the server out. For example, if you edit the idal time from 15 in config.lua to something like 9999999 It will bug the server.
  12. CforMe

    REM Map Editor 2.2 Won't Load Tibia 8.6 DAT Files?

    You have to download the old tibia version of 8.60 files. You can find them at the RME official site. There is a tab for clients.
  13. CforMe

    Restart Server = House Items Not Save

    In your config.lua worldId = 0?
  14. CforMe

    Compiling TFS 1.1

    I've already followed the tutorials. I get the same message. I am doing a 64 bit compile
  15. CforMe

    Compiling TFS 1.1

    I get one error that causes a few other things to have problems... The error: Error: Unable to open file lua.hpp
Back
Top