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

    Doubts regarding clients 11.x

    I'm trying to figure out how can I mantain compatibility with both 10.x and 11.x clients. I'd like to know how can I have the correct item ID's or looktypes so they work on both clients. It is easy to just extract sprites from tibia 11.x client and just import them through object builder but the...
  2. narko

    TFS 1.X+ Compilling TFS on debug mode

    A while ago I once compiled TFS with debug mode under Linux so I could read gdb crash report more precisely and detailed. Now I can't remember how I did this. I'd really appreciate any help with the correct compilling parameters. Thanks in advance.
  3. narko

    Merge two items.otb

    Basically what I want to achieve is to update my old items.otb with new items from another items.otb file. Is there any way to merge both and just add the unexisted items to the old one.
  4. narko

    Website advice

    Hi there! I am not an expert when it comes to developing a website engine or something like that, that is why I am posting here to hear some advices of you guys. I am planning to create a website able to do the next things: - Real time data monitoring (automatic refresh ajax ?). - Automatic...
  5. narko

    [TFS 1.3] Item or looktype?

    Hello there! I recently started a remake of the "Forgotten Knowledge Quest" based on watching videos on YouTube but I encountered with a doubt in the final boss, there's a monster called "Animated Sword" which is basically an animated justice seeker. I've tried searching the ID or looktype using...
  6. narko

    [C++ / LUA] Loot rate or chance

    Hi there! I am working on a new custom server on a fresh TFS 1.2 and I'd like to make an item for a quest that gives you bonus loot rate or chance for a certain period of time. I've been looking around the forum and found that the loot has to be removed and recreated. Any idea is really...
  7. narko

    Automatic database backup after server save.

    I've been looking around the forum for this but I'm a little bit lost when it comes to use crontabs. I'd apreciate if someone can explain me how to achieve this. OS: Debian Thanks in advance.
  8. narko

    TFS 1.1 - Weapon duration

    Hi there! I hope someone can help me out with this as I've already tried for hours. I was trying to make a weapon that has a duration. As it is now, the weapon starts counting the duration once I create it. What I want to achieve is that the duration starts counting once the player equips the...
  9. narko

    Decent PC, poor performance.

    I recently built a new Gaming/Work PC. I am not an expert doing this but I have built PC's in the past. This was a fresh build I mean it wasn't just a simply upgrade. Recently I've been having some issues with performance using it, at first instance I thought that the problem may be caused by...
  10. narko

    Tracking Tibia Packets

    I've added support for 10.92-93 in my project recently, and I am having some issues that I didn't have using 10.9. For example when I open the store, my client crashes. I think there's a missing packet in sendStore() function. My question: is there any way to track tibia packets while logged...
  11. narko

    [TFS 1.x] Global depots 10.9+

    Has someone already figure out how to make global depots work on TFS 1.x? I'm not asking for a full code but maybe if you know something and would like to share a small part of the code or give ideas. A global depot with 17 city-specific boxes accessible from every individual depot will be...
  12. narko

    [TFS 1.0] Remove monster A, create monster B (Transform)

    I can't figure out how to do this. This how I'd like it to work. if Game.getStorageValue(1000) == 1 then -- remove monster (a) -- create monster (b) end
  13. narko

    [C++] (PVP) No damage if same storage value

    I've been struggling with some changes I want to make to my server, tbh i'm kinda tired of trying this, that's why I decided to post it here, if someone could help that'd be cool. It takes place in Game::combatChangeHealth function in game.cpp, I want to return false to this function in PvP if...
  14. narko

    Compiling [TFS 1.2] Outifts and Mounts limit

    What I know so far is that the limit in outfits and mounts is client sided. But I just wonder if there's any way to modify or break this limit? Tibia Client: 10.53 Thanks in advance.
  15. narko

    [TFS 1.x ] Max items per tile [SOLVED]

    Is there anyway to set max items per tile? I've read that it's possible using onMoveItem from events/player.lua but I can't figure out how. Thanks, in advance.
  16. narko

    Return premium points from z_shop_offer_history

    Hi all, as the tittle says I wonder if some of you with dabatase skills could help me with this task, for example: INSERT INTO `z_shop_history_item` (`id`, `to_name`, `to_account`, `from_nick`, `from_account`, `price`, `offer_id`, `trans_state`, `trans_start`, `trans_real`) VALUES (1121...
  17. narko

    TalkAction [TFS 1.1-1.2] Guild Outfit Change (!go)

    As I'm working on a new project, I had to adapt this script from 0.3/0.4 to make it work in TFS 1.1/1.2 and I'm glad to release it here in OtLand. I hope it's useful for someone. Tested in TFS 1.2 and it worked perfectly. Bugs: - None (please report any problem) Picture: Full credit goes to...
  18. narko

    Hoster VPS Hosting

    As the tittle say I offer VPS Hosting. -LOCATION: CANADÁ (LOW PING FOR AMERICA) -PROCESATOR: INTEL XEON 3.7 GHZ -HARD DRIVE: SSD DISKS (MUCH FASTER THAN HDD) -NETWORK: 1000 Mbp/s (1 GB). -PROTECTION: DDoS Pro. AVAILABLE OS: - DEBIAN - CENTOS- - UBUNTU INSTALLATION: - If you haven't got any...
  19. narko

    Storages or Database

    Currently I am developing a new war server with lots of stuff like frags counter, killing spree, KD ratio, etc. I want you guys to tell me what would be the best way to store the frags by storage or database. Storages: doCreatureSetStorage(cid, frags, getCreatureStorage(cid, frags)+1)...
  20. narko

    Apache/Webserver running slowly

    Hi there! I'm looking for someone who has Debian knowledges to help me out with my situation. My server runs without any lag issues but when I try to enter to my website it runs slowly I don't know why, may be a wrong configuration. pm me. Job will be paid by PayPal.
Back
Top