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

    TFS 1.X+ Por Wand Script for TFS 1.3

    @Apollos Lua Script Error: [Weapon Interface] data/weapons/scripts/supervara.lua onUseWeapon luaAddEvent(). callback parameter should be a function. stack traceback: [C]: in function 'addEvent' data/weapons/scripts/supervara.lua:13: in function <data/weapons/scripts/supervara.lua:6>
  2. A

    AAC Gesior TFS 1x - Rank Reset Widget Top Level

    i want add my reset em rank widget top level, storage my reset 378378, same image
  3. A

    AAC Gesior TFS 1x - Rank Reset Widget Top Level

    add my reset no rank storage 378378 and show addons too, thx <?php $skills = $SQL->query('SELECT * FROM players WHERE deleted = 0 AND group_id = 1 AND account_id != 1 ORDER BY level DESC LIMIT 5'); ?> <style type="text/css" media="all"> .Toplevelbox { top: -4px; position: relative...
  4. A

    TFS 1.X+ Talk Actions Status TFS 1.3

    port for tfs 1.3 and add show stamina, critical and dodge, my storage critical and dodge DODGE = { STORAGE = 48900, -- player storage do sistema CRITICAL = { STORAGE = 48901, -- player storage do sistema function onSay(cid, words, param) local level = getPlayerLevel(cid) local...
  5. A

    TFS 1.X+ Por Wand Script for TFS 1.3

    What I put in weapons.xml ?? tfs 1.3 @Apollos
  6. A

    TFS 1.X+ Por Wand Script for TFS 1.3

    port for tfs 1.3 plz local min, max = 15000000,15000000 --Ataque mínimo e ataque máximo local w = { [1] = {ef = 46, sh = 29, dmg = COMBAT_POISONDAMAGE}, } function onUseWeapon(cid, var) local effect = getPlayerStorageValue(cid, 4561) local target = getCreatureTarget(cid)...
  7. A

    Rank Reset - TFS 1.3

    @Apollos ok local top = 10 local rankcolor = MESSAGE_STATUS_CONSOLE_ORANGE local errorcolor = MESSAGE_STATUS_CONSOLE_BLUE local popup = true -- set to false if you want it in local chat local exhaustvalue = 78692 -- storage to avoid command spam local exhausttime = 5 -- seconds before you may...
  8. A

    Action [TFS 1.1] Item's upgrading by jewels

    any can for tfs 1.2/1.3 ???
  9. A

    TFS 1.X+ Help Script Lottery - TFS 1.3

    i want what god and staff not gain lottery too... only players for win lotterry local rewards = { {9002, 1}, {9004, 1}, {9693, 1}, {2160, 100}, } function onTime(interval) local players = Game.getPlayers() if #players > 0 and #rewards > 0 then local uid, n...
  10. A

    Rank Reset - TFS 1.3

    any add my reset in rank too, my reset of storage 378378 local top = 10 local rankcolor = MESSAGE_STATUS_CONSOLE_ORANGE local errorcolor = MESSAGE_STATUS_CONSOLE_BLUE local popup = true -- set to false if you want it in local chat local exhaustvalue = 78692 -- storage to avoid command spam...
  11. A

    Look Reset TFS 1.3

    port my script tfs 0.4 for tfs 1.3 <event type="look" name="lookreset" event="script" value="lookreset.lua"/> function onLook(cid, thing, position, lookDistance) if isPlayer(cid) then resets = getPlayerStorageValue(cid, 378378)+1 doPlayerSetSpecialDescription(thing.uid...
  12. A

    Port Script TFS 0.4 for TFS 1.3

    attempt to call field 'explode' (a nil value) stack traceback: [C]: in function 'explode' data/actions/scripts/quests/Super Flecha.lua:12: in function <data/actions/scripts/quests/Super Flecha.lua:8>
  13. A

    Port Script TFS 0.4 for TFS 1.3

    any port ?? he script, only the vocation of the item, takes the same local vocQ = { ["1-5"] = {item = {7365, itemid}}, ["2-6"] = {item = {7365, itemid}}, ["3-7"] = {item = {7365, itemid}}, ["4-8"] = {item = {7365, itemid}}, } function onUse(cid, item, toPosition, itemEx...
  14. A

    Feature Health And Mana Percent [TFS 1.2]

    tfs 1.3 error
  15. A

    Feature 100% Heal & Mana Tfs 0.4

    you have for tfs 1.2+ ??
  16. A

    Lua Function doPlayerSetExtraAttackSpeed(cid, speed)

    tfs 0.4 ??? not search return vocation->getAttackSpeed()
  17. A

    [C++] How to increase maximum level on server

    what formula for level max 1.000.000 ??
Back
Top