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

    100 Otlanders! [60/100]

    I want to be a bat
  2. OTx

    Solved onUse setPlayerStorageValue script

    Now you have the opportunity to learn. local theTable = { [15848] = {1994}, [15849] = {1995}, [15850] = {1996}, [15851] = {1997}, [15852] = {1998} } local theVariable = theTable[item.uid] function onUse(cid, item, fromPosition, itemEx, toPosition) setPlayerStorageValue(cid...
  3. OTx

    [Sweden]GunCraft, 2D CS, Custom Oldschool style BETA 2.0

    I like how you started. Nice, clean little map where players should discover while you are expanding the map. You expand he map from feedback from players. For example, players need more quests for EQ, you expand the map and create a new quest for EQ. Anyway, the overall looks like it will roll.
  4. OTx

    Spells Exhaused , I change to 1000 and not work !

    I think you've forgotten "return true" before the last end.
  5. OTx

    Castle for evo and global quest

    Nice, good job!
  6. OTx

    [Compiling] [WINDOWS] How to set up a compiler [Noob friendly] [Tutorial]

    Did exactly as the instructions told me: Error: 64-bit mode not compiled in
  7. OTx

    Request Globalevent? example kill 200x demon and get automatic reward Rep++

    No need for globalevent. Just a onKill creaturescript.
  8. OTx

    What Type Of Server Does The Community Want Next?

    But the problem is that none plays custom/unique servers because nowadays players are roo lazy to explore something new and always want the server to go fast. I would vote for very fast exp, and much unique inside an Evolution map. If it was voteable. And also, none likes RPG feeling as RL tibia...
  9. OTx

    Summ's Project Showoff / Item Rarity System

    WOw, really nice! So the player can go through and stay on the mossy stone aswell while the GM with the storage sees it? (It's like the player just going through it)
  10. OTx

    Winter Update Photos

    What is the point of that?
  11. OTx

    Winter Update Photos

    I don't get it. So you can hit more than the creatures max health?
  12. OTx

    Event LIB (003-event.lua)

    I like it, and nice. I want to see examples in a real event instead of just how to use the functions.
  13. OTx

    [Project] RaceWars by Eldin! [RPG/War] (Discussion/Ideas)

    It's nice that you are keeping up this project but I have something to tell you. One of my friends made a race war as well but there were 4 colors instead of some races. You couldn't change outfit or change team/race unless you bought it from the website. It had so much CO-OP quest that you...
  14. OTx

    Happy Birthday Talaturen & Don Daniello!

    Happy birthday! yeay! :D
  15. OTx

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    To not help too much. I just edited my post with fully working request.
  16. OTx

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    I think this is more sure that the player will respawn on it's temple: local Cyko = { town1 = { vocations = {1, 2, 3, 4}, townid = 1 }, town2 = { vocations = {5, 6, 7, 8}, townid = 2 } deathStorage = 999 } function onLogin(cid) if(Cyko.deathStorage == "Dead") then...
  17. OTx

    CreatureEvent Advanced - CheckPoint System!

    It's nice but I can be shortened. Specially the creaturescript.
  18. OTx

    [Functions] Useful Lua

    Do you have any examples with these functions? Else, it's pretty good.
  19. OTx

    MoveEvent Customize your own teleports

    function onStepIn(cid, item, position, fromPosition) local places = { -- {from, to, text} {{x=998, y=994, z=7}, {x=1310, y=1024, z=8}, "monsters teleports!"}, {{x=1308, y=1059, z=8}, {x=996, y=994, z=7}, "the quest rooms!"} } for i = 1, #places do if(fromPosition.x == places[i][1].x...
  20. OTx

    theduvbo.com banned?

    When you logged out in the training room while attacking, you still attacked and never got out-logged.
Back
Top