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

    Releasing Cerdito map! [Download]

    Is there a way you can rehost this map? IT'S Amazing!
  2. L

    Compiling 64 bits Crying Dawson

    So the problem is i need to run a server and it says to decrease map size or compile a 64 bits server version, decreazing the size is not an option so i'm wondering if someone could point me out how to compile the 64 bit version :thumbup:
  3. L

    MySQL Remote Connection

    I'm trying to connect to the mysql server and not the website, what i mean is like ip:3306. I probably ment Remote Acess to the server, since when i try to check if that port is open i get connectino timeout, and the port is open, but it's probably mysql that rejects outside connections.
  4. L

    MySQL Remote Connection

    I want to enable this on MySQL but i can't seem to find a way to do it, the reason i want to do this is because i have my server and my database in different places. Would apprecciate it a lot if someone could help me :p
  5. L

    Need pro Spell scripter

    local function? i think if it's like this it won't work but if you remove the local it'll work(don't know i'm just a noob lua coder xD)
  6. L

    Spell couple spells i made (first ones)

    I'm thinking second one is gonna lag your server like hell and first one, well i already have a haste one so i don't need it for my server, but this'll be useful for somene so thanks for releasing.
  7. L

    Action [ULTRA RELEASE]Upgrading System By Click V3.0

    I get this error sometimes [12/09/2009 21:11:23] Lua Script Error: [Action Interface] [12/09/2009 21:11:23] data/actions/scripts/custom/upgrade.lua:onUse [12/09/2009 21:11:23] luaGetItemDescriptions(). Item not found [12/09/2009 21:11:23] Lua Script Error: [Action Interface] [12/09/2009...
  8. L

    Action [ULTRA RELEASE]Upgrading System By Click V3.0

    I don't understand what's the hit one for,lol
  9. L

    [BETA] TibiaUGBot

    Cheers for the updates :) Needed a rune maker and here it is, just a little problem it's the bot lagging, and i'm only using the loot corpse, and healing feature, it just starts lagging, and it disables all functions
  10. L

    TalkAction Bounty Hunters System (Player Hunt System)

    i do have return true before last end :p
  11. L

    Raise sd damage and lower paralyze mana cost

    sudden death.lua local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) local combat1 = createCombatObject()...
  12. L

    Pvpenfo with skull lvl possible?

    In Crying Dawson 0.3.5pl1 is possible to get exp from players with skull system, there's the option in the config: rateExperienceFromPlayers = x enable normal pvp and you will have both
  13. L

    TalkAction Bounty Hunters System (Player Hunt System)

    This script can work for SQLITE, just make the tables, i had a problem that when a player is supposed to die he doesn't die, just hp/name bar is removed, but if he heals he gets life back, meaning immortal players
  14. L

    [HELP] Need to check many positions at once

    function onCastSpell(cid, var) local ppos = getPlayerPosition(cid) local positions = { {x = (ppos.x - 6), y=ppos.y, z=ppos.z, stackpos=253}, {x = (ppos.x - 5), y=ppos.y, z=ppos.z, stackpos=253}, {x = (ppos.x - 4), y=ppos.y, z=ppos.z, stackpos=253}, {x = (ppos.x - 3)...
  15. L

    I really need it ;) - Repping who ever helps me XD!

    There's already !commands in 0.3.5 local config = { guildTalksEnabled = getBooleanFromString(getConfigValue('ingameGuildManagement')) } function onSay(cid, words, param, channel) local playerAccess, t = getPlayerAccess(cid), {} for i, talk in ipairs(getTalkActionList()) do if(not talk.hide...
  16. L

    TalkAction [Finished] InGame Highscore

    This script doesn't work for 0.3.5, players made my server crash with this command, and when you try to check the skills highscore, the player name doesn't show Regardless you did a good job and i don't think i could've done this
  17. L

    What other games do you play?

    Silkroad Online, Jade Dynasty, PS3, and ofcourse 'the game of life'
  18. L

    [BETA] TibiaUGBot

    IT works now, that was the problem, but the version i download was in the download page in your website
  19. L

    [BETA] TibiaUGBot

    I'm trying to use this on otserv and the features of the bot works fine but when i try to do something in the client like: Moving and item/using and item, it doesn't do it and it says 'Sorry not possible'. And this is only when i'm using it because when i don't have it open the client acts...
  20. L

    Action Requesting Help with simple line! ^_^

    I'm using the same method and it works
Back
Top