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

    [Mod & Lua] Advanced First Items (useRunes, useSlot, slotType, useMessage, inContainer)

    Hello, someone know how to rebuild script to get backpack style in something like that: Main: Brown Backpack -- Inside main backpack: Blue Backpack ---- Inside blue backpack: 20 blue backpacks -------- Inside every: 20 uh runes x1 use so at end 400 single uh runes (its just example numbers to...
  2. LuisPro

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Any one know how to make to runes weight scale to rune charges? Becouse now rune with 1 charge, weight same as rune with 100 charges.
  3. LuisPro

    [7.72] OTHire 0.0.1b - Based in OTServ Trunk (Latest)

    Lets say i want to add in middle of script something like "stop walk", "stop current action (Esc)" how i can do that? :P
  4. LuisPro

    Solved [OTHire] Use on yourself / Use on target

    Everything works well, there is no "mf" above player head and local chat, but when player got open game chat, or any other chat, "mf" is spaming here. Any way to prevent this?
  5. LuisPro

    Searching anti house trash system :P

    close door and windows?
  6. LuisPro

    Solved [OTHire] Use on yourself / Use on target

    Ok, so i walk around this by addEvent and works well! But my question is: if i add addEvent to every use of mana fluid for every player, it will not stress/lag? server or something?
  7. LuisPro

    Solved [OTHire] Use on yourself / Use on target

    bumpek i think its happend becouse its use os.time()+time. (my target exhaust is 1sec) so script take os.time()+ add 1 sec. but sometimes he take os.time just when new second is beginning then second use is good delay, but i think sometimes it take os.time couple ms before new sec. and new...
  8. LuisPro

    What is the best distro for 7.72?

    what diferent between otx2 and otx3?
  9. LuisPro

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    i dont even know how xD
  10. LuisPro

    What is the best distro for 7.72?

    link to distro pls
  11. LuisPro

    Lua Add Exausted talkactions plix

    u missing one ")"
  12. LuisPro

    Solved [OTHire] Use on yourself / Use on target

    its randomly happen only on second use.
  13. LuisPro

    [Archived] "[Quick Showoff] Post your latest maps"

    more green and remove dragon skeleton and looks like a first goku vs vegeta battleground :D
  14. LuisPro

    [7.7] RealOTS 7.7 Cipsoft files (virgin)

    in what file i can check oryginal amount, min and max mana give by manafluid?
  15. LuisPro

    Solved [OTHire] Use on yourself / Use on target

    (i can make video if u guys want to see that)
  16. LuisPro

    Solved [OTHire] Use on yourself / Use on target

    lel i dont know how but its works perfect :D TY :* how was oryginal exhaust on manafluids on real tibia 7.6? This is my code now: function onSay(cid, words, param) local exhaust = 666 if getPlayerItemCount(cid, 2006, 7) ~= 0 then if(not exhaustion.get(cid, exhaust)) then...
  17. LuisPro

    Solved [OTHire] Use on yourself / Use on target

    lol love you :D so simple and working :D about mf: if is as talkaction player got mute when spam (i add exhaust 1s for manafluid but it just add mana with this exhaust, and player still can spam "mf" and got mute (its possible? to add something like if player say "mf" he cant say "mf" in next...
  18. LuisPro

    Solved [OTHire] Use on yourself / Use on target

    i have this: getPlayerItemById(cid, deepSearch, itemId, <optional> subType) can you help me please construct code? :)
  19. LuisPro

    Solved [OTHire] Use on yourself / Use on target

    should i use doTransformItem(uid, toitemid, <optional> count/subtype) or doChangeTypeItem(uid, newtype) ? and what should be as a uid if this rune not have unique id?
Back
Top