• 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

    CreatureEvent Rebirth monster (phoenix effect)

    local first_level = "Phoenix" local second_level = "Phoenix re-birth" local rebirthEffect = CONST_ME_FLAM function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if getCreatureName(first_level) == true then doSendMagicEffect(getCreaturePostion(cid, rebirthEffect)...
  2. G

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

    Everything is do able.... What if they trap him? he wont be able to move even if he is invisable. Do you want me to make it so it teleports him somewhere? or do you not care?
  3. G

    Can You Have someone host your Site, But you host The Server?

    Yeah, you should see config for both apache and mysql on the control panel... Go in there and where you see port 80, put 8080.
  4. G

    Lol Unban please.

    This is why you use a no-ip, then when you get banned of list, you change IP, then in no-ip change to your new IP....Then upload server on otlist again... Simple.... - - - Updated - - - Honestly a server getting banned for anything other then copy wright infringement is complete bullshit.
  5. G

    Can You Have someone host your Site, But you host The Server?

    You would have to find a way to link your comps lol (extreme coding skills) then the files would have to read your server shit... So even if you found a way to do this, he would have full access to your computer... I suggest port forwarding right...
  6. G

    Tibia was hacked back in 7.71/7.72..

    I want to know where the hell the guy that hacked it, learned to to it...
  7. G

    Team ROTSCO dedicated OT

    Heres a general image of my map, im not gunna go where detail can show. for two reasons. 1) wouldn't want you judging weather you'll join on unfinished work. 2) Slow bandwidth, uploading is crap for me, so 2 photos it is. (i'm not hosting) ImageShack� - Online Photo and Video Hosting...
  8. G

    C/C++ request info

    thanks
  9. G

    TalkAction Creature Kill Count System

    edited, small change in creature script.
  10. G

    C/C++ request info

    I want to create my own program. Oviously I will need to know a few things. 1. How do I have C++ call for user input? 2. How do I check that imput. 3. Is there anyway to call a value from another file? ex. If i typed get names: in my program it would show all the names in the folder...
  11. G

    TalkAction {Advanced} Jail system

    I know its a released system, but this is mine. Talkaction: local jailpositions = { [1] = {x = 1000, y = 1000, z = 7, stackpos = 253}, [2] = {x = 1000, y = 1000, z = 7, stackpos = 253}, [3] = {x = 1000, y = 1000, z = 7, stackpos = 253}, [4] = {x = 1000, y = 1000, z = 7, stackpos = 253}...
  12. G

    Lua Scripts Outdated

    Joad, tell me if this is what you want. #Player needs x points to level a skill #player gets points from monsters? or something...
  13. G

    unashammed scammer three times!

    Okay kiddies, thread can close. Oviously elf decided to dip with the money. Either he got anoyed witht he person himself, or just wanted the money. Either way theres no reason to start new posts for arguements, why this hasnt been closed is past my fathem.. All i have to say is he is the reason...
  14. G

    Team ROTSCO dedicated OT

    welcome to RotsCo What is RotsCo? RotsCo is a "company" based organization. As I understand it's hard to understand what it means to be company based, and not be a company. I'm sure you will manage. RotsCo...
  15. G

    7,6 acc help

    $setservpath='C:\desktop\yourservfolder'; - - - Updated - - - make sure its right for your comp mine looks liek this... $setservpath='C:\Documents and Settings\Compaq_Administrator\Desktop\TFS';
  16. G

    Scripter [LUA/XML] Joining team

    delete
  17. G

    PVP System - area spells only on target.

    local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, 8) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 5) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, 5) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -1, -60, -1, -110) local top_left_corner =...
  18. G

    Help

    Or, you can go into map editor, and set all the items in there, set the action id 2000, and the unique all the same for the chests... then put the item inside the chest... If it doesn't work automatically.. Set the chests ActionId to the quest storage, then add this script to your actions...
  19. G

    [Request] Tibia Client

    this works too ^^ thanks.
Back
Top