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

    [Request] Some Scripts

    @zbizu sorry for being rude <3/ @Seumion I can just help you out i guess like i should have from the start but yeah. Set everyone's speed to 750 Add this to - data\creaturescripts\scripts\login.lua - Under this function onLogin(cid) doChangeSpeed(cid, 750)...
  2. RosOT

    Riptide - Dungeon(Test:Offline) Give ideas an opinions~

    @Exorcist I't will be online in about 10 mins just fixing some things ill give you information if you would like to come on and chill / talk nothing to hunt atm just testing stationary stuff atm.
  3. RosOT

    Spell Ninja Vocation Spells

    FIXED MY ISSUE~ 1.1 - 1.x users. i had the Error createcombatarea - Line 29 I changed this createCombatArea(AREA1) to this createCombatArea AREA1 = { {0, 0, 0}, {0, 3, 0}, {0, 0, 0} } local function sendHealingEffect(cid, position, loopCount) local player = Player(cid) if not player then...
  4. RosOT

    Riptide - Dungeon(Test:Offline) Give ideas an opinions~

    You know just 3:00 Am testing with @MysteriousDot testing out how op stats can get and what needs to be fixed on them also worked on our dear friend annelid queen for a little while known as Dungeon: One boss!
  5. RosOT

    [Request] Some Scripts

    Well, Everything you have mentioned im pretty sure has already been made and posted so the search function to find what you are looking for before requesting something thanks.
  6. RosOT

    Riptide - Dungeon(Test:Offline) Give ideas an opinions~

    You all have been added.
  7. RosOT

    Riptide - Dungeon(Test:Offline) Give ideas an opinions~

    Ill be adding the people who want to test to the top. so message soon or else all space will be taken. first person: @Exorcist
  8. RosOT

    Solved Problem with teleport (rebirth teleport)

    @Thorn Goto top goto tools hit change title and type [solved]
  9. RosOT

    Solved Problem with teleport (rebirth teleport)

    As colors said above Did you check if rebirths are actualy being added to the player and with the storage id of 85987 and make sure you do have storage 85987:10.
  10. RosOT

    Solved Problem with teleport (rebirth teleport)

    try this ? Edited it. local teleportpos = {x = 1049, y = 895, z = 7} --The position where player will be teleported-- function onStepIn(cid, item, position, fromPosition) if getPlayerStorageValue(cid, 85987) >= 1 then --Storage id for rebirth's-- doTeleportThing(cid, teleportpos...
  11. RosOT

    Solved Problem with teleport (rebirth teleport)

    Here have my old server rebirth / level tiles it will give you an example and better ideas :) Just a rebirth tile Your would replace GetPlayerPrestige(cid) to this getPlayerStorageValue(cid, 85987) function onStepIn(cid, item, position, fromPosition) if getPlayerPrestige(cid) < 10 then...
  12. RosOT

    Riptide - Dungeon(Test:Offline) Give ideas an opinions~

    I will put this online soon for people to test it ill leave it on for 1 week thats it.. there will be restarts but ill warn you a few mins prior to the restart. If interested in testing it please comment or private message me. Needs done before testing. players for test: 6/10 Example...
  13. RosOT

    Solved TFS 1.1 npchandler

    Here, download this lib file and replace it with yours make sure to back yours up incase it does not work. I dont have time to scan the file its 5 AM i am tired you can scan it or simply see its small and only contains Textedit files. Lua/xml Data/Npc/lib...
  14. RosOT

    Solved TFS 1.1 npchandler

    Comment your bluebear script. Error: (TravelLib) Line: 22
  15. RosOT

    Solved TFS 1.1 npchandler

    Is it just the Dicer npc or every npc like you said ? You can try replacing your data\npc\lib\npcsystem\npchandler.lua with the one i put into paste bin below @7804364 http://pastebin.com/K5AK6eyP
  16. RosOT

    CreatureEvent [TFS 1.1] Revive System

    Yeah it was my fault sorry :P works fine unless i change more things that i don't mean to aheheh thanks @Colors
  17. RosOT

    Riptide - Dungeon(Test:Offline) Give ideas an opinions~

    BUMP~ Updated the first post. also added credits to the people who have helped. I restarted again so anything i made before is not there anymore only the stuff listed in first post. switched to [1.x]
  18. RosOT

    CreatureEvent [TFS 1.1] Revive System

    @Colors Not sure if its just me but seems like if i have more then 2 towns in the list i get this error modal window does not pop up at all it used to when i had 1 town.
  19. RosOT

    Lua New vocations

    Vocation 9 - From 9 == new vocation (Players can shoose it from acc manager automaticly) If you want to make it so you can do like (Sorcerer>Master Sorcerer>Wizard) you would do it like so. Vocation 9 - From 9 -- Sorcerer (Promotion Level: 0) Vocation 10 - From 9 -- Master sorcerer (Promotion...
  20. RosOT

    Solved Mixed ID's - Remere's Map Editor

    SERVER FOLDER BOX IS RED This is your server files goto Data/Items/items.otb REMERES MAP EDITOR FOLDER BOX IS ORANGE This is your remeres map editor file goto Data/Client Number/items.otb - replace it with the server items.otb
Back
Top