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

    RevScripts exchanger lever

    That you can put items on the table with the red tablecloth up to a maximum of 100 of the same item, do not let another item be put if there are more than 100 or try to put a different item; when you use the machine in front of you (even the side of the table where you threw the items) it shows...
  2. nefinoo

    Spell Shamanic Ritual [TFS 1.4]

    how can put a warninig sign with tutorialsquare
  3. nefinoo

    RevScripts exchanger lever

    Bump
  4. nefinoo

    RevScripts exchanger lever

    Could you help me to make a revscript where a player can change up to a maximum of 100 items, clicking on a "machine" and it displays a modal, where the player can choose which items they want to receive, this with a cost of 100gp per item changed , with conditions such as that you can only put...
  5. nefinoo

    [France][13.20] Noveria Online - 1st July 2023 - FULL LAUNCH!

    for those whos pay vip?
  6. nefinoo

    RevScripts Throw item or backpack full of items to specified tile and sell it.

    Is a Revscript, just put into data/scripts folder, maybe create a newfolder like a "customs" and add it
  7. nefinoo

    I made new game out of Tibia

    You should work on the upgrade system of the farm buildings, or increase the skill rate of these so that they give better rewards when claiming them.
  8. nefinoo

    RevScripts Points system by killing monster

    Works! thanks so much
  9. nefinoo

    RevScripts Points system by killing monster

    Im trying to find a monster point system when you kill 1 monster get 1 point. i am using storage value = 100 to save the points count.
  10. nefinoo

    RevScripts Automatic mining with delay between each action

    I wanted to make the player use the pickaxe only once on a rock, and this script would be running by itself for 1 hour, with a 2 second delay between each action. i am using otservbr local Minar = Action() local monsters = { [1] = { mons = "White Pale", chance = 3, expmin= 500000, expemax...
  11. nefinoo

    C++ increase hp and mana for storage

    How?
  12. nefinoo

    Spell [TFS 1.X] Magic Missile

    Same problem here, using tfs 1.42
  13. nefinoo

    Lua Crit Amount Max 100

    Why does the amount of damage per crit only go up to 100? local combat = Combat() combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) combat:setParameter(COMBAT_PARAM_AGGRESSIVE, false) local condition = Condition(CONDITION_ATTRIBUTES) condition:setParameter(CONDITION_PARAM_TICKS...
Back
Top