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

    Is the Forgotten Server just that, forgotten?

    Hello! This discussion is an attempt to shed some light on what is going on with TFS. As most if not all of you know, the updates have been only minor and the last verison update is nearly 2 years old now. This is an issue as this leaves us stuck with outdated OTB files etc. While i...
  2. Hultin

    [TFS 1.2] Staged skills & Maglevel

    This code is simple, and replace the already existing code in \events\scripts\player.lua (at the very bottom) but it allows you to do all lua skill stages, this is extremly useful on servers where the level/skills offset is way off of normal tibia or where there are no trainers (or both!) as is...
  3. Hultin

    Solved Obtaining players skill

    Hello! I'm trying to make a crude (atleast for now) staged skill function inside player.lua and I'm stuck on this, I need to figure out if a player has (example now) club skill above 10, a function like player:GetSkillValue() or the like would be nice, but I can't seem to find any that works...
  4. Hultin

    Windows Odd Debug [10.82&10.90]

    Hello, One of my testers has found a real odd debug spot in the northeast of roshamuul town (coords are: 33680,32290,7 in ORTS map) I am looking for help how to interpret the error in client, or to know if it can give any useful info at all, so I can start pinpointing the issue. I cannot spot...
  5. Hultin

    [Sweden]Alpha - 10.90 World of Serant - Lowrate (Ciplike)

    Hello everyone! Today I want to inform you, aswell as ask for your help to test, my comming server, World of Serant. WoS is a lowrate server, starting at 3x at level 8 and ending at 2x at level 90. Loot is at 1.1x Cipsoft, which will allow you to have a slightly easier time with money, but we...
  6. Hultin

    Compiling Error compiling 1.2

    Hello friends, for the first time in a 20-30 times of compiling on Windows I have run into a brick wall. I get this error, which to me means absolutly nothhing. I was hoping I could get some information on what I did wrong, and if possible, of ways to correct this. I am using Visual Studio...
  7. Hultin

    Lua TFS 1.1 Query changes.

    Hello, I'm using Znote's AAC shop system. The code is below (the talkaction to receieve items) The error I get is with result.getDataInt(<trunk>) What was changed in regards of how to execute SQL queries in 1.1? -- Znote Shop v1.0 for Znote AAC on TFS 1.0+. function onSay(cid, words...
  8. Hultin

    Windows Not enough memory

    Hello, I've recently tried running 10.76 of ORTS project, but whenever i try to run the server (tried debug, release and a nightlybuild) I get a error saying not enough memory. (see below) Is there any reason this happens? I have lots of memory to spare as you can see so it makes no sense at all.
  9. Hultin

    login issues?

    I have for two days in a row been unable to even load character screen, is it ddos or what's going on?
  10. Hultin

    AFK bots

    Hello, I love shadowcores and it's somewhat loose rules, however, AFK botters are destroying the server, sure stamina helped keeping it somewhat at bay but hardwork is needed to get rid of AFK bots. Or end up like RL tibia for real, your choice!
  11. Hultin

    Selling Lizard city (MS ED) - Hardcore Deeplings [Ek bugwt] - Vengoth castle [Bugwt] and more

    Selling many script (almost all purchase for ibot, ask me about it). PM here or post in thread - Prices for bug script start at 5kk
  12. Hultin

    Botting

    Is it allowed to bot, aslong as I don't go afk? I mean, if I go downstairs and make coffee, and is afk that time is that illegal?
  13. Hultin

    [Modern AAC][Using the MVC] Support list

    Hello, I've seen alot of people not properly using the MVC modell, it's there why not use it? Here is my support list, you will have to style it yourself. supports_model.php (Model) <?php /* Copyright Johan Hultin Please don't remove this copyright information You are free to edit...
  14. Hultin

    Lua Issues with lever / action

    I've created a lever I want players to use to get teleported to another location, it looks like this Actions.xml <action actionid="55001" event="script" value="custom/trainingelev.lua"/> and trainingelev.luafunction onUse(cid) local curpos = getCreaturePosition(cid) if(curpos.x == 1075 and...
  15. Hultin

    [NON OT] Scraping data from Tibia.com

    Hi I'm wondering if anyone's got any experience in scraping data, or rather, parsing the scraped data to find character names. Because the tibia.com website is.. a bombsite really, I can't find any logic to follow while parsing through it. Any and all help would be appreciated!
  16. Hultin

    achivments

    I'm thinking about building a achivments system for my server, it's really easy to do but I wonder if it would be worth it? I mean, do people really care about achivments in general, or is it just a nice special feature?
  17. Hultin

    Impletment WoE items into my 8.6 ot

    I'm wondering how I would about adding the ability to use and wear the wrath of the emporer quest rewards, I have no idea what their id's are or anything. Seriously need help with this "/
  18. Hultin

    Action - Take damage and hide "container frame"

    Hello! I'm creating a "sacred" grave to fit my storyline where the king lies. I'm using a grave of item id: 1412(top) 1411(bottom) and when using the top, I want players to be brought down to 1hp, and that the container frame which shows by default to be hidden. Also, the text above the...
  19. Hultin

    [monster] force monsters to only face on direction

    As thread says, I'm wondering if it's possible to make monsters face in a certain directon at all times, in my case, to the north.
  20. Hultin

    Storywriter Looking for a lorecreator for my server

    Title says it all pretty much, I'm creating a ot to which I want a real, and as deap as possible storyline to go alongside it. This includes, names of npcs (or atleast their roles in the lore, some may have died and returned as undead or etc, up to you). I want there to be room for...
Back
Top