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

    Bomberman Event

    Have you not tried changing the message types?
  2. dewral

    Otclient Classic UI

    I'm planning to make it also for mehah version, but now i dont really have time to do it😥 Also you can open a thread on support with bugs you got and mark me. I'll try to help.
  3. dewral

    [ZnoteAAC] Hellgrave Template + Interactive Map

    Does that work for MyACC by any Chance?😆
  4. dewral

    Lua Plantation script TFS 1.3

    Action - [TFS 1.3] Flower Pot (https://otland.net/threads/tfs-1-3-flower-pot.273371/) TFS 1.2 Looking for action transform item to x item (https://otland.net/threads/tfs-1-2-looking-for-action-transform-item-to-x-item.280505/#post-2691313)
  5. dewral

    Dewral Mapping Showoff

    I like that idea, gonna fix it a little ;) Thank you💪
  6. dewral

    Dewral Mapping Showoff

    Sry for spam. And yet another for @Sajgon
  7. dewral

    Lua TFS 1.4 HELP ADDON DOLL

    I'm not sure honestly, but i use this script for like 3 outfits and it works very well :P
  8. dewral

    Lua TFS 1.4 HELP ADDON DOLL

    Then you're doing something wrong then 1653602759 You sure your new outfit is enabled on outfits.xml?
  9. dewral

    Lua TFS 1.4 HELP ADDON DOLL

    This works for me 100% on 7.72 :P
  10. dewral

    Lua TFS 1.4 HELP ADDON DOLL

    You can do it just with action script local config = { storage = 535924, effect = 4, text1 = "You have gained your new outfit!", text2 = "You already have this outfit!", looktype = 317 } function onUse(player, item, fromPosition, target, toPosition, isHotkey) if...
  11. dewral

    Lua TFS 1.4 HELP ADDON DOLL

    <talkaction words="!outfit" separator=" " script="alloutfits.lua" /> !outfit rat So how you want to add the outfit? You mean you want make player to buy outfit from site and parse it to OT and save it?
  12. dewral

    Lua TFS 1.4 HELP ADDON DOLL

    It a simple talkaction :P
  13. dewral

    Some help at a Script error pls

    True any information would be good here. Atleast some screenshot :P
  14. dewral

    C++ TFS 1.5 7.72 How to send cancel message after choosing locked outfit

    Make a thread on support i'll help you, i remember i had this issue when i first time to install this :)
  15. dewral

    TFS 1.X+ fix onmanachange

    Np mate
  16. dewral

    TFS 1.X+ fix onmanachange

    Just add this :P function onManaChange(creature, attacker, primaryDamage, primaryType, secondaryDamage, secondaryType, origin) if attacker and attacker:isPlayer() then local base = attacker:getVocation():getId() if primaryType == COMBAT_HEALING then...
  17. dewral

    Problems with Map Loading 7.6

    Try downloading rme 2.2 OTS.ME Downloads (https://downloads.ots.me/?dir=data/remeres-map-editor) If that won't help you use 3.7 and make sure you put dat and spr to your Rme/data/760 folder
  18. dewral

    Problems with Map Loading 7.6

    There is a lot of 7.6 engines everyone is different, be more specific or i can't help help xD
  19. dewral

    Problems with Map Loading 7.6

    I assume you are using tfs 1.5 7.72?
  20. dewral

    Problems with Map Loading 7.6

    Im using same and i don't have problem, you don't need there client version 7.6. It will save your version with dat and spr you loaded the map
Back
Top