• 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. Scrappy Coco

    look deaths tfs 1.1

    !bump
  2. Scrappy Coco

    look deaths tfs 1.1

    @narko tenks but I have no knowledge on the subject someone who can help :( !bump
  3. Scrappy Coco

    look deaths tfs 1.1

    I need this script for TFS 1.1, to give look to a player appears many times ah dead is simple but I can not complete tenks.
  4. Scrappy Coco

    Lua Last hit tfs 1.1

    @Evan thanks for your excellent work served me well . and thanks to all who tried to help me like for all
  5. Scrappy Coco

    Lua Last hit tfs 1.1

    then a script to simulate something like lasthit , or the player who does more damage ( target ) that is the frag lead thanks
  6. Scrappy Coco

    Lua Last hit tfs 1.1

    to What I mean is that occupied the lasthit when kill a player just say the name of who gave the lasthit . however if I add also you give me all who attacked the ( target) will leave message and tell you that ( target) dead by all who attacked not know if you understand me ?
  7. Scrappy Coco

    Lua Last hit tfs 1.1

    so I had it but did not work function onKill(cid, target, lasthit) if(isPlayer(cid) and isPlayer(target) and lasthit) then local player = Player(cid) target:say(target:getName().. "Owned By:" .. player:getName() .. "!", TALKTYPE_MONSTER_SAY) end return true end
  8. Scrappy Coco

    Lua Last hit tfs 1.1

    function onKill(cid, target) local creature = Creature(target) local targetGray = creature:getName():lower() if not targetGray then return true end for id, damage in pairs(creature:getDamageMap()) do local player = Player(id) if player then...
  9. Scrappy Coco

    Lua Last hit tfs 1.1

    there is a function that meets last hit onKill function ( cid , target, lasthit ) not work ¿there will be some other function that meets that or any way to edit the source code thanks ..?
  10. Scrappy Coco

    Lua Function query[Solved]

    @whitevo @imkingran @StreamSide @heba @Nothxbye thanks everyone for your help [PROBLEM SOLVED]
  11. Scrappy Coco

    Lua Function query[Solved]

    not solved whitevo Bump!
  12. Scrappy Coco

    Lua Function query[Solved]

    @StreamSide @heba still not working : / have something to do database
  13. Scrappy Coco

    Lua Function query[Solved]

    @heba fuck :(
  14. Scrappy Coco

    Lua Function query[Solved]

    How do I fix use or that function ?
  15. Scrappy Coco

    Lua Function query[Solved]

    Look @imkingran @whitevo this is script: function getPlayerFrags(cid) local player = Player(cid) local resultid = db.storeQuery("SELECT `frags` FROM `players` WHERE `name` = " ..getCreatureName(cid) ..db.escapeString(frags)) if resultid ~= false then local accountid =...
  16. Scrappy Coco

    Lua Function query[Solved]

    Testing and not result the same error keeps coming.
  17. Scrappy Coco

    Lua Function query[Solved]

    does not work, the same error keeps coming.
  18. Scrappy Coco

    Lua Function query[Solved]

    when to click on the item . throws this error script: function getPlayerFrags(cid) local player = Player(cid) local resultId = db.storeQuery("SELECT `frags` FROM `players` WHERE `name` = " ..getCreatureName(cid) ..db.escapeString(frags)) if resultId ~= false then local...
  19. Scrappy Coco

    RIP Tibia

    but to me nobody helps me in my thread :( :rolleyes:
  20. Scrappy Coco

    RIP Tibia

    o_O
Back
Top