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

    TFS 0.X RSA_Decrypt issue

    Hi Guys! Some of you guys may already know this issue, but i'm gonna explain my situation: I have my server, TFS 0.4, and i'm using Tibia 8.6 client. Using localhost i can connect in my server, no issues. However when trying to change my host, to my Global IP address, so my friends can...
  2. juansanchez

    TFS 0.X How can i improve this script?

    Hey guys, i was wondering if anyone could help me improve this script. I'm using TFS 0.3.7 I created this script from scratch, but i'm not very good with scripting. One of the problems i found was: The script checks if the Oberon is still alive to remove it if someone doesn't kill it in...
  3. juansanchez

    TFS 0.X Help With a Exhaustion "lever"

    Hey everyone, i'm trying to learn how to script myself so i don't have to always ask for a new script when i need one. So today i was working on this script that is supposed to: -Check player level or reset. -Check if the player has used the "lever" before the time. -Check if there's a player...
  4. juansanchez

    TFS 0.X [Creaturescripts] Player don't actually die in the area.

    Hi guys, i'm having a problem with a script i'm using. function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) local from, to = {x = 1051, y = 592, z = 7},{x = 1056, y = 596, z = 7} local pos = {x = 543, y = 525, z = 7} if isPlayer(cid) and...
  5. juansanchez

    Sanchez |Mapping thread|

    I'm creating this thread because i want some feedback on my maps. Hope you guys like it. Had a lot of old pics. Sorry for the big images, back then i didn't know how to save them smaller.
  6. juansanchez

    TFS 0.X Quest gives skills not working

    Hey guys, i have this quest on my server that is supossed to give skills to players. Mages get Magic Level, Knights and Paladins Skills. I have a working script but it is way too glitchy.. Whenever a player does the quest, it does not give the right amount of skills, if someone is using some...
  7. juansanchez

    Solved Kill monster, spawn new monster not working.

    Hey guys, i have a problem with a script i found here in the forum made by @Xikini . local creatureName = 'cave rat' -- creaturename (must be lowercase letters) local newCreature = 'rat' local creatureSay = 'I am saying something' function onKill(cid, target, damage, flags) if...
  8. juansanchez

    TFS 0.X Problem with Tibia Classic Slots

    Hello Otlanders! I have a small issue with my server. I recently discovered that if TibiaClassicSlots is set to true on my config.lua, players are able to clone itens, the fix is easy, i just had to set it to False. When false, players are only alowed to place bolts/arrows in the arrow slot. I...
  9. juansanchez

    TFS 0.X SQLite Error

    Can someone help me out with this? sqlite3_prepare_v2(): SQLITE ERROR: no such table: player_statements (INSERT INTO "player_statements" ("player_id", "channel_id", "text", "date") I don't know this keeps popping up on my TFS. I'm using TFS 0.3.6
  10. juansanchez

    Solved Talkaction that needs permission to be used

    Hey guys, so, as the title says, i need help with a talkaction. I just got this !softboots talkactions (gets used soft, makes a new one), and i want players to first do a specific quest, to then be able to use the talkaction. I know i have to use storages, but i'm just bad at scripting on lua. I...
  11. juansanchez

    Door that closes automatically when using Key. Unique Key.

    Hey everyone, i need a little help with a door that opens with a key. I know how to make a chest give a key with actionid on it. I know how to open a door with a key and all that good stuff. However, i don't know how to make it when someone uses a Key on a Door, the characters automatically...
  12. juansanchez

    Lever that requires players on tile.

    Hey everyone, i've been trying to make a simple lever script however i am very bad at scripting, i tried editing other existing scripts with a similar function but i couldn't make it work. So, all i need is: I-) Players must stay on specific tile. II-) Once everyone is on their tiles someone...
  13. juansanchez

    Windows Spell working perfectly but does no damage

    Hello Otland, i'm having a small problem with my server. I'm trying to change my server version to Tibia 10.90, and of course, some of my old scripts from my TFS 0.3.6 are not working on the TFS 1.2. I have this spell from a custom vocation on my server, the spell worked fine on the old tfs...
  14. juansanchez

    Windows Automatic Event

    Hey people from otland, today i need a help improving a mod i have. So, i need this mod of mine to happen automatically, let's say, it happens twice a week, so every Monday and every Friday for example, a teleport opens in a specific location in the map, and it stays open for 2 minutes so...
  15. juansanchez

    [TFS 0.3.7] Task NPC (Solved)

    Hello Otland People, as the title says, i need a task NPC, however this NPC needs to set a player storage after he's done with the task so he can go to a new Area in the map. So basically, what i need is, the Npc asks the player to Kill a certain amount of 3 Monsters, after the player is done...
  16. juansanchez

    Windows Znote Acc reset system

    Hey otland guys, i recently downloaded Znote acc for my 10.90 server, however my server requires a reset system, and my old one doesn't work (it was in game, not on site), does anyone knows/have a reset system? I'm using Tfs 1.2
  17. juansanchez

    Windows Npc Call Stack Overflow error

    Hey otland, for some reason some Npcs i create, they answer to a "Hi" like this: And this error shows in console: [13:35:59.410] [Warning - Npc::createNpc] Cannot find npc with name: peac. [13:36:03.957] [Error - NpcEvents::onCreatureSay] NPC Name: Roxti - Call stack o verflow...
  18. juansanchez

    Solved Skill Quest error with Knight

    Hey otland people, i need some assistance today with a script i have. I have this script for a quest, which gives the players skills, however i have a problem with Knight, since knights use either axe/sword/club i tried to make it so the quest would give the player the which ever skill is...
  19. juansanchez

    Windows Npcs Crashing the Server

    Hey otland guys, i need a help from you guys, any npc that sells container stuff (house items) (parcels) (backpacks), if someone keeps on buying it 100 backpack non stop, the server starts to lag reaaaal bad, i already have an exhaustion on my npc handler, but it doens't seem to help. Can anyone...
  20. juansanchez

    Windows Reset Door Bug

    Hey otland guys, i need help today with my reset door script that i have. In my server there is Reset System, and so i needed reset doors. I found the script in another forum and it kind of works. Whoever did the script, added a function to give +1 id to the door in order to open. And if the...
Back
Top