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

    Progenosis's Sprite Gallery

    Here a backpack I've made a few hours ago:
  2. Progenosis

    Action Infinite Potions Script

    I know it may be this script around here but I've not seen it recently, so for beginners, I'll post it again. What is this script for? It make the potions to be infinite on use, when a player uses a potion, no empty vial is created and the potion quantity remains the same. Easy to understand...
  3. Progenosis

    How to make infinite potions?

    This is the potions.lua script I'm using on my OTServer and it works simply fine, no errors ;) local config = { removeOnUse = "no", usableOnTarget = "yes", -- can be used on target? (fe. healing friend) splashable = "no", range = -1, realAnimation = "no", -- make text effect...
  4. Progenosis

    CreatureEvent Set Passwords to Doors

    I solved, blackboard ID was wrong on the script, thanks Limos!!
  5. Progenosis

    CreatureEvent Set Passwords to Doors

    And this is my script: -- Passwords to doors by Limos local uniqueids = {8050, 8051} local passwords = { ["immortalis"] = {doorpos = {x = 953, y = 1016, z = 7}, doorid = 9165, blackboardpos = {x = 953, y = 1017, z = 7}, blackboardid = 1815, uniqueid = 8050, doorclosetime = 3}, ["stars"] =...
  6. Progenosis

    CreatureEvent Set Passwords to Doors

    CharacterA) I get to the door, next to it is the blackboard, I look the blackboard and says: "You see a blackboard Nothing is written on it." Then I right-click the blackboard, a textbox opens and there I write the password, the doors opens and I can pass trough the door, then, after 3...
  7. Progenosis

    Solved Monster Script Error

    Fixed! Thanks Limos!
  8. Progenosis

    Solved Monster Script Error

    So I got this monster script: <?xml version="1.0" encoding="UTF-8"?> <monster name="North Winter" nameDescription="a north winter" race="undead" experience="1000" speed="400" manacost="0"> <health now="10000" max="10000"/> <look typeex="9110" corpse="2019"/> <targetchange interval="5000"...
  9. Progenosis

    Post your latest work!

  10. Progenosis

    CreatureEvent Set Passwords to Doors

    When another person tries to write the password, clicking on the blackboard, it shows: "You cannot use this object." I'm using TFS 0.3.6
  11. Progenosis

    Progenosis's Sprite Gallery

    I'll update this soon :)
  12. Progenosis

    CreatureEvent Set Passwords to Doors

    I implemented this systems and it works for the first person who writes the password, but it doesn't work for anyone else, why is this?
  13. Progenosis

    Solved FirstItems script error

    Thanks a lot, now I'm using mod for first items!
  14. Progenosis

    Solved FirstItems script error

    I got this script: local commonItems = { -- ITEMS ALL VOCS RECEIVE -- all vocs will recive this items {itemid=2481, count=1}, {itemid=2465, count=1}, {itemid=2478, count=1}, {itemid=2643, count=1}, {itemid=2120, count=1}, {itemid=2160, count=10}, {itemid=2789...
  15. Progenosis

    Solved Help with Script - Mana & HP Points Count

    Problem solved, after all it was just about sintaxis, how sad I couldn't see it. Thanks!!!!
  16. Progenosis

    Solved Help with Script - Mana & HP Points Count

    Hi everyone, this time I'm loolking for help to solve an error shown on the console with a specific script. This is the error shown: This is the script: --///True = 0.3///-- & --///False = 0.2///-- local tfs_version = true local otswe_updatetime = 1 -- Seconds function updateMH(cid)...
  17. Progenosis

    Challenge #12 Mystic Stone

    +1
  18. Progenosis

    Progenosis's Sprite Gallery

    I will from now on xD
  19. Progenosis

    Progenosis's Sprite Gallery

    So, I don't call myself a spriting master but a newbie into this topic, I'll be updating this post with finished sprites made by me. These are the sprites that I startet with, as you can see I was really bad at spriting and becaus of that, I decided to learn a little more: After some...
Back
Top