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

info

  1. potinho

    TFS 0.X [LUA] Info command - attempt to index a boolean value

    I have a command on my server that brings information about monsters like health, EXP and loot. It works fine, but today I saw it reporting errors on the console. Could you help me to fix it and, if necessary, improve it? Error: [Error - TalkAction Interface]...
  2. Paulix

    TFS 0.4.3777 /reload not working

    My /reload weapons is not working because it is not coded on sources case RELOAD_WEAPONS: { //TODO std::clog << "[Notice - Game::reloadInfo] Reload type does not work." << std::endl; done = true; break; } looks like the devs hasn't...
  3. Paulix

    Get all monster info

    I'm trying to print all monster info on my console, so I know how to use it to make my script. I've been making this but looks like there is a lot of tables inside other tables and I can't figure how to make print it all. Here is how I was trying... function onSay(cid, words, param, channel)...
Back
Top