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

    Lua need help fixing scripts

    Hey, I have just come back to OT's after a long time and ive come across an old script I want to keep but I cant fix it, it wont show an error in server log, it just causes the client to debug, can anyone help me fix it plz? originaly from a crying damson? trying to run it on (9.1) 0.2.11...
  2. S

    Map Error problem

    hello, ive spent allot of time making a fully custom map, and its been a while since ive been into it, but now i try and load the map with RME and it comes up with an error, and half the map is missing... ---------- map loader errors couldnt unserialize item attibutes at 595:632:7 file...
  3. S

    Remove Health/Mana By Percentages for TFS

    hey, i read this on another post, but it wont work because I dont have a global.lua in tfs 0.3+ Im supposed to put this in global.lua (which tfs 0.3 doesnt have) --Remove health/mana by percentages: Evil Hero(Zeriikler:Changed few things) function doPlayerAddManaPercent(cid, percent)...
  4. S

    on death, respawn with 50hp

    hey. I was wondering if its possible to respawn with say, 50hp and 0 mana after you die without having to recompile the server. Edit: or a script where if you stand on a square, u loose 90% of your hp and mana. thanks
  5. S

    Game Port and Login Port

    Is it possible to make game port and login port the same? i want to be able to use 1 port like back in 0.3.2
  6. S

    Running 2 servers

    ok, ive got 2 servers both 0.3.4 pl1 server 1: worldId = 1 loginPort = 7171 gamePort = 7172 loginOnlyWithLoginServer = "no" server 2: worldId = 2 loginPort = 7272 gamePort = 8000 loginOnlyWithLoginServer = "no" both servers.xml: <server id="1" name="Ribs OT"...
  7. S

    ots list advertising

    hey, Im the owner of ribsot.no-ip.org, and someone has decided to advertise my ot on ots-list.org, and ive only just found out when i tried to put my serv on there. Problem with that is ive changed the ot a bit, and want to change my description, but dont have access to it.... What am i...
  8. S

    Script help... will give REP++

    local outfit_node = keywordHandler:addKeyword({'brotherhood'}, playerBuyAddonNPC, {premium = true, cost = 0, items = {{6500,3000}}, outfit_female = 279, outfit_male = 278, addon = 1, addon = 2, storageID = 10052, storageID = 10039, storageID = 10040, storageID = 10049})...
  9. S

    Quest NPC... Will give REP++

    hey, I need to make a Brotherhood/Knightmare npc. You talk to this npc, and surrender 3000 essence, and you receive the outfit of choice with both addons, + ability to make documents for other players (as in rl tibia). Ive tried doing it myself, and ive come across this problem in the...
  10. S

    House Rent Problem

    hey, Im having a problem with house rent... It takes the money out of your dp fine, but when u cant pay rent, it sends you a letter, and if you dont pay, then nothing happens... So no one is loosing their houses... This is what I have Config.lua -- Houses buyableAndSellableHouses =...
  11. S

    second Promotion - potions problem

    Hi, Ive just made a second vocation on my OT, and now the second promoted characters cant use potions that have a vocation requirement (strong, great, ultimate) Anyone know why? need help fast plx :S Edit: If it helps, the second vocations have been called Ultimate Druid, Ultimate...
  12. S

    My Custom Map

    hey guys Just started making a map from scratch and thought id make a thread and show you guys how I progress. Ive done a little mapping before, mainly just adding bits to TFS original map. Im open to any suggestions feedback, positive or negative.
  13. S

    Account Manager Help

    Hey, Im using TFS Crying damson 0.3.2 And im trying to figuer out how to edit players hp and mana when they are created. Example. I want to make a level 1 char with 50hp and 10 mana. At the moment, i have made the level 1 character, but he still has 150hp and 0 mana, ive tried changing...
  14. S

    Npc Scrip Request

    Hey, Im trying to find a script where players pay an npc to broadcast a message (im using tfs 0.3.2). If anyone could make this script i would be very happy :)
  15. S

    Server kicks help!!

    Hi, Im running TFS Crying Damson 0.3.1pl2 (also tried 0.3.2), and it is all going fine, people can connect and play, then randomly throughout the day, everyone gets kicked offline. I get no errors in console, and i find out if I look in console and see logout, logout, logout, logout etc...
  16. S

    NPC Trader

    hello I have an old trader script i used a long time ago, now that im running my OT again my npc scripts have all changed, so i was wondering if anyone knows how to fix this script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  17. S

    Full hota lever

    --Full Ancient Helmet Quest by Evil Hero-- function onUse(cid, item, frompos, item2, topos) oldhelmetpos = {x=138, y=396, z=6, stackpos=1} newhelmetpos = {x=139, y=396, z=6, stackpos=1} rubypos = {x=137, y=396, z=6, stackpos=1} getoldhelmet = getThingfromPos(oldhelmetpos) getnewhelmet =...
  18. S

    Lua timed lever

    function onUse(cid, item, frompos, item2, topos) wall1 = {x=225, y=285, z=15, stackpos=1} getwall1 = getThingfromPos(wall1) if item.uid == 5016 and item.itemid == 1945 then doRemoveItem(getwall1.uid,1) doTransformItem(item.uid,item.itemid+1) elseif item.uid == 5016 and item.itemid == 1946 then...
  19. S

    Anni Help

    im using tfs 0.2.10 and when i use the switch and nothing happens actions.xml <action itemid="1740" script="quests/quests.lua"/> <action fromid="1747" toid="1749" script="quests/quests.lua"/> <action uniqueid="5000" script="quests/annihilator.lua"/> <action uniqueid="5001"...
  20. S

    New Monsters tfs

    i need a tut for how to add new monsters into my tfs server.. ive tried putting the new the monster xml files into my server but that doesnt work. tut would be great thx
Back
Top