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

    Scripter Looking for Scripter TFS 1.2 ($$$)

    Hello, I'm looking for a scripter to edit some script! I'm currently using this Jewel System : https://otland.net/threads/tfs-1-1-items-upgrading-by-jewels.228712/ What I want from this script it's : Can add value to an item. Exemple + 1 ML / 1 Sword/club/axe/distance skill ? Using modal...
  2. bradette19

    Action [TFS 1.1] Item's upgrading by jewels

    May I have a request. Instead of %, can it be only +1 ? And for Wand, Rod ? This system is unfair to Sorcerer and druid, can we improve this ? Also, can we add a modal windows to chose what to add on the item? --> + 1 skill, + 1 magic level, + HP, + mana ? Ty :)
  3. bradette19

    Team CanadaOT - Team recruiting

    Yeah, soon buddy :p! I'm fixing little thing before the start.
  4. bradette19

    Team CanadaOT - Team recruiting

    Codex, the servers was supposed to be closed, sorry for that :p!
  5. bradette19

    Mapper Hiring Mapper (Make quest work) ($$$)

    Map exist, script exist, just need to add action, unique ID on map.
  6. bradette19

    Mapper Hiring Mapper (Make quest work) ($$$)

    Hello I'm looking for a mapper who can fix these following quest. The task is to set Unique ID, Action ID working with my actual script. Pm me for more info about payment ! Already Done : -Banshee quest -Demon Helmet -Annihilator -Demon Oak -The Inquisition Incomplete : -The Pits of Inferno...
  7. bradette19

    Mapper Need mapper to fix all real tibia map quest UniqueID/ActionID ($)

    I pay for this job lol or you want to explain me how to fix door with seal at banshee quest?
  8. bradette19

    Mapper Need mapper to fix all real tibia map quest UniqueID/ActionID ($)

    Hey, I need someone to fix my real map. I have the script for quest working, just need to add Action ID, Unique ID. Msg me ! Ty
  9. bradette19

    My server won't show online on OTserverlist, but players can join !

    My server is currently online but it appear offline on Otservlist. Xinn said me that : Your server isn't online right now or doesn't answer to status protocol query so otservlist can't gather info about it (and shows it as offline).. Where can I find "Status protocol query" to find if there's...
  10. bradette19

    Request : Banshee quest 1.X (Seals)

    Hello, I'm requesting Banshee quest scripts to have seals Working. Ty :)
  11. bradette19

    Webdesigner LF Webdesigner for a fast job ($)

    PM me for info! (It's only a layout Job, tibiacom)
  12. bradette19

    Tower Defense Event [TFS 1.0 / 1.1]

    Can I add a 24h wait time before redo the event ?
  13. bradette19

    Double XP Item 2 hours

    Thank you, very appreciated :) !
  14. bradette19

    Double XP Item 2 hours

    I'm not sure to understand. Can I put this in my script below ?
  15. bradette19

    Double XP Item 2 hours

    Hello, I want to add something to my script but I don't really know how. A broadcast message to the player to told him is Double xp have expired. Here my script function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) if player:getStorageValue(1234) >=...
  16. bradette19

    Solved nextUseStaminaTime a nil value

    dofile('data/lib/libs.lua') dofile('data/vip-system.lua') ropeSpots = {384, 418, 8278, 8592, 13189, 14435, 14436, 15635, 19518} doors = { [1209] = 1211, [1210] = 1211, [1212] = 1214, [1213] = 1214, [1219] = 1220, [1221] = 1222, [1231] = 1233, [1232] = 1233, [1234] = 1236, [1235] =...
  17. bradette19

    Solved nextUseStaminaTime a nil value

    Tiles.lua local increasing = {[416] = 417, [426] = 425, [446] = 447, [3216] = 3217, [3202] = 3215, [11062] = 11063} local decreasing = {[417] = 416, [425] = 426, [447] = 446, [3217] = 3216, [3215] = 3202, [11063] = 11062} function onStepIn(creature, item, position, fromPosition) if not...
  18. bradette19

    Solved nextUseStaminaTime a nil value

    function onLogout(player) local playerId = player:getId() if nextUseStaminaTime[playerId] ~= nil then nextUseStaminaTime[playerId] = nil end return true end
  19. bradette19

    Solved nextUseStaminaTime a nil value

    -- ordered as in creaturescripts.xml local events = { 'TutorialCockroach', 'ElementalSpheresOverlords', 'BigfootBurdenVersperoth', 'BigfootBurdenWarzone', 'BigfootBurdenWeeper', 'BigfootBurdenWiggler', 'SvargrondArenaKill', 'NewFrontierShardOfCorruption'...
  20. bradette19

    Solved nextUseStaminaTime a nil value

    Hi, I just updated my Real map datapack and I have some error when I try to get online. If someone can help me with this ? Ty :)
Back
Top