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

    [OTclient] game_outfit issue. Color cells. [SOLVED]

    I tried to realign everything, change window size, cells, size, everything, still don't know what is going on. Anyone could give me a hand on this?
  2. ausirosiris

    [HELP] Movement onEquip Blue Robe light efx

    [TFS 0.4_dev] local condition = createConditionObject(CONDITION_LIGHT) setConditionParam(condition, CONDITION_PARAM_LIGHT_LEVEL, 5) setConditionParam(condition, CONDITION_PARAM_LIGHT_COLOR, 27) setConditionParam(condition, CONDITION_PARAM_TICKS, 33 * 60 * 10000) function onEquip(cid, item...
  3. ausirosiris

    OTClient [OTclient] Help to create highlight target effect mod?!

    addCheckBox("highlightTarget", "Highlight Current Target", true, rightPanel, "Additionaly hightlight current target with red glow") if true then local function forceMarked(creature) if target() == creature then creature:setMarked("red") return schedule(333, function()...
  4. ausirosiris

    Lua For tfs 0.4 [Help me with no aggressive aura effect]

    local AURASYSTEM_STORAGE = 200001 local AURASYSTEM_AURA_DELAY = 0.1 local AURASYSTEM_CONFIG = { DURATION = 30, DELAY = 0.1, TYPE = "all", DAMAGE = {-100, -200} } local AURASYSTEM_DIRECTIONS = { [NORTH] = { {0, 0}, {1, 0}, {1, 1}, {1, 2}, {0, 2}, {-1, 2}, {-1, 1}, {-1, 0} }, [EAST] = {...
  5. ausirosiris

    Lua [TFS 0.4] Addskill tile

    need a very basic and simple script for a ground tile that adds SKILL__MAGLEVEL tries each 2 seconds while you on it.
  6. ausirosiris

    tfs 0.4

    how do i fix the firebomb rune that gives yellowskull to the player whom use it...
  7. ausirosiris

    Lua tfs 0.4

    cant doCreatureSetPartyShield( (shared exp) function onLogin? no errors, shield just dont appear... Am i missing something with src?
  8. ausirosiris

    Lua Teleport [TFS 0.4]

    Guys, i have this script. It is working fine but, why on earth the last hit 'follows and flies' the player that has been killed? ----- Local Towns ----- local arenas = { [1] = {arena = "xxx", redT = {x = 1034, y = 1077, z = 6}, blueT = {x = 1102, y = 1036, z = 6}}, [2] = {arena = "xxx", redT =...
  9. ausirosiris

    Lua Only Colors [TFS 0.4]

    Guys, i have this script for team war but, i only need to change the COLORS because i'm using another script to set the outfit per vocation. can't figure how to make it... (maybe i'm stupid) local t = { red = {x = 1035, y = 1077, z = 6}, blue = {x = 1102, y = 1036, z = 6} } local...
  10. ausirosiris

    OTClient healthinfo

    Hello, anyone have a healthinfo for OTc that displays the level of the player?
  11. ausirosiris

    Lua Still can't find anything. [TFS-0.4]

    Searching the forum and still nothing. I want to eliminate the corpses data from my server to decrease server load which i've already did. But im failing at creating a system that auto loots everything that monsters drop. I don't want a talkaction or a tab loot system that you wright name...
  12. ausirosiris

    TFS 1.X+ question

    Night, folks! Which tfs allows me to code the spells within the OTclient features? any 1.0+? or just the 1.4? im trying to find a good tutorial about how to inject/import the libs to successfully compile both architectures but, can't find anything... ...Anyone have good tutorial to suggest?
  13. ausirosiris

    OTClient interface

    anyone have a clean game_battle without the filters? 7.6 style thank you! im trying to delete things in otui but its too sensitive, im still not able to do it corretly
  14. ausirosiris

    TFS 0.X Weird

    Guys, anyone know why do i need to be constantly be pressing "Enter" in my Console to things to happen sometimes? Like players login/logout or even die? I've never saw anything like that before. Is this a Windows 10 thing or something?
  15. ausirosiris

    OTClient destination folders

    Guys, where do i change the destination that OTclient creates it savings?! I've look at everysingle file didnt find anything, Is it by source editing? I've already changed the name through "init.lua" but the rest, can't find anywhere...
  16. ausirosiris

    OTClient otclient emblems

    Hello there! Hey guys, where do i set the position of the guildwar emblems in OTC? And also, im curious to know if its possible to make the ChatChannel close or move around the screen like the miniwindows!
  17. ausirosiris

    OTClient Channel Window.

    Anyone know how to make the channelWindow (console) able to be minimized/close and draggable (movable) like the MiniWindows such Inventory, Battle, etc...
  18. ausirosiris

    TFS 0.X Crashing.

    Folks, i've wrote this script it works. The only problem is when the player is already with skull (white or yellow) for some weird reason (idk why yet) sometimes its crashing the console and closing it. and also its not completely healing the player after it teleports back. Any thoughts? -...
  19. ausirosiris

    Lua for tfs 0.4

    Here is what i want/need: People press enter (like acc manager) and a charlist opens with knight, sorc, druid, paladin. (this ive done already) but my issue now is, to make them able to be cloned. to have more than 1 of each class logged in at the same time;
  20. ausirosiris

    Lua Stop Attacking

    Need a quick function to stop attacking a player
Back
Top