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

    Peroxide's Mapping Thread

    be willing to sell your maps?
  2. sirakx

    Solved Fast attack, TFS 1.2!

    Could you help me with that? I want fast attack on my server, but not solved completely by lowering the attack vocations.xml Instead of the sources that I have to move?
  3. sirakx

    aund [mapping]

    buy maps offer please!
  4. sirakx

    Monsters walking on fields - help

    creo que ese efecto también es logrado en el xml del monster en inmunidades <immunities> <immunity lifedrain="1"/> <immunity paralyze="1"/> <immunity invisible="1"/> <immunity fire="1"/> <immunity earth="0"/> <immunity energy="0"/>...
  5. sirakx

    Lua Refin system for 10.90 - TFS 1.2

    Listo local vocations = {1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12} -- Vocações que podem refinar itens local ids_bloqueados = {2160, 5706, 2463} -- Itens que não podem ser refinados local controle = { {level = 0, quantOre = 1, chance = 100}, -- Level do item, quantidade de Iron Ore necessaria...
  6. sirakx

    Lua Refin system for 10.90 - TFS 1.2

    Ya lo probe y me funciono perfectamente para tfs 1.2 espero que te funcione :) local vocations = {1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12} -- Vocações que podem refinar itens local ids_bloqueados = {2160, 5706, 2463} -- Itens que não podem ser refinados local controle = { {level = 0, quantOre...
  7. sirakx

    Lua Refin system for 10.90 - TFS 1.2

    Este sistema ya no es funcional para tfs 1.2 :s
  8. sirakx

    Lua Stackpos not work in tfs 1.2

    I already I've tried. and I do not want to sound rude, but I need that you try it before commenting.
  9. sirakx

    Lua Stackpos not work in tfs 1.2

    I need the stone is placed above the teleport. :)
  10. sirakx

    Lua Stackpos not work in tfs 1.2

    I want to place a stone above the teleport but apparently the stackpos not work, anyone can help me? Thank you. this is my code: local config = { pos = Position(779, 504, 7, 2), id = 1354 } function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid)...
  11. sirakx

    [10.77] Map Draft

    this is great! but lacking the NPCs' c
  12. sirakx

    Help3R Map :)

    Reupload :C
  13. sirakx

    ObjectBuilder [10.32]

    I have an error. believe a new certificate to compile the program. but when I try to open the file AIR gives me error. tells me that the certificate is not the same as the program you help me?
  14. sirakx

    Transform a script in table

    I dont know because I always forget that function xD
  15. sirakx

    Transform a script in table

    the variable count helps me finish the process faster, it is a way to save time in processing. any programmer knows that. the "break" only breaks a cycle at a time.
  16. sirakx

    Transform a script in table

    local config = { [1] = {uids = {123, 234, 567}, exp = 10}, [2] = {uids = {890}, exp = 10}, } for i = 1, #config do if isInArray(config[i].uids, item.uid) then doPlayerAddExp(player:getId(), config[i].exp, true) break end end
  17. sirakx

    Event plugin

    adds a end to end :P
  18. sirakx

    [Znote] buy character system

    All sistem is configurable.
  19. sirakx

    [Znote] buy character system

    I change who are beautiful maps 8.60 :DD
  20. sirakx

    aund [mapping]

    they are genious. I love maps.
Back
Top