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

    otbm - fury gate

    i was with nothing to do, so i tracked the map from tibiacast https://mega.co.nz/#!8gthURAJ!HF59IVLJtEElRNpsWJ8zXlr9p7MKdYFQiHPbfnjpr7Q OR you can use http://otland.net/threads/best-released-real-map-10-31-based-1-0.204514/ this map has fury gate
  2. televolt

    otbm - fury gate

    position first floor (npc falonzo), i can only help with this :/ http://www.tibiawiki.com.br/wiki/mapa?x=33291&y=31792&z=13&zoom=4 x: 33292 y: 31792 z: 13 portal positions http://tibia.wikia.com/wiki/Fury_Dungeon
  3. televolt

    MoveEvent Increase damage onEquip no source edit version

    ..why "increasemagicpercent" instead of distance skill?
  4. televolt

    Server crashing, no console errors. Need Help!! (hopeless...)

    look if doConvinceCreature is not the problem, try to test with the spell "exana mas mort"
  5. televolt

    Solved Mod random item stats by cyko for TFS 0.4

    hmmm, what protocol?
  6. televolt

    Solved Mod random item stats by cyko for TFS 0.4

    this error is probably coming from killing summoned monsters or monsters that dont have corpse, like in arena and yalahar quest
  7. televolt

    Lua attributes for (doItemSetAttribute())

    i'm trying to use a script to upgrade wands but nothing happen without error :( tfs 0.3.7 LIB function getHand(player) local _ALLOWEDS = {2187} -- example {2723, 8329, 8921} local slotRight = getPlayerSlotItem(player, 5) local slotLeft = getPlayerSlotItem(player, 6) if isInArray(_ALLOWEDS...
  8. televolt

    Lua attributes for (doItemSetAttribute())

    Hello, can anyone help with a list of all possible attributes in doItemSetAttribute()?
  9. televolt

    [lua] need help

    HUHUHUHU WOORKS!! thanks for help and thanks in advance!! you're my hero <3 hahaha
  10. televolt

    [lua] need help

    Problem solved ^^ this script checks what weapon is equiped on right hand and will block attacks.. otx 2.7 or tfs 0.3.7 function onTarget(cid, target) if getPlayerSlotItem(cid, 5).itemid > 0 then local v = getPlayerSlotItem(cid, 5) if getPlayerVocation(cid) ~= 9 and getItemWeaponType(v.uid)...
  11. televolt

    Lua onEquip function

    doesnt work for what i need because i want two vocations using sword weapon, but only one vocation can use two swords at same time i'm trying to make something that check if player are using two swords and block targeting.. but gimme error :/ function onTarget(cid, target) local v =...
  12. televolt

    Lua onEquip function

    problem solved! http://otland.net/threads/lua-need-help.201351/#post-1936337
  13. televolt

    Feature [TFS 1.2] Combat Parameter - COMBAT_PARAM_PVPDAMAGE

    hey can you make for equipments? like an attribute "pvp damage 10%" affecting normal hits and spells? it will be AWESOME
  14. televolt

    simple script? (moveevents)

    BUMP
  15. televolt

    simple script? (moveevents)

    yeeeeeeeeeep! exactly hahaha
  16. televolt

    simple script? (moveevents)

    nooo, i want the player got a cancel if he is not an assassin and try to equip swords in shield slot
  17. televolt

    simple script? (moveevents)

    what? i have edited the main post, give a look
  18. televolt

    simple script? (moveevents)

    i know these steps, it doesnt work in moveevents like i want. Ex: <movevent type="Equip" itemid="KATANA" slot="shield" event="function" value="onEquipItem"> <vocation id="x"/> with this method ONLY assassin will be capable to equip a katana and knight no, i want the other vocations equip...
  19. televolt

    simple script? (moveevents)

    okaay, it simple, i'm making an assassin vocation and it use one hand swords with "dualwield" attr, and i want other vocations dont equip the second sword on shield slot, only assassin can assassin> \o/ knight> \oX "you can't"
  20. televolt

    simple script? (moveevents)

    problem solved! http://otland.net/threads/lua-need-help.201351/#post-1936337
Back
Top