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

    Easiest to follow Ot creation tutorial ever...

    A lot of uploading websites got shut down. "GOVMENT CAME AND TOOK MY BABY!"
  2. G

    Team Athera-Online

    @.@
  3. G

    Spell Request! [maybe a pro scripter can make this?]

    Try this.. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, 0) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_POFF) setCombatParam(combat, COMBAT_PARAM_TYPE, CONDITION_PARALYZE) setAttackFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 0, 0, 0, 0) -- POFF hits...
  4. G

    Im watching you... Server owner script, (illegal with wrong usage)

    I am going to release this, Im not 100% if it works, though it should JUST fine... Pretty much it logs a file when a player says a certain word, in your log file. You must be careful, as its not legal to watch peoples private conversations (when they think there private). I keep the script at 2...
  5. G

    Team Athera-Online

    Also, On your website Im trying to change avatar and cannot, I've registered.
  6. G

    Team Athera-Online

    Name: Nathan Age: 17 Sex: Male Country: USA Nationality: German, American. Position: Scripter [Lua/Xml]/moderator (not required) Experience: 4 years of computer classes, regarding web/software programming. I cant create just about anything with lua/xml. Going into collage for software...
  7. G

    TalkAction pits of hell event

    Event based on players trying to get through a small isle possible 2-3sqm, the players try to run though without getting hit by the fire. If they get hit, back to restart. (creates dead bodys, and cleans.) Players dont acually die, just teleported back. Talkaction: <talkaction words="!pits...
  8. G

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    You should have a DOC folder in your main server folder (right when you open server folder).....If not, get a new distro man.... server>doc>Lua_functions Also say what script you want next time, try to explain as best you can. eg. 1) player says something 2)teleport him 3)send magic effect...
  9. G

    Team ROTSCO dedicated OT

    "be the one you would love as another."
  10. G

    TalkAction Kick anyone not as high staff as you

    I notice in alot of distros gods cannot even kick gms... If you want to fix this, here is a nice script for it. local god_only = false function onSay(cid, words, param, channel) if (param == "") then doPlayerSendCancel(cid, "command param required") return false end t =...
  11. G

    PVP System - area spells only on target.

    set all your spells to aggressive="0"? in your xml file...
  12. G

    Lua Key to Mwall wont work, simple

    Well with this code, uid has nothing to do with it. You must make sure the magic wall you are using key on is itemid 1497, if its any other type of magic wall it wont work. After that id try taking out the item.itemid == key part, and just set the itemid in your actions.xml. so... local pos...
  13. G

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    I will do all requests, just make sure you put a upload of your lua_functions from the doc folder in your request.
  14. G

    Hello Need here...

    he wants real...
  15. G

    Teleporting a player when they walk away or time out from an npc

    here is a npc system, its not mine. It will work for what you want. local focuses = {} local playerInfos = {} local function isFocused(cid) for i, v in pairs(focuses) do if(v == cid) then return true end end return false end local function addFocus(cid) if(not isFocused(cid))...
  16. G

    msjava.dll download

    I need someone to get this file, im sure you have it on your computer already. If not download it, then upload it to speedyshare. -Thanks, to anyone who takes the time I would do it, but there's just somethings diel-up cant do :/ - - - Updated - - - ...
  17. G

    C++ No losing skull when lose the PZ (Skull System)

    Skulls_t Player::getSkull() const { if(hasFlag(PlayerFlag_NotGainInFight) || hasCustomFlag(PlayerCustomFlag_NotGainSkull)) return SKULL_NONE; return skull; } I think the problem is here,,, you need Skulls_t Player::getSkull() const {...
  18. G

    Add Show/Hide

    try this <?PHP if($subtopic == "tibiarules") { $main_content .= '<B>'.$config['server_name'].' Rules</B><BR>'; else $main_content .= '<B>'.$config['server_name'].' Rules</B><BR>'; } $main_content .= ' <script language="javascript"> $(document).ready(function(){...
  19. G

    Solved Everyone can access my domain, and I cant

    Xon he figured out he needed to run his notepad as admin to change anything, then he changed his IP to his other one. Thats how he fixed, you didnt help.
  20. G

    guild war system

    For the right price, ill make any system you want...
Back
Top