• 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

    I need help with a script

    sooooo 1) give quest to kill 10 rats 2) give reward for it 3) give new quest? or make it so they can do another one?
  2. G

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

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, 0) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_POFF) setAttackFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 5, 4, 6) local condition = createConditionObject(CONDITION_PARALYZE)...
  3. G

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

    local condition = createConditionObject(CONDITION_HASTE) setConditionParam(condition, CONDITION_PARAM_TICKS, 22000) setConditionFormula(condition, 0.7, -56, 0.7, -56) setCombatCondition(combat, condition) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT...
  4. G

    Team Athera-Online

    Would be easier if i had direction on what to sprite. New sprites.
  5. G

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

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) local condition = createConditionObject(CONDITION_HASTE) setConditionParam(condition, CONDITION_PARAM_TICKS, 22000)...
  6. G

    Help me to make my ot online

    Go to tutorial page, and look at all the posts for server.. Then try a youtube video.
  7. G

    Help me to make my ot online

    oh god....Look around Otland before posting man.... First, login with your ip. I mean the 108.000.000.0 one... if that doesnt work, open yur command prompt and type ipconfig, type your other Ip adress in too. second, you acually want your firewall on... third, if this is as far as you've...
  8. G

    Is it possible converting...

    Is it a map you want? You can change map to 8.10 by going into properties in RME. You will see something for the client versions ect. Then download a 8.1 server. *not recommended You can also go into your data>xml>servers and change the client version in there. I don't know if it works or not...
  9. 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...
  10. G

    Team Athera-Online

    please get back as soon as possible. I have started spriting, and am not bad at it, I have a low grade spriting editor, so After i purshace a higher end one I should be able to come up with even better prototypes, Here is a human i made. If you're not going to have "real" figured let me know...
  11. G

    Looking for old .rec from tibia 7.x

    Ill add to this, I've been searching TFS mystic spirit ~7.6 7.8
  12. G

    [FREE] Talkactions/Movements/Actions/global/creature/spells/MORE!

    Post any requests here. I will make it completely user friendly, so you will be able to change any part of the script you might want to. It will also be extremely advanced, anything that can be put in will be. I'm not limiting it to free script. ;P {prime that script is set for 1 hour. If you...
  13. G

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

    I would if I understood the "bad english" Are you trying to say 2 guilds fight, winner moves on, other goes temple.
  14. G

    Vocations are changable [REQUEST]

    --edit nvm then-- Have anything else you need let me know.
  15. G

    Vocations are changable [REQUEST]

    Want it cost money? ect... explain... - - - Updated - - - want them have to use an item? say something?....
  16. G

    [Request] Spell with levels

    You should get skype and add me, ill be your scripter lol.. Im doing all scripting services free atm. Until I join a potential server. here is the other spell. very simple.. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true)...
  17. G

    How do I change account manager position ?

    As looney said in your SQL database you need to edit the position of account manager. Make sure new player townid is correct (not related) but it will be the next problem, if thats not correct. If you are still having the problem, go into your schemas file. Open each of the sql files, and...
  18. G

    Lua LuaDoCreateMonster

    If that doesnt work, you can make a new talkaction. Name it adv. creature or something... The script is so if there is monsters all around you, and you make a monster it will teleport the top 3 monsters up away from you. Also makes NPC's local top_left = {x = getPlayerPosition(cid).x - 1, y...
Back
Top