• 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. Caio Cesar

    OTC Negative Offset

    Actually we can use only positive numbers in offset window, i would like ask someone could help me add negative numbers too like: Offset X: -8 Offset Y: -8 Example: I would like add -8 in x, ladder offset to she match the tree line (just a example to show what i mean) Would look like this...
  2. Caio Cesar

    Walk trough walls

    How i can activate that CTRL + walk: https://imgur.com/WYknQau In tfs 1.1 ?
  3. Caio Cesar

    Possibility of movement

    TFS1.1, Tibia 10.41 There's a way to i make a same object allow/restrict movement to different directions? I've been trying make a fence allow me move through it, only from directions i want: Thats just a example, won't solve my problem just put a flag 'unpassable', cause it will restrict...
  4. Caio Cesar

    Caio's Gallery!

    Well my first sprites at tibia perspective: So? im still newbie, where my first work, till i do more i'll update here.
  5. Caio Cesar

    Centered outfit

    I edited the otclient source, to center outfits bigger than 32pixel. Thats a example: Its not 100% yet, and they crop in editor are wrong, thats just a example. Instead all sprites bigger than 32 be rendered to left, it could be centered in the main sqm :) The problem is the sources edits...
  6. Caio Cesar

    Kyuubi / Susanoo / Mount

    Hehe :D
  7. Caio Cesar

    Imperius Diablo 3

    Tried do Imperius from Diablo 3 , what you guys think? http://3.ii.gl/yFluxdFQZ.png
  8. Caio Cesar

    Cliente Perspective

    Does anyone knows if theres a way to compile the otclient using another perspective instead 45º ?
  9. Caio Cesar

    Item Editor

    Does anyone got a item editor working in tibia 10.41? :rolleyes:
  10. Caio Cesar

    Lua Cancel event

    local config = { cooldown = 5, -- tempo entre uma magia e outra tempo = 20, -- tempo em segundos que ficará healando percent = 2, --- porcentagem da vida que cura storage = 45382 } function onCastSpell(cid, var) local p = Creature(cid) if os.time() - p:getStorageValue(cid, config.storage) >=...
  11. Caio Cesar

    Lua invencible

    I searched in otland, but found nothing about it. Have any function or way to make player invencible for x seconds? If yes, would like edit it to be random chances for sucess, like: Cast spell: Invincibility Chance to success 20-50%, 5 seconds invencible :)
  12. Caio Cesar

    Solved Player position

    creature:getPosition():sendMagicEffect(74) How i add +1 in x or y or z in tfs1.0? Like this: local pos = getPlayerPosition(cid) local pos2 = {x = pos.x + 1, y = pos.y, z = pos.z} I want the script get the creatureposition and add the effect from the position +1 in x
  13. Caio Cesar

    Tibia (animations delay)

    As got no solution, and no one answered -Close-
Back
Top