• 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

    Solved Teleport with storage value

    When you put it in you missed putting a value for the storages to be. This is why it didnt work... You have: if getPlayerStorageValue(cid, 34235) then it should be: if getPlayerStorageValue(cid, 34235) >= 1 then -- this is if its greater then or equal to-- - - - Updated - - - function...
  2. G

    Team Adaria searching staff.

    Name: Nathan Age: 17 (2 months from 18) Country: United States Languages: English, enough Spanish to understand what they are saying, and can help. Experience: I've hosted a semi-major OT in the past we had about 75~ players frequently (custom ot) playing. I have been coding for over 8 years...
  3. G

    Spell Upgrade. HELP

    ;P need any scripts other then spells let me know.
  4. G

    Spell Upgrade. HELP

    nvm then
  5. G

    OT's lack creativity!

    i see ;P just had to say it. Hope its good, pm me if you want some scripting help :P (dont care for pay) - - - Updated - - - Its not that they don't like creativity they just don't like a dumb idea in a good idea. A lot of the time I see people actually troll out ideas, that are used later in...
  6. G

    OT's lack creativity!

    lol 3-5 months, cant remember which? Anyway. Its all whether the ot is made how it should be, for what it is. Like collapser. Shit ot, good player base. Just because he got fishing monsters right first. "right" as in players liked how it was set up, and they liked the monsters to fight.
  7. G

    Team ROTSCO dedicated OT

    bump
  8. G

    OT's lack creativity!

    Pretty much its still: 1) They don't have the scripters 2) they don't have the ideas 3) they don't have the right map/player base for some ideas 4) there to lazy 5) they want to expand higher then TFS compiler. So they don't even make a OT..... but rather a tibia based game, whether that's...
  9. G

    Small remove item error.

    Pretty much if the player says the words it removes the items. The thing is when the player is in the right spot, and is looking the right way, it still returns him to the else doPlayerSendCancel(cid, "This is not a rock you can remove") Also, In my console it tells me that the item couldn't be...
  10. G

    OT's lack creativity!

    Usually people that don't like ots play RL maps. However a custom map can be made so creative that its unbearable, and draws you to the addition of playing. The only factor is people don't like walking 30 minutes per destination. other then that, you can make a OT with limitless...
  11. G

    NPC Ultimate Amulets and Rings Dealer

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Almut" script="data/npc/scripts/amuletsrings.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="130" head="39" body="122" legs="125" feet="57" addons="0"/> <parameters> <parameter key="message_greet"...
  12. G

    OT's lack creativity!

    Ots "lack" creativity because everyone is to lazy now days. The best ots ive seen are the first 5 of otlist, The most unique thing ive ever seen was account manager could watch other players screens. Its not that the creativity is gone, but the lack of being able to, and lack of enthusiasm to...
  13. G

    Ot help fast!!! Important!!!

    Make sure you dont have global save enabled in the config.lua. Its just a big fuk of server.
  14. G

    Team Name yet to be determined

    Cant really give ideas if there is no bases of whats going to be on you're server. Even thoguh you dont want to give out your ideas, you can still say something about what the game play will be like. With the information givin, I doubt you will get anything other then posts about ways to make a...
  15. G

    Summon monster on wall use, not working

    Try this. local wallpos = {x=482, y=548, z=7} local wallid = 9119 local timetoreset = 10000 local demonPos = {x=482, y=548, z=7} function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 9119 and item.uid == 4039 then doPlayerSendTextMessage(cid, 22, 'Watch...
  16. G

    Summon monster on wall use, not working

    stackpos 255 you need this on the monsters spawn point.. Also i dont see a local for the spawn point. - - - Updated - - - local wallpos = {x=482, y=548, z=7, stackpos=1} local wallid = 9119 local timetoreset = 10000 local demonPos = {x=482, y=548, z=7, stackpos=255} function onUse(cid...
  17. G

    What you think?

    Depends on exp rate, but usually level/ML potions are a key factor in OT's.
  18. G

    Hoster Hoster needed

    I need someone that can open my ot. I have a project going, and need to be able to test what is put in so far. We will talk about further details of "payment" after contacted through skype. It will be 8.54. The hoster must know how to get the server online, without my help.
  19. G

    [Capture The Flag , Map Change , Color Team]

    Here it is. capture the flag.rar - Speedy Share - upload your files here - - - Updated - - - This is not as advanced as you want, If you want one as advanced as you say, I will require payment.
  20. 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) setConditionParam(condition...
Back
Top