• 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. Blorin Mage

    coverting map 8.6

    i finaly got that error for the first time and that wasnt happening before when i convert my map from 8.54 to 8.60 the most of npcs and monsters disappear or removed dont know and i get this error in console [Spwan::addMonster] Cannot find ""
  2. Blorin Mage

    Team Huge-Evo RPG

    ANIDA123i HAVE NEVER BEEN IN VEXERIA.SYTES.NET GM OR IN LORANIA.ZAPTO.ORG DONT WRITE THESE IPS AGAIN OK? I WILL REMOVE U FROM MY FB WHAT A HELL A BOY AND TRYING TO BE A GIRL WHAT A GAY OR I DUNNO WHAT SHOULD I DESCRIPE YOU
  3. Blorin Mage

    Text above a teleporter

    could u give me the link of the rev ur using?
  4. Blorin Mage

    Text above a teleporter

    what is the tfs ur using?
  5. Blorin Mage

    Text above a teleporter

    what is the error you have now?
  6. Blorin Mage

    Text above a teleporter

    ok use this function doPlayerGiveItem(cid, itemid, amount, subType) local item = 0 if(isItemStackable(itemid)) then item = doCreateItemEx(itemid, amount) if(doPlayerAddItemEx(cid, item, true) ~= RETURNVALUE_NOERROR) then return false end else for i = 1, amount do item =...
  7. Blorin Mage

    Text above a teleporter

    ok go data/lib and post here your 050-function.lua
  8. Blorin Mage

    Text above a teleporter

    change these [{x=!, y=!, z=!}] for the postions change 'x' to the text change TEXTCOLOR_RED to the color u want change effect = 37 to effect = effect you want 1)go globalevents\scripts create file effects.lua local t = { [{x=!, y=!, z=!}] = {text = 'X', color = TEXTCOLOR_RED, effect = 37}...
  9. Blorin Mage

    GlobalEvent Automagically clean unused houses, multi-world support!

    bacher how are you i missed lagging your ot with xerazx :d open your cool server haahaha
  10. Blorin Mage

    GlobalEvent Last Man Standing Event

    Lool its phowned script of zombie
  11. Blorin Mage

    Competion/Exchange TFS 8.6

    EXE FOR TIBIA 860 WITH DLL FILES.rar - Speedy Share - upload your files here
  12. Blorin Mage

    FTS 8.6 (0.3.06v) Project - Need some help.

    Subversion and download 0.3.6pl1/
  13. Blorin Mage

    FTS 8.6 (0.3.06v) Project - Need some help.

    if u used 0.3.6pl1 i will help u to compile it to 8.6 without bugs
  14. Blorin Mage

    Change gold ~ 100 crystal coin to 1 Golden Ignot

    1) go to actions\scripts\others and open changegold.lua and change all it to local ITEM_GOLD_INGOT = 9971 local coins = { [ITEM_GOLD_COIN] = { to = ITEM_PLATINUM_COIN, effect = TEXTCOLOR_YELLOW }, [ITEM_PLATINUM_COIN] = { from = ITEM_GOLD_COIN, to = ITEM_CRYSTAL_COIN, effect =...
  15. Blorin Mage

    FTS 8.6 (0.3.06v) Project - Need some help.

    why do u want my email i will help u just do what i tell u and first thing use 0.3.6pl1 better to you
  16. Blorin Mage

    FTS 8.6 (0.3.06v) Project - Need some help.

    look its the first time i hear about the version u use use 0.3.6pl1 and i will help u
  17. Blorin Mage

    FTS 8.6 (0.3.06v) Project - Need some help.

    so u want to compile 0.3.6pl1 to make it work on 8.6 without bugs?
  18. Blorin Mage

    requesting give premium talkaction ???

    FINALY HERE YOU ARE :D 1) go to globalevents\scripts and make file AUTOPREMIUM.lua function onThink(interval, param) local players = getPlayersOnline() for _, cid in ipairs(getPlayersOnline()) do doPlayerAddPremiumDays(cid, 1) doBroadcastMessage('IT IS THE WEEKEND HAPPY PREMIUM DAY')...
  19. Blorin Mage

    Help In Zombie

    hesham15 u want to edit this part function onStatsChange(target, cid, changetype, combat, value) if((cid and isMonster(cid) and getCreatureName(cid) == "zombie") or (isInRange(getThingPosition(target), ZE_spawnFromPosition, ZE_spawnToPosition) and changetype == STATSCHANGE_HEALTHLOSS and...
Back
Top