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

    [France]Ranger's Arcani |NEW CLASS|BETA|FULL CUSTOM|

    enjoying this server so much and im only lvl 15, highly recommended
  2. S

    Recommended games

    could try Blade and Soul, i play that game at least 5h/day however, late game is a grind but the dungeons are so nice
  3. S

    8.6 with 10.98 graphics?

    possible if you have a custom client, yes. Just edit the item.otmb aswell when u add them into the game :)
  4. S

    NPC Limited Quantity of Items

    make the npc give a storage everytime someone buys 1 amulet of loss + 1 for each consecutive use and then if storage == 10 (or w/e quantity) then deny the offer.
  5. S

    Question about TFS Mini Bosses

    should be a file in data > raids called raids.xml
  6. S

    [France] Ascalon (8.7 Custom) - Coming soon

    evul did state that this is mainly about new players not knowing how to do certain quests. I 100% agree with the lore part.
  7. S

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    am i the only one thats shocked how lucky he got and looted MPA from a wolf? Kappa
  8. S

    [France] Ascalon (8.7 Custom) - Coming soon

    no way the mystery boxes were OP. I have never seen anyone complain about them. Leave the shop alone, its fine as it is.
  9. S

    C++ Utana vid

    post ur utana vid spell
  10. S

    Multiplier on vocation

    you need to make a new character everytime you change that, it doesnt apply to pre-created characters. ~ read that from a similar post, could be false tho
  11. S

    [8.6] Dragon Ball OT development topic

    is it me or you're working so quick? Great job, i love how this looks already :3 should you take a picture with each outfit so we can see how great they look! keep up the good work
  12. S

    Help on making hidden features on map

    THIS is what it looks like, and heres the code. actions/scripts local config = { pickaxeusedon = 1285,-- ID of item pickaxe was used on pickuse = Position(993, 1007, 7), -- where do you need to use the pickaxe passage = Position(992, 1007, 7), -- where does the hole appear spawn...
  13. S

    Help on making hidden features on map

    tfs version?
  14. S

    TP Stone Proplem

    local temple = {x=6166,y=6048,z=7} function onUse(cid, item, frompos, item2, topos) if getCreatureCondition(cid, CONDITION_INFIGHT) then doPlayerSendCancel(cid, "You can't use this when you're in a fight.") doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)...
  15. S

    TP Stone Proplem

    tp stine.lua:5 script="tp stone.lua"/> whats the script inside the "tp stine.lua" file?
  16. S

    Compiling [TFS 1.2] [8.6 By Ninja] a small setup problem

    so i just compiled ninjas tfs downgrade to 1.2 but whenever i start using THIS datapack this pops up, no idea why. Any help would be great. Also files named { libmysql.dll LICENSE schema.sql } are copied from my other, normal tfs 1.2 10.98 so im not sure if they will work if anyone...
  17. S

    [8.6] Dragon Ball OT development topic

    tutorial has a point, the sprites look damn sexy, good job and keep the great work
  18. S

    Lua [TFS 0.4] Effect on bed if player sleep

    try getTileItemById(pos, ItemID)
  19. S

    Lua [TFS 0.4] Effect on bed if player sleep

    make a global event that checks every 2-3 sec if the item id is the ID of a bed with a player in it and if true then play the animation
  20. S

    Solved In service of yalahar tfs 1.2

    make the gate check for the storage value of 10th yalahar mission, if they dont have it then dont let them pass through
Back
Top