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

    Object Builder + Item Editor, How to Import & Export Items to the Client

    I dont believe you can, I do not mess around with sprite editing to be honest. My only thought would be make an exact copy of the tibia files and then open the same sprites with 2 editors. If that makes sense.
  2. athenso

    exe and map issues

    There is something there, the servers log is telling you that. Go to those positions and delete. Make sure you are on the right Z (floor). And as far as clearing the exe, im not sure what you mean? I did make a talkaction to create some "blank space" in the command prompt. Talkaction...
  3. athenso

    Lua TFS 1.2 Attributes dsn't work/ how to add attributes

    Wouldnt be able to know without seeing your script. Im running OTX 3.0 (which uses a lot of tfs 1.2+ features) and the attributes work on mine. So i would say post your script first.
  4. athenso

    Object Builder 10.99

    I dont know much about the object builder, but looking at the error you posted there, your item id 100 has a flag the object builder doesnt know. For me item id 100 is Void tile, so i would guess it is probably a flag calling the status of if the tile is walkable or not. Just guessing though.
  5. athenso

    OTX 3 10.99 Broken HP/MP Limit

    Ill put $$ on it now.
  6. athenso

    Remeres 10.99

    Remove please, solved my own question
  7. athenso

    Action Fishing on Steroids TFS 1.2

    No errors, just says "There is no way". OTX 3.0
  8. athenso

    OTX 3 Creaturescript

    I have a rebirth system in place on my server. With that being said the standard player protection system does not work as a reborn 30 level 500 can destroy a level 500 non reborn. Im trying to work with the store system to get a check system in place so that anyone under rebirth 20 cannot be...
  9. athenso

    Team Searching for mapper and community manager

    Well your website...i dont even know. Could be my browser but I tried 2 browsers. Screenshot
  10. athenso

    Website Work

    Looking for someone to create a new template/layout (including logo) for my website. We can talk price current website: Latest News - Tales of Chaoss
  11. athenso

    TalkAction Teleport to your house command!

    I would like to use this script, but to do something like !home PLAYERNAME to teleport another player to MY house.
  12. athenso

    TFS 1.0+ Talkaction Log

    Thanks to the both of you. I went with the commands log that static referenced. Worked like a charm. I searched but kept getting Server Threads lol
  13. athenso

    TFS 1.0+ Talkaction Log

    I am using OTX but it is very well compatible with TFS 1.0+. My server cleans the houses with a script, 5 days of a player not logging in and the house owner gets reset. I am creating castles and I would like to create a log for the talkaction i created to buy the castles. That way if someone...
  14. athenso

    [8.xx] Is there any sense?

    You could go the option of....taking a 10.99 server and making it like 8.6 play style but with all the advantages of 10.99. Like modal windows. I think modal windows are the cats arse
  15. athenso

    Some help? :)

    I want to say this publicly, % values on a big scale like that can cause a huge amount of head aches. Ill use bosses for an example, because everyone loves a good boss fight. Boss health = 100% Never can go any higher Player level 200 hits for 3% Player level 8 hits for 10% (for a low...
  16. athenso

    players cant logout on my server

    I saw the thread title and came here to make a reference but i see you beat me to the punch.
  17. athenso

    [TFS 1.0] VIP on LOOK

    function Player:onLook(thing, position, distance) local description = "You see " if thing:isItem() then if thing.actionid == 5640 then description = description .. "a honeyflower patch." elseif thing.actionid == 5641 then description = description...
  18. athenso

    OTX 3 10.99 Broken HP/MP Limit

    bump
  19. athenso

    Print TFS 1.2 console in Server Log or other channel

    I was just talking about this. I have an idea in theory, but my knowledge of it is bad. I will attempt it. The theory is: Locate where in the serve source it calls the print function for errors, add a custom op code for when the errors are thrown, create the opcode for otclient to recieve...
Back
Top