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

    Lua Leech&question

    Version: Tibia 10.99 otservbr Hello, I tried to make a script from item to give % magic lvlu. No bugs, no magic lvl. Script: function onUse(player, item, fromPosition, target, toPosition, isHotkey) local itemId = 7735 local targetIds = {18226, 18227} local magicLevelIncrease =...
  2. ImaG

    Berciq Showoff - Desert

    Add more freedom to items and space to move around the map. (picture. 5,6,9) You can see that there is a lot going on and the city is bustling with life. I'd even say it's a pirate trading town. So they can be more varied, e.g. with water ports. Good luck and have fun!
  3. ImaG

    potion of the gods

    I didn't actually read it thanks
  4. ImaG

    potion of the gods

    Hi, good script, but in my otbr version 10.98 it doesn't work: Lua Script Error: [Test Interface] data/actions/scripts/VIP/potek.lua data/actions/scripts/VIP/potek.lua:75: attempt to call global 'Action' (a nil value) stack traceback: [C]: in function 'Action'...
  5. ImaG

    #ImaGistaa Mapp.

    (32) (33)
  6. ImaG

    Ile kosztują usługi mapperów?

    To prawda, żeby komputer trafił na konkretną funkcję to trzeba się dobrze napier... Jednak rozmawiając o podstawach tak czy siak jak ktoś zi lony to odwali większą robotę niż by wam człowiek miał to pisać 😂 Więc koniec końców ludzie pokłócą się o patyk, a w większości obie strony mają rację...
  7. ImaG

    TFS 1.X+ Boardcast

    I thought I'd make an event in the "now" time. And add lanes : if currentTime.hour == EVENT_HOUR and currentTime.min == (EVENT_MINUTE - MINUTES_BEFORE_EVENT) then broadcastEventMessage() elseif currentTime.hour == EVENT_HOUR and currentTime.min == EVENT_MINUTE then local players =...
  8. ImaG

    Ile kosztują usługi mapperów?

    Traf poważny projekt z pieniążkami na działalność gospodarczą, gdzie server emituje duże zarobki w euro to na dłuższą współpracę wyciągniesz ponad wypłatę. Powodzonka. Licz się tylko z tym, że terminy są krótkie, a mapa większa niż 1000sqm. Połącz pracę, życie osobiste i projekt. HF Co jest...
  9. ImaG

    TFS 1.X+ Boardcast

    Thank you for your answer, but the script still doesn't work. I think something is still wrong with the ontime function, I'll leave it here I also looked into the zombiemod script, there is a redirect to the lib folder, maybe that's the problem? local EVENT_HOUR = 10 local EVENT_MINUTE = 25...
  10. ImaG

    TFS 1.X+ Boardcast

    local function broadcastEventMessage() for _, player in ipairs(Game.getPlayers()) do Game.broadcastMessage("Wydarzenie rozpocznie się za 5 minut!", MESSAGE_STATUS_WARNING) end end This is my part of the code responsible for notifying players about the event. But it doesn't work what...
  11. ImaG

    Ile kosztują usługi mapperów?

    Widzisz, doświadczenie i brak czasu na co dzień robi robotę, ja za 1 projekt potrafiłem brać ok. 100~500zł. Było to np. 1 miasto czy 1 expowisko. Problem polega na tym, że doświadczony mapper nie bierze pieniędzy od wielkości mapy, a ilości szczegółów i detali znajdującej się na niej. Oraz...
  12. ImaG

    #ImaGistaa Mapp.

    A few simple shows from the server... (23) (24) (25) (26) (27) (28) (29) (30) (31)
  13. ImaG

    Ile kosztują usługi mapperów?

    1. Zależy od rodzaju pracy. Najczęściej jest to mapa od 0, fragment lub miasto czy expowisko. 2. Kosztorys opieram na wykonaniu całości, a cena jaką podasz jest tym co dla Ciebie zrobię. Czyli za miasto wyliczam czas jaki poświęcę na całość i podaje Ci cenę, już z późniejszymi poprawkami. 3. W...
  14. ImaG

    OTClient Custom tibia client

    it says wrong client version [otx 10.98, version 10.99 tibia]
  15. ImaG

    OTClient Custom tibia client

    Does anyone have version 10.99.php?
  16. ImaG

    CreatureEvent [TFS 1.1] Extra loot system

    Anyone can help me? I use otx 10.98 Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/extra_loot.lua:onDeath data/creaturescripts/scripts/extra_loot.lua:78: attempt to compare number with userdata stack traceback: [C]: in function '__lt'...
  17. ImaG

    MoveEvent TFS 1.3 Waypoints

    Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/waypoints.lua:onModalWindow data/creaturescripts/scripts/waypoints.lua:6: attempt to index a nil value stack traceback: [C]: in function '__index' data/creaturescripts/scripts/waypoints.lua:6: in function...
  18. ImaG

    Lua VIP Effect Help tfs 1.2

    1.3 otbr 10.99 don't work -> error debugprint
  19. ImaG

    Lua VIP Effect Help tfs 1.2

    Lua Script Error: [Test Interface] data/globalevents/scripts/vipEffect.lua data/globalevents/scripts/vipEffect.lua:7: attempt to call global 'GlobalEvent' (a nil value) stack traceback: [C]: in function 'GlobalEvent' data/globalevents/scripts/vipEffect.lua:7: in main chunk...
  20. ImaG

    Lua VIP Effect Help tfs 1.2

    hello I tried to make a script for this, but I got lost and I miss a function, will someone help? I don't have error in console Animation works, text does not (selfposition?) local config = { positions = { ["VIP"] = selfposition }, colors = { TALKTYPE_MONSTER_SAY...
Back
Top