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

    [quest chest]

    Alright, I'll try it! Thanks! :P I'll REP you but btw don't you have to compile it or something?
  2. J

    [quest chest]

    Will all my scripts work though with 0.4.r3884?
  3. J

    [quest chest]

    Okay, I've been looking for about an hour or two now and I can't find any solution. People whether they are GM or not (Access 0-5~) can move and pickup the chest. The chest, however, works when you use/open it, but everything I've seen says "Add an AID and a UID and it will make it unmoveable."...
  4. J

    Help me please!!

    I have the same problem! Does anyone know how to fix this?
  5. J

    [USA] Fierce OT 8.6

    Yeah, but it's not real map :P
  6. J

    [8.60] Centera Evolution by Donio -> Doniio

    Hey Doniio, when I start up the server it says I'm missing 2 monsters.... Pycotitan and Cykotitan. Do you still have them by any chance? : / If so that'd be amazing! :D
  7. J

    [Monsters] Cannot load monsters

    The thing is, I don't know : / That's why I was searching for them to find the exact one : (
  8. J

    [Monsters] Cannot load monsters

    I know, but I need the real Pycotitan and the real Cykotitan : /
  9. J

    [Monsters] Cannot load monsters

    I don't have Pycotitan and Cykotitan, I tried searching online for them but I couldn't find them : /
  10. J

    [Monsters] Cannot load monsters

    Whenever I start up my server I get this error: [02/08/2012 14:43:57] [Spawn::addMonster] Cannot find "Pycotitan" [02/08/2012 14:43:57] [Spawn::addMonster] Cannot find "Cykotitan" [02/08/2012 14:43:57] [Spawn::addMonster] Cannot find "Pycotitan" Does anyone have those 2 files? Pycotitan and...
  11. J

    [USA] Fierce OT 8.6

    Anyone have any suggestions? :)
  12. J

    Lua [Creature Scripts] See Frags Database Location

    Well, sorta but this is getting it from somewhere else: "SELECT `pd`.`date`, `pd`.`level`, `p`.`name` FROM `player_killers` pk LEFT JOIN `killers` k ON `pk`.`kill_id` = `k`.`id` LEFT JOIN `player_deaths` pd ON `k`.`death_id` = `pd`.`id` LEFT JOIN `players` p ON `pd`.`player_id` = `p`.`id` WHERE...
  13. J

    Lua [Creature Scripts] See Frags Database Location

    22:05 You see Shortii (Level 489). He is an Epic Elite Warrior. He is Wrath of the Rage. Frags: 0 Health: [7400 / 7400], Mana: [2440 / 2440]. It always says 0 because It's getting the frags from the wrong part of the database... I need it to get it from the column "frags" in the "players" table...
  14. J

    Lua [Creature Scripts] See Frags Database Location

    Is there any way that I can make this script: function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then doPlayerSetSpecialDescription(thing.uid, ". \n Frags: "..math.max(0, getPlayerStorageValue(thing.uid, 20233))) end return true end Get the frag amount...
  15. J

    [USA] Fierce OT 8.6

    VIP Island has been upgraded and some minor Event bugs were fixed! :D
  16. J

    [Talkaction] Frags bug

    Still doesn't work correctly : / - - - Updated - - - This is what happens when someone gets a kill: Well... This script is where the frags go...: function onKill(cid, target, lastHit) if isPlayer(target) then db.executeQuery("UPDATE `players` SET `frags` = `frags` + 1 WHERE `id` = " ...
  17. J

    [Talkaction] Frags bug

    Whenever you get a kill and say !frags with this script: local config = { useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')), advancedFragList = getBooleanFromString(getConfigValue('advancedFragList')) } function onSay(cid, words, param, channel) if(not...
  18. J

    [USA] Fierce OT 8.6

    Thank you Christ04! :D
  19. J

    [USA] Fierce OT 8.6

    FierceOT.no-ip.org 7171 Based off of Centura~! Temple: Hunting: Quest Room: Event Room: VIP Town: Welcome Everyone! Fierce OT is now online! Fierce OT is an amazing Tibia server. There are many unique features such as: -Addon bonuses -Level effects -Skill effects -Vip effects -and...
  20. J

    [Website] Hosting Issues

    I did 7171, 7172, 80, 3306, 443 It didn't fix it though : / I've had a website up before but it has never done this before
Back
Top