• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. kite28

    TFS 0.X Critical Hit Effects for Each Vocation

    I apologize in advance for my lazy English and dig up the topic but where can this script be pasted?
  2. kite28

    Blurring chat NPC Bold

    Hi, I have a problem with the chat, each npc blurs the files from game_chat below, if someone could help, I would be very grateful and I will give REP + i use MyAac Game_Chat SKAN
  3. kite28

    Windows item editor

    Hello, I have a problem with opening item.otb, namely the item editor was added in this server, but when I try to open it, an error with Tibia.dat and tibia.spr pops up. So I started to figure it out and wanted to use a different version of ItemEditor but to no avail all the time error: ""Could...
  4. kite28

    Lua Ot Poke Serv Gender Summon's

    Hey, I have a question for you about the server. Of course, the level of the pokemon shows ... But it does not show its gender ... And it annoys me a bit ... I want to learn and ask for my answer where I can find it to help :) or what files to show you that it was okay
  5. kite28

    Lua Help Spawn.lua

    I have a problem yesterday the server was normally turned off yesterday and suddenly there is a mistake in the image below. Gives spawn. lua Spawn.lua local shinysName = { "Blastoise", "Venusaur", "Butterfree", "Beedrill", "Flygon", "Heracross", "Milotic", "Lapras", "Pidgeot", "Rattata"...
  6. kite28

    Lua Pokemon OTS Help's Gender/Level/Evolution

    I have a problem with the server I am currently working on. A few problems, among others: 1. After pushing the level that the pokemon needs for evoluution does not evolve ... 2. Does not show its type F or M 3. It does not show the amount of Exp it needs to level or to level; / Could anyone...
  7. kite28

    Lua Talkaction

    I do not have the / m option on the server, i.e. create a monster here, you have Creature.lua, talkaction script and whatever else you need it to scream. Talkaction.xml <talkaction log="yes" words="/m" access="6" event="script" value="creature.lua"/> Creature.lua function onSay(cid...
  8. kite28

    Lua Rarecandy.lua

    I have a problem my character must approach this item to give the creature. I would like her to be able to give a long way how to do it? function onUse(cid, item, frompos, item2, topos) if not isCreature(item2.uid) or not isSummon(item2.uid) then doPlayerSendCancel(cid, "You can...
  9. kite28

    Level System Pokemon OTS

    How can I enter the leveli system into my Pokemon Server .. some scripts are already introduced, but they are not displayed ..
  10. kite28

    OTClient OT Client Help ?

    The customer generally works but the point is that he wants to use it for another project .. and unfortunately after throwing another Tibia.dat i tibia.spr it happened ; /
  11. kite28

    OTClient OT Client Help ?

    Can anyone tell me why this is happening? XD Because I do not know what's going on anymore https://zapodaj.net/images/0056dd758d136.png
  12. kite28

    Lua Login.lua help!

    My login lua looks like this: local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function BetaItem(cid) if getPlayerStorageValue(cid, storages.betaStorage) == -1 then addPokeToPlayer(cid, "Squirtle", 0, nil...
  13. kite28

    Lua Login.lua help!

    So I can ask you for an exact explanation of what should I do to make everything work?
  14. kite28

    Lua Login.lua help!

    [01/06/2018 15:19:32] [Error - CreatureScript Interface] [01/06/2018 15:19:32] data/creaturescripts/scripts/player/login.lua:onLogin [01/06/2018 15:19:32] Description: [01/06/2018 15:19:32] attempt to index a number value [01/06/2018 15:19:32] stack traceback: [01/06/2018 15:19:32] [C]: in...
  15. kite28

    Lua Login.lua help!

    when i change it ?
  16. kite28

    Lua Login.lua help!

    Ehh next ;/ [01/06/2018 13:38:38] [Error - CreatureScript Interface] [01/06/2018 13:38:38] data/creaturescripts/scripts/player/login.lua:onLogin [01/06/2018 13:38:38] Description: [01/06/2018 13:38:38] attempt to index a number value [01/06/2018 13:38:38] stack traceback: [01/06/2018 13:38:38]...
  17. kite28

    Lua Login.lua help!

    <?xml version="1.0"?> <outfits> <!-- NORMAL --> <outfit id="1"> <list gender="0" lookType="511" name="Trainer"/> <list gender="1" lookType="510" name="Trainer"/> </outfit> <outfit id="2"> <list gender="0" lookType="615" name="Elite Trainer"/> <list gender="1" lookType="614" name="Elite...
  18. kite28

    Lua Login.lua help!

    [31/05/2018 19:57:27] [Error - CreatureScript Interface] [31/05/2018 19:57:27] data/creaturescripts/scripts/player/login.lua:onLogin [31/05/2018 19:57:27] Description: [31/05/2018 19:57:27] attempt to index a number value [31/05/2018 19:57:27] stack traceback: [31/05/2018 19:57:27] [C]: in...
  19. kite28

    Lua Login.lua help!

    [31/05/2018 19:04:28] The Forgotten Server, version 0.3.6 (Crying Damson)
  20. kite28

    Lua Login.lua help!

    where should I paste it? Because it still does not work ... If someone is so nice, give me GG, Skype, or discord, TS to fix it :)
Back
Top