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

    Pop-up notation

    Hey! I haven't been doing a lot of scripting with any window poping up when you, for example, use a talk action. Now I'm wondering if there's someone out there who could make me a script where if you say !changender, you'll have a window, much like the log out window, saying "Are you sure you...
  2. EvoSoft

    Solved Not enough memory (0.3.6)

    Hey! I'm working on a project I used to run a few years ago.. I recently ran into a problem though. When I try to start up the server now, it says "not enough memory", "couldn't load data/lib" and "couldn't load weapons"... Then it just crashes. Help, please? :D Thanks! EDIT: I just had to...
  3. EvoSoft

    Solved [TFS 1.1] Cast system error in console

    Thanks for any help! I suppose I only need to make a new field in players? I'm not very good at SQL so if someone could do that for me, would be awesome xD
  4. EvoSoft

    Solved Table 'global_storage' doesn't exist

    Anyone has a SQL code for that table? :D
  5. EvoSoft

    Solved [TFS 1.1] Znote AAC weird text

    Hi! I just started using Znote AAC again, and this time there's some weird text at the bottom of the page.. Done Queries Print: - Array ( [0] => [1.0191] SELECT `id`, `name`, `password`, `email`, `premdays` FROM `accounts` WHERE `id` = 1 LIMIT 1; [1] => [1.0201] SELECT `ip`, `created`...
  6. EvoSoft

    1x experience..

    Hey.. So I have 1x experience on my OT, but I want 25x.. Here's my config.lua: -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp-enforced" hotkeyAimbotEnabled = true protectionLevel = 50 killsToRedSkull = 9 killsToBlackSkull = 18...
  7. EvoSoft

    Solved /i command won't work

    Hey! I'm using this: https://otland.net/threads/10-76-tfs-1-0-sources-cast-system-update-v8-1.230271/ I'm group ID 3 on my character (Administrator, highest group), still I can't seem to create items.. When I type /i <id> or /i <id>, 1 nothing happens.. Not even a white cloud.. I've tried to...
  8. EvoSoft

    [TFS 1.0] Way to make yourself full forever?

    Is is possible to make yourself full forever by, for example, using an item? It would set the xxxx storage value to 1, and if it's one then it'll eat food for you or something... I DONT KNOW xD Soo... is it? xD
  9. EvoSoft

    Spawn monsters every 3 min (unless already spawned)

    Here's the code I want it in: local pharaoh = { ["omruc"] = Storage.TheAncientTombs.Omruc, ["thalas"] = Storage.TheAncientTombs.Thalas, ["dipthrah"] = Storage.TheAncientTombs.Diphtrah, ["mahrdis"] = Storage.TheAncientTombs.Mahrdis, ["vashresamun"] =...
  10. EvoSoft

    Script convertion requested (old meta to new meta)

    function onKill(cid, target, damage, flags) if isPlayer(cid) then if(isMonster(target)) then if(string.lower(getCreatureName(target)) == "jaul") then setPlayerStorageValue(cid, 524877, 1) doCreatureSay(cid, "You can get your reward now.", TALKTYPE_ORANGE_1)...
  11. EvoSoft

    Compiling Missing "boost\asio.hpp" and "boost\lexical_cast.hpp"

    Downloaded from: https://github.com/otland/forgottenserver Nothing changed :P
  12. EvoSoft

    [TFS 1.0] Grizzly Adams: getTasksByPlayer

    Script: Github - PrinterLUA
  13. EvoSoft

    [TFS 1.0] Players below lvl 80 won't lose items (unless skulled)

    I know this script exists here, but I can't find it.. Is it maybe my useless searching skills? I don't know.. But this is an opportunity for you to showoff your searching skills! Thanks!
  14. EvoSoft

    [TFS 1.0] Task system not counting kills | instruments won't play in inventory

    Title says it all - tell me which scripts you need from Killing in the name of.. quest and I'll post 'em. Instruments script: function onUse(cid, item, fromPosition, itemEx, toPosition) -- TODO: Different music effect for different instruments. fromPosition:sendMagicEffect(CONST_ME_SOUND_BLUE)...
  15. EvoSoft

    [TFS 1.0] Another currency after 100cc

    I found a script for an old TFS version but I can't manage to find one for 1.0 :/ Pleeeez link meeee
  16. EvoSoft

    Solved Shop system command in-game [!shop] won't work! Znote AAC

    Alright, so I'm back again :p The shop system that follows with Znote AAC is working perfect on the website and the database. Although in-game it won't work. When I purchase an item from the shop, I'm supposed to say !shop in-game to receive that item. Currently when I'm saying !shop, it first...
  17. EvoSoft

    Solved Znote AAC errors

    Hello guys! I've been following Znote's tutorial "From nothing to a fully working OT Server" Everything's working out fine, but on the account page it says: And when I try to create a character: Thanks!
  18. EvoSoft

    Error in the Console

    Hello there! When players try to login to my server (on Acc Manager) they can login for a few seconds but then gets kicked and this shows up in the console: mysql_real_query(): UPDATE `theforgottenserver`.`players` SET `name` = '[v] Account Manager' WHERE `players`.`account_id`= 1; - MYSQL...
  19. EvoSoft

    phpMyAdmin errors :S

    I get this when I'm trying to open Accounts in my phpMyAdmin: SELECT `prefs` FROM `phpmyadmin`.`pma_table_uiprefs` WHERE `username` = 'root' AND `db_name` = 'evosoft2' AND `table_name` = 'accounts' MySQL said: Documentation #1142 - SELECT command denied to user ''@'localhost' for table...
  20. EvoSoft

    Bozo doesn't work?

    Bozo doesn't work :( I want dat Jester addon!! :(
Back
Top