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

    When somebody dies theres no body

    :O Ho my god... You server is very bugged. :) Post you advanceTaskSystem.lua More i don't find this... rsrsrs
  2. Mikii

    When somebody dies theres no body

    @Last World Nice eyes ~~~~ And my bad hands and eyes. :)
  3. Mikii

    When somebody dies theres no body

    if isPlayer(cid) == TRUE then if (getPlayerSlotItem(cid, 2).itemid == 2173) and getPlayerSkullType(cid) >= 1 then doPlayerRemoveItem(cid, 2173, 1) doCreatureSetDropLoot(cid, false) doPlayerSetLossSkill(cid, false) doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 10)...
  4. Mikii

    Cast system 10.1

    Check this Thread.. More this no is for tfs 1.o. [ Work on 3.7 some bugs. ] http://otland.net/threads/cast-system-tfs-10-10.200144/
  5. Mikii

    Lua sewer grate - switch

    Could you post a picture of the place to facilitate. And it would be interesting to have a reference that TFS version you use . Att
  6. Mikii

    When somebody dies theres no body

    rsrsrsrsr o_O I don't use cryingdamson, more try this. and edit my exemple vars pliz.. rsrsrsrs local config = { deathListEnabled = getBooleanFromString(getConfigInfo('deathListEnabled')), sqlType = getConfigInfo('sqlType'), maxDeathRecords = getConfigInfo('maxDeathRecords') }...
  7. Mikii

    When somebody dies theres no body

    if isCreature(lastHitKiller) then if (isPlayer(lastHitKiller) == TRUE) then hitKillerName = getPlayerGUID(lastHitKiller) elseif isMonster(lastHitKiller) then hitKillerName = getCreatureName(lastHitKiller) end end...
  8. Mikii

    When somebody dies theres no body

    Need check if is Creature On here TOO.. this error caused by not creature found... if(mostDamageKiller ~= FALSE and mostDamageKiller ~= lastHitKiller and getCreatureName(mostDamageKiller) ~= getCreatureName(lastHitKiller)) then
  9. Mikii

    When somebody dies theres no body

    On the lines: if(isPlayer(lastHitKiller) == TRUE) then hitKillerName = getPlayerGUID(lastHitKiller) else hitKillerName = getCreatureName(lastHitKiller) end Try This if (isCreature(lastHitKiller) == TRUE) then if...
  10. Mikii

    Lua Help on Script Npc Carlos Trade

    ~~~ Bumb ~~ ~~ Bumb ~~ ~~~ Nobody ? ~~ Last attempt.
  11. Mikii

    Lua Help on Script Npc Carlos Trade

    ~~~~ Bumb
  12. Mikii

    Lua Help on Script Npc Carlos Trade

    I nedding opening trade while player talking on npc and having storage... More don't work my idea for this.. NPC is Carlos ~~ I sending tutorial and open trade chanel, more don't open trade chanel with myscript: elseif (msgcontains(msg, 'yes') or msgcontains(msg, 'trade')) and...
  13. Mikii

    Where is the NPC Lothar

    In tibia RL here:
  14. Mikii

    Compiling TFS simple tutorial for beginners

    I having this erros too.. Help... Only Future.hpp
  15. Mikii

    Request maps you need here!

    Requesting Beregar City and Mines ~~ :>
  16. Mikii

    [Brazil] Razy Global 8.60 - Global full, come here!

    Rsrsrsrs... And a server no gain VIP days on create accounts. Suxx
  17. Mikii

    Windows Help : MYSQL - table doesnt exist ~ REP++ to helper

    Exewcute this. -- ---------------------------- -- Table structure for `house_lists` -- ---------------------------- DROP TABLE IF EXISTS `house_lists`; CREATE TABLE `house_lists` ( `house_id` int(10) unsigned NOT NULL, `world_id` tinyint(4) unsigned NOT NULL DEFAULT '0', `listid`...
  18. Mikii

    MYSQL Querys needed !!! REP++ For Helper

    Execute This Sqls Tables. -- ---------------------------- -- Table structure for `bans` -- ---------------------------- DROP TABLE IF EXISTS `bans`; CREATE TABLE `bans` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `type` tinyint(1) NOT NULL COMMENT '1 - ip banishment, 2 -...
  19. Mikii

    Buying Task System and "Raids Pack" for 9.83!!

    Need quest log??? What Version yours nedding? I have the task system full, more no have quest log. Tanks.
  20. Mikii

    Bug NPC

    Obrigado Keilost. Não vi o look da bagaça. rsrsrsrs Ele somente posto a imagem, e não diretamente a dúvida, achei que fosse a bagaça do preço... rsrsrsrs
Back
Top