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

    C++ Game.loadmap with offset

    Hello, I was fiddling around with Game.loadmap but i realized there is no way to offset the loaded map like you would do in remere. Is it easy to add the offset parameters into the source code? Thanks.
  2. Karain

    C++ Kindly explain to me how fleeing works

    Hello OtLand, sorry for bothering you with my C++ ignorance, but can someone please explain to me how "fleeing" monsters calculate their paths while running away from you on low health? I'd like to recreate it in Lua for special purposes, but i can't seem to understand it from reading the C++...
  3. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Legends of Xorath - Open Alpha Create an account and character on www.legendsofxorath.com Download client here Hello everyone, I see that I've peaked your interest to see what the fuzz is this all about... Well... You came to the right place, allow me to explain... I'm currently creating a...
  4. Karain

    C++ [TFS 1.3] Monster vs Monster problem

    Hello, i'm facing an intricate problem in TFS 1.3, I have a screen that will turn some monsters against each other like a hunter-prey relationship. so far everything works fine, they target each other, they attack each other, they even use spell against each other but they take 0 damage. See...
  5. Karain

    NPC [TFS 1.2] NPC Dialogue Tree

    Hello again wonderful people of otland, i have a small gift for those who would like to see something more interactive when talking to NPCs. i personally liked the idea of manually talking to NPCs, but with my OT experience, sometimes they aren't that simple or it breaks the immersion as you...
  6. Karain

    GlobalEvent [TFS 1.2] Hunger Games Event [with maps]

    Good morning/evening/afternoon ladies and gentlemen, Today you will witness my first contribution to this wonderful community (finally graduating from being a lurker.. ahem). I present to you: HUNGER GAMES EVENT Inspired from the minecraft mini-game of the same name, i've created this event...
  7. Karain

    Lua Tile Walking speed [TFS 1.0]

    Hello, is there anyway to get the speed of the tile you are walking on? i know each time has their specific speed (cave floor is slow, cobble pavement is fast), i wanted to know if there is anyway to get with a lua function or atleast have a full list of them, Thanks!
  8. Karain

    Lua TFS 1.0 Storage questions

    Hello again, I noticed that you can't put storages for NPCs or Creatures anymore in TFS 1.0 Is there any alternative to give a value to a specific NPC and have it stick around even when the server is turned off? (global storages? writing the values into new txt files maybe?) Also my other...
  9. Karain

    Lua TFS 1.0 NPC Follow range

    Hello, i was trying to make a smarter NPC that will react to your words and attitude. if you offend her she will stop responding to players and follow the offender, and attacking him. it was going well until the NPC stops following you if you get more than 3 sqm away from the NPC, i have no...
  10. Karain

    Lua 1.0 onDeath Corpse is always empty

    Hello fellow Scripters of OTLand, i was working on a new "proof of concept" code that will search the corpse of a monster for loot and print them out, the code works fine (as far as i have debugged it), it's just that the corpse is always "empty" in the code, even if the monster actually dropped...
  11. Karain

    Social Interactions ideas

    Hello, it's me again, lately I've been examining the gaming trends, specially in MMO's and i saw a grim future (to my tastes). Casualising games are getting more and more dumb'd down to expand their target market for the younger generations and new players, by having new features that makes...
  12. Karain

    Solved NPC msgcontains in default chat

    Hello, i ran into a problem where NPCs will not respond to keywords in default channel with msgcontains(msg, "text"), they only respond in NPC channel tho. Is there a way to make the listen to both default channel and NPC channel? it feels like i am missing something obvious to make it work...
  13. Karain

    Solved TFS 1.0 Game.createTile

    Hello, i'd like to create ground and items on empty map in TFS 1.0, After some searching around the forums, i found that my answer should lie in Game.createTile(position). i did try it but it doesn't seem to work :( Here's my piece of code local ground = 9043 local newgroundpos = {100,100,7}...
  14. Karain

    Is exploration still a thing? (Large maps topic)

    Hello there, ever since i started creating my first Ots back in 7.6 and discovered my passion for mapping, i find it frequent to lose myself mapping and end up creating a zone that's really huge (something that takes 30 - 90 min to fully explore, depending on the level and speed). Right now my...
  15. Karain

    Lua TFS 1.0 Metatable and Userdata questions

    Hello, it's been a while since i played around with TFS' Lua, but since TFS 1.0 has been massively updated with tons of new functions and features, i wanted to give it a try with some crazy script idea. but i hit a problem i still can't get my head around the metatables. for example...
  16. Karain

    [Netherlands] VenusOT 10.10 CUSTOM RL Hybrid | CAST

    ~*Ip*~ venusot.com ~*Port*~ 7171 ~*Client*~ Tibia 10.10 ~*Uptime*~ 24/7 ~*Hosted in*~ Netherlands 1Gbit Connection ~*Website*~ http://www.venusot.com ~*Exp stages*~ Low Rates ~*Runes and Ammo*~ Normal charges and prices ~*Server type*~: Pvp More Features: VENUS CITY ~~~~~~~~~~~~~~~~...
  17. Karain

    [USA] [9.86] VenustOT Fun Events-Only Including Hunger games, Monster Arena and etc..

    Hello and Welcome to Venusot Events! Our brand new and ultra unique server where it is completely different from every single OT you ever played! Website: VenusOT Events Account Creation: 1/1 IP and Port: www.venusot.com:7171 This server is all about fun events and JUST fun events! you can...
  18. Karain

    VenusOT false ban for Dataspoofing.

    Hello, My server Latestnews - VenusOT has been banned for dataspoofing. I am sure that my server uses the latest build and doesn't count players with connection timeouts. I have also donated large sum of money to advertise it and only got it banned in the process. Where can i get an...
  19. Karain

    [USA] VenusOT 9.70, 999x, Fast Attack, Infinite runes and ammo, Custom RPG, Open-PVP

    Welcome to VenusOT 9.7 Custom RPG High Rate Fast Attack Server by Karain (Creator of Forge of Elements) EXP: 999x Skill and MLVL: 5x (no limit) Spawns: 2x Loot: 3x Attack speed: 0.75 second (mounts can speed up) Runes and Ammo: Infinite Tibia Version: 9.7 To create an account, Log...
  20. Karain

    Bonus damage on all attacks if event is triggered

    Hello Otlanders, i'd like to make a request if possible, or ask for help if that's easier. I'd like to have a script that would add a bonus percentage of damage to all of my attacks (by spells or by weapons/melee) if i have a value in my storage. i tried to use that with creaturescript and...
Back
Top