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

    loot msg when kill player

    i don't understand u want as to change function from onuse to onkill?
  2. N

    loot msg when kill player

    what the loot in the player dead human that normal loot msg Loot of a rat: 3 gold coins, cheese. i want this msg when kill player and losse items get this msg 01:20 Loot of a "..getcreaturename(target)..": balalalla, balanablaba.
  3. N

    explain script

    anyone can explain how this script work?? https://otland.net/threads/antibot-system-that-masiyah-uses.161475/#post-1555273 i know it need globalevents and talkactions but i need to know how this script work
  4. N

    loot msg when kill player

    i know but u can help me in it? or will be hard to do somthing like this
  5. N

    loot msg when kill player

    i ask for this script when player kill othere player the player die lost items the killer get msg loot creaturename {dead} : name of items player losse tfs 0.4
  6. N

    range talkaction

    this is line 65 if getDistanceBetween(getThingPos(cid),getThingPos(tid)) <= 7 then
  7. N

    range talkaction

    lib function getDistanceBetween(fromPosition, toPosition) local x, y = math.abs(fromPosition.x - toPosition.x), math.abs(fromPosition.y - toPosition.y) local diff = math.max(x, y) if(fromPosition.z ~= toPosition.z) then diff = diff + 9 + 6 end function onSay(cid, words...
  8. N

    range talkaction

    full erro
  9. N

    range talkaction

    f5
  10. N

    range talkaction

    ??
  11. N

    range talkaction

    f5
  12. N

    range talkaction

    if i can fix i don't reply :S anyway thx u
  13. N

    range talkaction

    i have this function in 032 position and i used if getDistanceBetween(getThingPos(cid),getThingPos(tid)) <= 7 then return doPlayerSendCancel(cid, "creature not in range.") end give me error "" attempt to index local 'toposition' <a boolean value
  14. N

    range talkaction

    i have this spell and want to edite it for if u don't see player or range nore than 7 can't use this talkaction. function onSay(cid, words, param) if (not exhaustion.check(cid, 87924)) then if param == "" then return doPlayerSendCancel(cid, "Add a name.") end if...
  15. N

    limos npc missions

    to be like this [2] = { monsters = { {name = "Dragon", count = 2, storage = 21900, startvalue = 2}, }, message = "Thanks, for your next mission kill", level = 30, rewarditems = {...
  16. N

    Pheonixia-OT [8.6] New everything! enjoy ;)

    can upload in mediafire.com please?? this site don't work in my country :S
  17. N

    limos npc missions

    in npc don't have startvalue
  18. N

    limos npc missions

    work good but when need to add new mission make startvalue 6 and than 8 and 12 or what ?
  19. N

    Solved Set Storage on a new character - TFS 0.4 - 8.6

    In login.lua add Local storage = 1300 if getPlayerStorageValue(cid,storage) < 0 then doPlayerSetStorageValue(cid,storage,1)
  20. N

    Dis effect

    work thx rep
Back
Top