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

    choiceId 0 in modalwindows

    Hey!! I'm getting an error using modal windows. The first window is working just fine but then the second one's choiceId is constant and is always 0, which causes an error to happen with the third one because it uses the choiceId to reference the value you are looking for in an array. This is...
  2. Frikx

    Lua Get spell group

    Hey yo!! I'm actually working on a script to sort spells and I really need to access to the spell group (Attack, healing, etc) : <instant group="healing" spellid="144" name="Cure Bleeding" words="exana kor" lvl="45" mana="30" prem="1" aggressive="0" selftarget="1" cooldown="6000"...
  3. Frikx

    // Scripter looking for a job

    >> Ay yo!! >> I am a Computer Engineer student who loves programming and would like to make use of what I've learned through out the years. >> I am offering myself as a Scripter. >> I have 4 years + experience in LUA. >> My last script: [8.60] Hunter Event >> I do not ask anything in return...
  4. Frikx

    [8.60] Hunter Event

    >> Hunter Event > Video: > /path/to/server/data/lib/hunter_event.lua -- Hunter Event by Frikx -- Version: 1.0 HunterEvent = {} HunterEvent.config = { minPlayers = 2, lifes = 3, maxDuration = 30, winItems = { {name = 'crystal coin'...
  5. Frikx

    Linux RME 3.3 Loading Tibia.dat problem

    RME 3.3 gets stuck when loading Tibia.dat from my Linux machine. What do?? :^(
  6. Frikx

    \\ Frikx Showoff

  7. Frikx

    Lua [GLOBALEVENT] Custom Weather script

    Hello OTLand! Today I was working on a custom weather script, It Works properly but I get a Little error in console that is spammed all the time. (The script Works, but I don't want this error to be shown :c) Console: [Error - GlobalEvents::think] Failed to execute event: Weather Script...
  8. Frikx

    doSetItemActionId() TFS 1.1

    What's the function to set an Actioin ID to an ítem by LUA? Thanks
  9. Frikx

    Lua TFS 1.1

    How can I send a magic effect to a determinate spot? local pos = {x=1000, y=1000, z=7} pos:sendMagicEffect(13) Or {x=1000, y=1000, z=7}:sendMagicEffect(13) Doesn't work. Thanks.
  10. Frikx

    Lua addEvent error

    local pos = { {x=1000, y=1000, z=7}, {x=1000, y=999, z=7} } function onStepIn(cid, item, position, fromPosition) local delay = 0 for i = 1, #pos do addEvent(doRemoveItem, delay, getTileItemById({x=pos[i].x, y=pos[i].y, z=pos[i].z, stackpos=0}, 405).uid)...
  11. Frikx

    Compiling Source to change the character box INFO

    Whats the source to change this to just show the world name? Thanks
  12. Frikx

    Solved setCreatureDropLoot - tfs 0.3.6

    Hey guys just wanted to know if 'setCreatureDropLoot' was working properly for you on a TFS 0.3.6. Because I'm trying to use it on a Skull Amulet script and this just bugs out the death corpse. Thanks
  13. Frikx

    Lua Double "wave" spell problem

    Hello OTLand. I got here the "exori con" script. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, true) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ETHEREALSPEAR) function...
  14. Frikx

    Zombies OT Showoff

    Hiyaaa!!! How it's going?!?! I am Frikx and I am working in a Resident Evil OT Server 100% Custom. I am a new Spriter and I am learning, here is my first Sprite and how it looks like in the game. See you soon in my next Sprite!! Sorry for my noob english I gave 13 years old and I am...
Back
Top