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

    How to setup latest uniform server, znote acc maker, and latest TFS.

    Try using this version of uniserver, i have had problems with the latest ones as well. 11_8_2_ZeroXI
  2. SlayingWorld

    [USA] Fallen Souls OTS [10.77]

    Update V1.0.8 Resurrect will not work in zombie event, or in a PVP battle. New shrines to enchant gems in tp room. New promotions 100x Crystal Coins can be turned to 1 Vip Gold Nugget (WARNING YOU CANNOT GO BACK TO 100x CRYSTAL COINS) Some Minor Bug Fixes Fixed Yalahari Quest
  3. SlayingWorld

    Solved Help with Donations.

    <item id="8858" article="a" name="moon bow"> <attribute key="weight" value="90" /> <attribute key="attack" value="100" /> <attribute key="weaponType" value="distance" /> <attribute key="shootType" value="crystalarrow" /> <attribute key="description"...
  4. SlayingWorld

    NPC TFS 1.2 Promotion Npc for the second promotion.

    What would you call it then :p sorry noobie scripter here, but i mean it looks neater than mine
  5. SlayingWorld

    NPC TFS 1.2 Promotion Npc for the second promotion.

    Nice bro, havent tested it, but thanks for optimizing mine :D
  6. SlayingWorld

    Lua One quick question about login.lua

    Ohhhh there we go! :D
  7. SlayingWorld

    NPC TFS 1.2 Promotion Npc for the second promotion.

    Alright well i tested it on my TFS currently using the latest one, and everything worked fine! Remember this is just the NPC.lua file, you have to do the rest, vocations.xml, spells, etc local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  8. SlayingWorld

    Lua One quick question about login.lua

    Bump... Still cant figure what that actually does in login.lua, is it just for demotion if a player dies and goes to lvl 19?
  9. SlayingWorld

    MoveEvent Super Vocation Transformation Ring for 1.2

    Not working in latest TFS 1.2 tested it a while ago, tried to fix it but i couldn't find how D: By the way this is the first error, copied exactly off your thread, only thing edited was configuration a bit, but never edited the other stuff. Heres the script http://pastebin.com/swP2Tgnh
  10. SlayingWorld

    Lua One quick question about login.lua

    LOL my bad xD
  11. SlayingWorld

    Lua One quick question about login.lua

    Dont worry i dont need mods or anything like that haha, just need to find out what that part of the code in login.lua does. But i appreciate your effort :D
  12. SlayingWorld

    Lua One quick question about login.lua

    Yessir, got everything, working on promotion npc.
  13. SlayingWorld

    Lua One quick question about login.lua

    Its not bugging my server, i removed that code from my login.lua, and i am still able to use premium spells, i kept my own vocation elite knight, i even made new chars lvls 8 from website AAC and everything seems to run normal. Thats why im wondering what that code actually does, as i removed it...
  14. SlayingWorld

    Lua One quick question about login.lua

    Is this code necessary? Its on my login.lua on creaturescripts, i am running latest TFS 1.2 -- Promotion local vocation = player:getVocation() local promotion = vocation:getPromotion() if player:isPremium() then local value = player:getStorageValue(STORAGEVALUE_PROMOTION)...
  15. SlayingWorld

    Solved Custom vocations

    How did you solve this? Still remember?
  16. SlayingWorld

    Solved Game not creating teleport after boss is killed.

    local events = { 'SvargrondArenaKill', 'InquisitionBosses', 'PlayerDeath', 'DropLoot', 'modalAD', 'modalMD', 'fire_event', 'Tasks' } :oops::oops::oops: Well shit, what a dumb mistake of mine, you dont know how stupid i feel now cause i was hopping on this for...
  17. SlayingWorld

    Solved Game not creating teleport after boss is killed.

    I've also tried using this, but still getting nothing once i kill azerus. local teleportToPosition = Position(757, 127, 14) local function removeTeleport(position) local teleportItem = Tile(position):getItemById(1387) if teleportItem then teleportItem:remove()...
  18. SlayingWorld

    Solved Game not creating teleport after boss is killed.

    Okay so i added the yalahar quest to my ot. Just the final mission part, i got it off the ORTS for TFS1.2 I am currently using the latest TFS 1.2 But im having problems with this part of the script. local teleportToPosition = Position(757, 127, 14) local function removeTeleport(position)...
  19. SlayingWorld

    Solved Weird problem with website, just need some advice.

    Thanks guys! But problem was solved, it was some settings hidden in the dedicated server. But i appreciate the help! Love you <3
  20. SlayingWorld

    Solved Weird problem with website, just need some advice.

    That cant be it, because on my windows ip it actually loads the IP/URL wheres the webserver is coming from. Btw already checked general.php nothing in there
Back
Top