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

    Workaround (TFS 1.3): player:addItem not falling to the floor when no space is left

    In case you are using a version of TFS 1.3 from August or later, you might've noticed that items added via player:addItem() don't fall to the ground when no space is left in your character. This is due to an extra 40 spaces from being counted, making the server think there's always space...
  2. Narzerus

    Making sprite resolution DOUBLE

    Can this be achieved? By this I mean, making each tile in the game 64x64 pixels instead of 32x32. If so, any leads on where and how should I go about implementing this? Cheers!
  3. Narzerus

    Duplicating sprite resolution

    I was wondering, anyone here knows how possible it would be to edit OTClient and compile a version which reads 64x64 files and displays them as ONE tile instead of four? Basically this would allow to improve resolution. I ask this because I'm thinking about starting an MMO and using Otserver as...
  4. Narzerus

    Modern AAC Guild system - Can't upload logos?

    Seems like there is no image format accepted by modern acc's guild system. Anyone having this issue? Is there a specific size and format? Thanks.
  5. Narzerus

    Lua Idle Kick time

    local config = { idleWarning = getConfigValue('idleWarningTime'), idleKick = getConfigValue('idleKickTime') } function onThink(cid, interval) if(getTileInfo(getCreaturePosition(cid)).nologout or getCreatureNoMove(cid) or getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_ALLOWIDLE))...
  6. Narzerus

    to call field 'getDataInt' (a nil value)?

    I get this error message randomly Happens at random moments when someone uses my donator tokens. The script that is causing trouble is the following function isPlayerDonator(cid) local result = db.getResult("SELECT `isdonator` FROM `accounts` WHERE `id` =...
  7. Narzerus

    Modern AAC weird bug

    I have this weird bug, when creating an account it makes you create a player imediately, but this player appears without starting equipment. If you create a second one it works just fine, so: How can I fix it? if not: How can I disable this feature?
  8. Narzerus

    [Norway] Thanatos Custom Professional Server. ONLINE!

    <._.··._.··._.··._Download our Client , and Create an account at our Website··._.··._.··._.··._.> 1) Download the client from the main website: Thanatos OT ------------------- JUST IN CASE THE LOADER DOESN'T WORK FOR YOU ------------------ 2) Download this x64 patcher and put it in...
  9. Narzerus

    Modern AAC Session Values?

    I'm making my own shop system on php for Modern AAC. Does anyone know how can I get the values such as: Logged in/Not logged in Acc Name Etc.. Tried to find it as it should be somewhere. Thanks people!
  10. Narzerus

    Worgen Template holy cows!

    Well, I do feel embarassed for asking this question. I was editing index.tpl on the Worgen template for Modern AAC. one day I edited the captions of the three buttons that appear in the right menu. I remember having problems on the refreshing of the layout, I was like: F5, F5, F5... Hmm it...
  11. Narzerus

    Lua Movements [Epic bugs that you don't know are happening to you]

    I have found lots of annoying bugs that have to do with movements (Like the one that movements on-equip execute twice osometimes, and others) Well I've managed to evade these problems by adding limitations to my ingame systems (which is not the ideal solution) But in this particular...
  12. Narzerus

    Lua Getting an item's description

    Well I do know how to get an item's SPECIAL description. But I need to know how to get an item's description. (The one you set on items.xml) Like for example <attribute key="description" value="It is made of dragon scales." /> THAT description, how do I get it by lua? Thanks
  13. Narzerus

    Ban A User

    I don't know if this is the place to say this, but I want to report a user, who minutes ago said could help with a problem. Added me to msn and tried to send me an Exe file which I'm certain was a keylogger or something of the same kind. Thanks.
  14. Narzerus

    NPC Starting look direction

    NPC Starting look direction.. Is there any way to set this? Hopefully on the spawn file.. So I could put instances of the same NPC on different directions. Thanks in advance.
  15. Narzerus

    [Request] Login Screen and/or banner

    Hello, Im the head of Thanatos Server Trailer: Video Here The request is the following: We use a custom client, I do graphic design and normally do the design for my server (sprites, large art etc.) But Im a programmer too, and got no time on my agenda (heh) to do this. We are...
  16. Narzerus

    >>[Chile] (USA later) Thanatos Server [Custom Client] (Video Trailer IN HERE)!!!

    Thanatos Server [Trailer] Here's our trailer that explains mostly all regarding to the server YouTube - Thanatos Tibia OTServer - Official trailer Official post here
  17. Narzerus

    Gamemaster [Closed] Thanatos Server, In need of Beta testers!

    <._.··._.··._.··._Video Trailer and Forum.··._.··._.··._.··._.> Here's our trailer that explains mostly all regarding to the server YouTube - Thanatos Tibia OTServer - Official trailer We've also created the forum now so we can update you on the project's development! Maybe you can apply...
  18. Narzerus

    Lua Server Crash with Movements.xml

    Well I found a serious bug that fucks my whole life up. When adding a movements LUA script to an equippable item, the following may happen: If the movement script is assigned to a specific ID, and an Item with this ID is created on an equipment slot. Server will crash seconds later...
  19. Narzerus

    A Otlander's Band! (So COOL)

    Here's a band, lead singer is an OTLander! Blindspace on MySpace Music - Free Streaming MP3s, Pictures & Music Downloads Hope you like good rock/pop/whatever/yayzors music. Here's a cover of "Airplanes" by B.o.B. too (Uploaded yesterday) Edit: Heres a wallpaper I did! Cheers, The lead...
  20. Narzerus

    Lua Get item shoot range? PLEASE.

    I've been struggling for a week now developing my equipment improvement system, and had to limit it ALOT. There is just no way on tfs 3.6 pl1 (Lua scripts) to: -get a weapons shoot range -set a weapon extra skill -change weapon's weight and sooo on, many stuff preety much unfinished and...
Back
Top