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

    Nostalrius 7.7

    OTHire have all correct
  2. G

    Nostalrius 7.7

    Any news about issues reported there?
  3. G

    Addons issue

    https://github.com/edubart/otclient/issues/922 Anyone fixed this?
  4. G

    MoveEvent [Events][TFS 1.X] Runes backpack Medivia-styled

    Also have a issue that you can push others runes directly on container slot
  5. G

    MoveEvent [Events][TFS 1.X] Runes backpack Medivia-styled

    is possible add 1 more type of rune in 23571backpack for example? i tested this {backpack = 23571, runes = 2287, runes = 2288 , runes = 2289}, -- LMM no work perfectly :/ someone help me?
  6. G

    C++ Question about Condition_param_delay

    else if (identifier == "poison") { conditionDamage = new ConditionDamage(CONDITIONID_COMBAT, CONDITION_POISON); conditionDamage->setParam(CONDITION_PARAM_DELAYED, true); combatType = COMBAT_EARTHDAMAGE...
  7. G

    TFS 1.X+ Quest log help

    My problem is my quest system, because quests items is included storage in chests usings RME, possible solution, anyone know if the Questlog without xml, but using Lua scripts is working good?
  8. G

    Nostalrius 7.7

    Yes, but can be fixed this changes https://otland.net/threads/problem-use-runes-in-yourself.263457/post-2547670
  9. G

    TFS 1.X+ Quest log help

    i have 3 chests on map Chest with storageid 96 Chest with storageid 97 Chest with storageid 98 all chest is a part of quest. My doubt is, how can i activate the questlog without click on chest with storage 96 first? i want quest (Amazon Camp Quest) activated no matter the order of chests...
  10. G

    C++ some help in condition for function

    in my sources, i found this function responsible to send the player to the temple if he does not have an empty tile to connect E.g player logout disconnects on some tables around, when connect it is automatically sent to the temple. bool Map::placeCreature(const Position& centerPos...
  11. G

    OTClient Problem use runes in yourself

    Yeah, i need fix this, because my server is old school... then i dont want ppl to use hotkeys. but i have this problem ;s
  12. G

    Tasks on Nostalrius 7.7 TFS 1.2 Problem

    For example "trolls", -> ", setQuestValue(15000,1) U need use setQuestValue first... this add the storage valur on player...
  13. G

    OTClient Problem use runes in yourself

    i can't use runes on myself, i got this msg there. You are not allowed to shoot directly on players. how can i fix this?
  14. G

    Lua TFS 1.2 Nostalrius Files - Creating Teleport upon kill with UID

    Is because Nostalrius server not use default items of TFS atributes
  15. G

    [MOD] Windows (BP, EQ, Battle etc.) can be dragged only to 'panels' (right/left)

    humm, because i don't want the option to enable or disable this, how can i remove the options?
  16. G

    [MOD] Windows (BP, EQ, Battle etc.) can be dragged only to 'panels' (right/left)

    My OTC doesnt start after this implementation. function UIMiniWindow:onDragLeave(droppedWidget, mousePos) local children = rootWidget:recursiveGetChildrenByMarginPos(mousePos) local dropInPanel = 0 for i=1,#children do local child = children[i] if child:getId() == 'gameLeftPanel'...
  17. G

    Lua Help with my script tfs 1.2

    is a npc that give me this storage
  18. G

    Lua Help with my script tfs 1.2

    at the time the player gets the storage 5005,1 without leaving the game and entering again.
Back
Top