• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. VitoxMaster

    TFS 1.2 Crash - How to locate a specific Lua script?

    Hi! About part of your onUse code: Don't rely on 'item' object in your addEvent scope. You can't be sure that same object will exist when new event scope is called. Pass UID and make sure UID is still valid. NVM, didn't check that @Gesior.pl already replied with a full explanation.
  2. VitoxMaster

    Solved error while create character ZNOTE ACC

    Name of the table where you have that "autoloot" column.
  3. VitoxMaster

    Solved error while create character ZNOTE ACC

    Probably you defined column as a NOT NULL so it requires some value when u create row in that table. ALTER TABLE <your table> ALTER autoloot SET DEFAULT 0; or ALTER TABLE <your table> MODIFY autoloot <data_type> NULL;
  4. VitoxMaster

    Houses inside the depot - what do you think?

    If you want to stick to this idea then add beds at least ;) It looks fine, I don't know what could grant "professional" adjective, it just walls & floor and door. Upper pic is much better, lower reminds me broom closet.
  5. VitoxMaster

    Houses inside the depot - what do you think?

    I get the part that you will have only one city and your area will be limited, but let's be real you've got few floors + / - where players could buy house. Additionally you can always provide TP to the house district - or make it more fitting to style small boat to the house island? Imo no need...
  6. VitoxMaster

    Any "truly free" OTS around?

    To be honest if you want to provide great service in terms of stability, advertising, keep high player count - it requires money. Of course you can buy own server, plug it into your local infrastructure and keep cost low. Keep in mind that security these days ain't free. I neglect here payment...
  7. VitoxMaster

    TFS 1.X+ Show wand min/max damage in description

    I will leave here an idea but it rather requires more changes in order to display something like that. You can define your wands using scripts instead of regular weapons.xml. You can check here examples available on main repo: forgottenserver/data/scripts/weapons/#example.lua at master ·...
  8. VitoxMaster

    [TFS 1.x] Lost XP Retrieval - Skull of Fallen

    Thanks for your time and valuable remarks. AD 1 - I mentioned it, but you're right I could paste that line. Added declaration AD 2 - Yep, missing function, added it, thanks AD 3 - There is timer for overall skull usage.
  9. VitoxMaster

    Linux How can I stress test my OTServer (simulate 300~500 players) and check DDoS protection?

    I don't have much experience in testing OTS and its protection. Hovewer I used to test APIs and I would recommend JMeter. That's pretty straight forward tool to simulate even heavy load. If I remember correctly there was TCP sampler to send packets. I haven't tested it personally but maybe you...
  10. VitoxMaster

    Lua (Action) Help with this script please (TFS 1.2)

    You have some code lines without scope of your function. For better introduction go to actions/actions.xml and define path to lua file where your action will be defined <action itemid="x" script="your_file.lua" /> x- id of an item which will be usable (item which you want to use) your_file...
  11. VitoxMaster

    Lua (Action) Help with this script please (TFS 1.2)

    Any more details what's your problem / goal?
  12. VitoxMaster

    [TFS 1.x] Lost XP Retrieval - Skull of Fallen

    VitoxMaster submitted a new resource: [TFS 1.x] Lost XP Retrieval - Skull of Fallen - Upon death, the player leaves behind a skull in their corpse, which can be used to get exp back. Read more about this resource...
  13. VitoxMaster

    [TFS 1.x] Lost XP Retrieval - Skull of Fallen

    Hi everyone, I decided to share simple concept which is implemented on my OTS. Simple scenario: Upon death, the player leaves behind a skull in their corpse, which can be recovered and used to regain a percentage of lost experience. This system acts as an additional 'last chance' to soften the...
  14. VitoxMaster

    [Poland] [Custom 8.6+] Vitox OTS

    Thanks bro for kind words. I'm not advertising it on Otservlist so it's hard to keep player base high. In 2 years history there are players who join in, play for a while and return or take a break. Sinusoidal activity ;) It just stays online due to low costs.
  15. VitoxMaster

    [Poland] [Custom 8.6+] Vitox OTS

    Couple new bosses introduced today with a chance for nice items: I'm working on boss rework to have more interesting attacks. Probably I will drop spell template package on resource thread soon so stay tuned! Example of new attack mechanics: If you're interested in tibian style monster...
  16. VitoxMaster

    10.98 corrupted heaven spawn/dungeon by demoniC

    It reminds me of old school stair heaven spawns with archangels (full yalahari outfit). Thanks for bringing this back
  17. VitoxMaster

    TFS 1.X+ TFS 1.5 - Exercise Training

    Hi, I may not contribute much in terms of my own work here, but check this thread. Sarah shared there script which stops training when u move: Action - Exercise Dummy for TFS 0.4 :o (https://otland.net/threads/exercise-dummy-for-tfs-0-4-o.264807/) It works for TFS 1.5 as well. Additionally...
  18. VitoxMaster

    TFS 1.X+ TFS 1.5 - floorchange +1

    I'm working on Nekiro's Downgrade 8.6 TFS1.5. I have similar structure on server. <item fromid="8210" toid="8213" article="a" name="cave entrance"> <attribute key="floorchange" value="down" /> </item> Please take a look at positions and how it's done in RME:
  19. VitoxMaster

    [10.98] Custom Magma Dragon Lair

    Hi there, I decided to share pretty simple hunting ground created for my server. The main concept of this map was to create a hunting ground similar in design to Nimmersatt's Breeding Ground. There's quite a lot of open space, but also some narrow passages in places. The spot is meant to be...
  20. VitoxMaster

    [Poland] [Custom 8.6+] Vitox OTS

    New feature introduced: Loot Extractors You can now visit NPC Lola and purchase a Loot Extractor Kit for your home. What does it do? Simply open the package and place loot extractor. It allows to extract your loot directly into a shopping bag. This reduces the time spent repacking after a team...
Back
Top