• 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!

Recent content by BorkaOTS

  1. BorkaOTS

    Lua Fixing code of Metin stones event!

    What do you mean? I figured out few things: Had to change event type into kill or one of these (types from tfs 1.0) instead of combat: login logout think preparedeath death kill advance textedit modalwindow changehealth changemana extendedopcode <event type="kill" name="Kamulec"...
  2. BorkaOTS

    Lua Fixing code of Metin stones event!

    I tried: function onLogin(cid) local player = Player(cid) local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if player:getLastLoginSaved() <= 0 then loginStr = loginStr .. " Please choose your outfit."...
  3. BorkaOTS

    Lua Fixing code of Metin stones event!

    Hello, i have following problems (using tfs 1.0): In console while loading ots [Error - CreatureEvent: :configureEvent] Invalid type for creature event: Kamulec [Warning - Base Events: :loadFromXml] Failed to configure event I found wrong coded script in creaturescripts.xml : <event...
  4. BorkaOTS

    Bomberman, capture the flag, survival arena, blue vs red etc.

    Hello otland people. I have to request scripts mentioned in the name of thread (Bomberman, capture the flag, survival arena, blue vs red) but not only for my own sake. I know these are one of most needed scripts. I find it very useable for other otlanders and having these pinned in forum is good...
  5. BorkaOTS

    Simple VIP System tfs 1.1

    So im asking. Can you do VIPdoor version of viptile, please?
  6. BorkaOTS

    How to add unique ID for key that's drop from monster

    How to add unique ID for key that's drop from monster? Im using TFS 1.0 and i added loot from x monster that is key to the locked doors. Where i can set that key unique id so the doors can be opened?
  7. BorkaOTS

    Simple VIP System tfs 1.1

    Hello, i wanted to ask about VIPdoor version of viptile!
  8. BorkaOTS

    Solved Updating map.

    Thank you very much/Dziekuję
  9. BorkaOTS

    Solved Updating map.

    Hello, I have to upgrade map from Tibia version 8.60 to 10.41. I have no clue how to do this and is there possibility that this cause some problems/bugs after upgrade? Like missing or changed sprites etc?
Back
Top