• 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!

Search results

  1. Spoking

    Lua Can you do a line break when you send a message? (sendTextMessage)

    Hey all :) Can you do a line break when you send a message in game? (sendTextMessage) I tried \n but that didn't work. Thanks!
  2. Spoking

    Lua Where do I find all CONST enums, like magic effects, broadcast types etc?

    Like the title says, there used to be a file where I could look up all these constants in a list; however, I can't find it anymore. Anyone knows? Thanks!
  3. Spoking

    Team [Game Designer] Looking for interesting projects to help with! :)

    Dear OTLand members, It has been years since I've been around here, but it's cool to see that OT is still alive and well! This was the place where I started my journey 10 years ago. OT was the main reason for me to create a career out of making games. And here I am, I did it. I studied Game...
  4. Spoking

    Game Developer looking for Job (All-Round)

    Hey there OTLand Members, I am currently studying Game-Development and busy with the second year now. I specialized on Programming but I am switching to Design next year. Since I do not have much to do for this year (except for my YouTube channel: HDCommentary) I decided to go out and find...
  5. Spoking

    Going full-time on YouTube - I need your Feedback!

    TL;DR - I paused my school to go Full-Time on Youtube. Please give me feedback on my content so that I know what I can improve over the next year! Thanks :D Dear OTLand Community, Today was the day that I decided to change my life drastically. I chose to follow my dreams and become a full-time...
  6. Spoking

    [YouTube] SixManArmy Channel LAUNCHED!

    Dear OTLand Community, The SixManArmy channel is now DONE! We will start uploading videos by tomorow, so don't forget to subscribe! On SixManArmy, our goal is to entertain the viewers with great content EVERY DAY. Every director will get a day assigned to upload his/her video on that day...
  7. Spoking

    TalkAction Automatic nature

    Hello everyone, I've made this script a long time ago, when I was still in scripting and OTS etc. But since I quit with that anyways, I can share a script I made back then. You can expand the script however you want, make it yours, make the most epic script ever from this one.. It's all fine...
  8. Spoking

    Get better at COD! (Black Ops)

    Hello everyone! Please check out the latest video I made. A lot of people liked it already, so I think this has to be showed to the rest! http://www.youtube.com/watch?v=oJbH6VQpKi8 Hope you guys like it, and please let your friends know about it if you do! Thanks for reading...
  9. Spoking

    Selling LVL 112 EK on Guardia (non-PvP)

    Hello there, I'm selling my account with my level 112 elite knight character on it, skills 82/75 ml 7. I also have a lvl 42 rp on Grimera on this account, and a lvl 30 ek on guardia. (they don't have good eq) The level 112 ek has got the following EQ: Royal helmet, Dragon scale mail...
  10. Spoking

    HDCommentary: Gameplay Commentaries about various games!

    Hello there! Me and some friends of mine decided to create a youtube account and create gameplay commentaries. I think you all know what those are, because they are famous on youtube. Think about machinima and that kind of things. Anyways, we have created an account on youtube with...
  11. Spoking

    HDCommentary - Starcraft 2 Commentaries!

    Hello there! Me and my friend have begun a channel named HDCommentary. We are currently making vids for starcraft 2, but we might do other games aswell in the future. We are new to the commentaries branche, and we hope to get alot of tips to improve our commentating! And we are not just making...
  12. Spoking

    Mapper www.Lorelia.net Custom server is in need of mappers!

    Hello readers, First of all, some information about the server: - Stages from 250x to 2x - Custom map - Unique features - 24/7 online, hosted by a dedicated server company - record of 311 players few months ago - been up since may~ 2010 For more information, please visit our custom...
  13. Spoking

    [Sweden] www.Lorelia.net | custom server | custom items| custom quests | RESET 4th!

    Welcome to my thread about the amazing server Lorelia. This server has been online for quite a while now, and I think several people know about it already. The thing why I posted another thread about Lorelia is because there will be a reset, and to all who want to be in the highscores or want...
  14. Spoking

    What does a realmap server need?

    Hello OTLand community, Me and my friend have been working on a realmap server, and we almost have all quest working. But then we began to wonder: "What does a realmap server actually need to get the players?". I would like all your suggestions here. If you come with really good suggestions, I...
  15. Spoking

    TP player before dead and give him full health?

    Hello OTLand community, I would like to know how to make this possible. I have made an event where you should survive as long as you can. The monsters 1 hit you. Now they actually kill you if you die, but I want that the players just return to temple without dying when they get killed in this...
  16. Spoking

    [Help] Send message to players in room

    Hi, I made this script but I get an error which I don't know how to fix. local spectators = getSpectators({x=1004,y=1094,z=9}, 10, 10, false) for _, specs in ipairs(spectators) do if (isPlayer(specs)) then doPlayerSendTextMessage(specs, 25, "Congratulations, you've finished...
  17. Spoking

    [Help] Jump over Fence script

    If you are on the left of the fence, you will teleport to the right on use. function onUse(cid, item, fromPosition, itemEx, toPosition) local position = getThingPos(item.uid) local playerpos = getCreaturePosition(cid) local pos1 = {position.x - 1, y=position.y, z=position.z} if pos1 ==...
  18. Spoking

    [HELP] Check area for monsters

    Hello, I edited this script, but it seems to not be working Its the end, where it should be looking for monsters in that area. If there are monsters, say: Please kill the monsters first. If the area is cleared, it will do elseif clicks == 5 and monsters1 == 0 then...
  19. Spoking

    [Help] 3 levers to make a ladder

    Hello, I can't figure out why my script is not working, so if there is anyone here that knows, please post. local ladderpos = {x=1000, y=1000, z=7} function onUse(cid, item, fromPosition, itemEx, toPosition) local a, b, c = getTileItemById({x=999, y=999, z=7}, 1946).uid...
  20. Spoking

    Compiling mysql errors

    I get a list of mysql errors: what to do? I am using the tags of 0.3.b3 linkers: -O1 -lboost_regex -lboost_system -lgmp -lluasql_mysql -lluasql_sqlite -llua5.1 -lmysql -lsqlite3 -lwsock32 -lxml2 -lmysql -lws2_32 -s obj//databasemysql.o(.text+0x12b):databasemysql.cpp...
Back
Top