• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. sabodden

    TFS 0.X UH/IH together to EXURA/EXANA MORT

    @Gesior.pl did u know this 2? pls -- 1 how to check if rune was used in a real player? i mean, not only cid, others players/monsters -- 2 how to use this rune together with attack runes (i mean, this rune + sd or hmm) ?
  2. sabodden

    TFS 0.X UH/IH together to EXURA/EXANA MORT

    I've tried to do on actions: And i have a few questions on the code: <action itemid="2273" event="script" value="runes_spellexausted/uh.lua"/> <action itemid="2295" event="script" value="runes_spellexausted/holy_hmm.lua"/> uh.lua -- 1 how to check if rune was used in a real player? i mean...
  3. sabodden

    TFS 0.X Rune on spell exausted

    bumo
  4. sabodden

    OTClient Close button by window OTClient

    there isn't a easy way to call function onoff() on press 'X' close button?
  5. sabodden

    TFS 0.X UH/IH together to EXURA/EXANA MORT

    how can i change exausteds configs in my source Fir3element/3777 (https://github.com/Fir3element/3777/tree/master/src) so player can combo exana mort with UH/IH (running healing spells)? bummp bump
  6. sabodden

    OTClient 1.0

    Hope u can do the 3 one "3- Possible True OTML, using HTML and CSS writing. (Maybe I won't have time for this)" Cant wait to make some good UIs :)
  7. sabodden

    TFS 0.X attempt to concatenate upvalue 'maximum' (a nil value)

    this is right? local combat = createCombatObject(), idk, just asking on start [22:58:01.699] [Error - Weapon Interface] [22:58:01.699] data/weapons/scripts/wands_n_rods/multielements_staff.lua [22:58:01.699] Description: [22:58:01.699] (luaSetCombatArea) Area not found [22:58:01.700]...
  8. sabodden

    TFS 0.X attempt to concatenate upvalue 'maximum' (a nil value)

    [20:26:10.522] [Error - Weapon Interface] [20:26:10.522] data/weapons/scripts/wands_n_rods/multielements_staff.lua [20:26:10.522] Description: [20:26:10.522] (luaSetCombatArea) Area not found [20:26:10.522] Warning: [CallBack::loadCallBack] Event onGetFormulaValues not found. [20:26:10.522]...
  9. sabodden

    TFS 0.X attempt to concatenate upvalue 'maximum' (a nil value)

    from data/lib spellcfg_wandnrods_min = 2.0 spellcfg_wandnrods_max = 4.0 spellcfg_wand_atkMultipler = 2
  10. sabodden

    OTClient Close button by window OTClient

    lua function init() mainWindow = nil mainButton = nil g_keyboard.bindKeyDown('Shift+F12', onoff) mainWindow = g_ui.displayUI('main.otui') mainWindow:hide() mainWindow:recursiveGetChildById('minimizeButton'):hide() end function terminate()...
  11. sabodden

    OTClient Close button by window OTClient

    hmmmm it didn't print anything
  12. sabodden

    OTClient Close button by window OTClient

    ty, its main :D --- i tried also: @onClose: modules.main.onoff() MiniWindow id: botWindow !text: tr('ElfBot') width: 625 height: 160 @onClose: modules.main.onoff() and didn't work :(
  13. sabodden

    OTClient Close button by window OTClient

    @onClose: onoff() not work modules.your_module_name.onoff() how can i know my your_module_name ?
  14. sabodden

    TFS 0.X attempt to concatenate upvalue 'maximum' (a nil value)

    did u know how to put this script with doCombat this script use dynamic elementals, not static, i cant use, i think: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_FIREDAMAGE) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_FIRE) could u...
  15. sabodden

    OTClient Close button by window OTClient

    Oh sorry, i didn't post the .otui file: MiniWindow id: botWindow !text: tr('ElfBot') width: 625 height: 160 @onClose: modules.game_minimap.onMiniWindowClose() MiniWindowContents Button id: Healing anchors.top: parent.top anchors.left: parent.left...
  16. sabodden

    TFS 0.X attempt to concatenate upvalue 'maximum' (a nil value)

    [13:55:27.656] [Error - Weapon Interface] [13:55:27.656] data/weapons/scripts/wands_n_rods/multielements_staff.lua [13:55:27.656] Description: [13:55:27.656] (luaSetCombatCallBack) Combat not found :( Why? I can use this function in other script like this: local combat =...
  17. sabodden

    OTClient Close button by window OTClient

    what should be this SCRIPTNAME
  18. sabodden

    TFS 0.X attempt to concatenate upvalue 'maximum' (a nil value)

    srry i didn't understand what are u mean...
  19. sabodden

    how to make a MiniWindow spawns in the middle?

    why cant i give @oen432 best answer?
Back
Top