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

    Compiling Zbizu RME static_cast error (MSVC 2022)

    Hello, I'm trying to compile OTAcademy version of RME following these steps Compiling on Windows. But I'm getting these errors, anyone has clues? I can compile hampusborgos/rme just fine, but not zbizu's fork Severity Code Description Project File Line Suppression State...
  2. Cloow

    TFS 1.X+ Help with script (HoTa Instruments)

    Hello, I am once again asking for your Lua scripting support 🙃 I'm trying to figure out whats wrong with this script for the HoTa instruments part and im using TFS 1.3 Nekiro downgrade 8.6. You need to use the musical instruments in a certain order to get access through the door and if you use...
  3. Cloow

    TFS 1.X+ [TFS 1.3] INQ Teleporter

    Hello, So I've spent the whole day and the day before that and perhaps the day even before that trying to make a inq teleport script, mostly because i'm trying to learn myself how to script. I know theres a few posts already about this subject but I couldn't find one that I was looking that...
  4. Cloow

    [Sell] House Unklath I f Ankrahmun

    Selling house Unklath I f in Ankrahmun This house has two beds. The house has a size of 50 square meters. Starting bid 10kk Send pm on otland
  5. Cloow

    [SELL] Unklath I f (Ankrahmun)

    Selling house Unklath I f in Ankrahmun This house has two beds. The house has a size of 50 square meters. Starting bid 10kk Send pm on otland
  6. Cloow

    [NPC] Teleports with monster count

    searched around the forum to long now, im requesting as in title an npc that will teleport you if you have killed enough of monster. Something alike task npc but reward is travel opportunity
  7. Cloow

    Playername

    Hello, im not sure if this could be done with lua. I need a script which makes players with storageid 1003, gets an "#" infront of their names and players with storageid 1004 have an "¤" infront of their name. like #Cloow or ¤Fring Yeah, you get the point :)
  8. Cloow

    Teleport to pos with storageids

    Hello, can someone please fix my script? When entering a tile, you get teleported to your specific storageid I can't see what im doing wrong. function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) local config = { {storage = 10001, position =...
  9. Cloow

    Fragsystem by GroupID

    Can someone please fix my broken script? I have factions, faction 1 is used by group id 2 and faction 2 is used by group id 3 this script should make so if faction 1 kill faction 1 player he gets whiteskull and removes 1 "pvp token" but if he kills a faction 2 member he instead gain 1 pvp...
  10. Cloow

    name by groupid

    So I want a script which automatically adds a "#" infront of players with group id 2 and adds "¤" infront of players with group id 3
  11. Cloow

    Multi teleports with storages

    I have no idea if this is even possible, i've been testing some stuff but cant get it to work. Anyway, when a player enter a certain tile the player will get teleported to the storage id it has. This is the one I need help with, I guess "checkpoint) then" is where it gets the error local...
  12. Cloow

    [Discuss] PyOT vs TFS

    Stian former developer of the TFS project, (recently) made a new distrobution based on Phyton with some other people from the open tibia community. I want to hear what's your opinion, why are PyOT better than TFS? and the way around.
  13. Cloow

    [Request] Battlemaster NPC

    Hello, I want a NPC or action/talkaction script which works like a battlemaster (WoW) Player -> hi Npc -> welcome, do you want to enter 3v3 or 5v5 arena? player -> 3v3 Npc -> There is currently 5 players in qeue, match will begin when there is 6. --same goes for 5v5 When 6 or 10 players have...
  14. Cloow

    simple script help

    when I run the script it sends me "You need to find the four pieces of crystal first." I have all the storageids Console error when I use the forge function onUse(cid, item, frompos, item2, topos) if getPlayerStorageValue(cid) == 31587 and getPlayerStorageValue(cid) == 31588 and...
  15. Cloow

    Solved Storage script

    I don't get it, why wont these scripts work? function onUse(cid, item, frompos, item2, topos) if item.uid == 6124 then setPlayerStorageValue(cid, 5184, 1) doSendMagicEffect(cid,12) doPlayerSendTextMessage(cid,22,'You found some strange power.') end else if...
  16. Cloow

    Solved Teleport with storage value

    Can someone tell me why this script wont work? When im entering the tile I get teleported even if I dont have the storage value in console it says - " [16/01/2013 18:19:00] [Error - MoveEvents Interface] [16/01/2013 18:19:00] data/movements/scripts/posessedportal.lua:onStepIn [16/01/2013...
  17. Cloow

    SOPA - The end of internet!

    SOPA will be avaible to remove every site that has any copyright material inside of it. Youtube, otland, reddit, google, wiki etc simple every site that you know of almost. Watch this video http://www.youtube.com/watch?v=JhwuXNv8fJM&list=UUy1Ms_5qBTawC-k7PVjHXKQ&feature=plcp
  18. Cloow

    Lua storages

    function onUse(cid, item, fromPosition, itemEx, toPosition) setPlayerStorageValue(cid, 15558, 1) doCreatureSay(cid, "You have awokened the exiled dragon and thus he challenges you to enter his tomb.", 34) if getPlayerStorageValue(cid, 15558) == 1 then doPlayerSendCancel(cid...
  19. Cloow

    NPC Help

    When trying to say hi to these npcs this console error appears. local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function...
  20. Cloow

    8.6 client RME

    Hey, can someone send me a working 8.6 client for RME?
Back
Top