• 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!

revscript

  1. H

    RevScripts help with crystal extraction scripts (Revscripts tfs 1.3)

    they gave me this script, when extracting the crystal with the pick it disappears but the crystal does not appear after a while can someone add that part local rocking = Action() function rocking.onUse(player, item, fromPosition, target, toPosition, isHotkey) if item.itemid == 37546 then...
  2. Sarah Wesker

    RevScripts โค โ„ฑ๐“‡๐‘’๐‘’ ๐’ฎ๐’ธ๐“‡๐’พ๐“…๐“‰๐’พ๐“ƒ๐‘” ๐’ฎ๐‘’๐“‡๐“‹๐’พ๐’ธ๐‘’ ๐’ฏโ„ฑ๐’ฎ ๐Ÿท.๐Ÿป+ โค

    โค ๐…๐ซ๐ž๐ž ๐’๐œ๐ซ๐ข๐ฉ๐ญ๐ข๐ง๐  ๐’๐ž๐ซ๐ฏ๐ข๐œ๐ž ๐Ÿ.๐Ÿ“+ โค ๐Ÿ“š (ใฃโ—”โ—กโ—”)ใฃ โ„๐“ƒ๐’ป๐‘œ๐“‡๐“‚๐’ถ๐“‰๐’พ๐‘œ๐“ƒ ๐Ÿ“š โค โ„ฐ๐“ƒ๐‘”๐’พ๐“ƒ๐‘’: ๐’ฏโ„ฑ๐’ฎ ๐’ช๐’ป๐’พ๐’ธ๐’พ๐’ถ๐“ โค โ„ฐ๐“ƒ๐‘”๐’พ๐“ƒ๐‘’ ๐’ฑ๐‘’๐“‡๐“ˆ๐’พ๐‘œ๐“ƒ: ๐Ÿท.๐Ÿป+ โš™๐Ÿ”งโ„‹๐‘œ๐“Œ ๐“‰๐‘œ ๐“‡๐‘’๐“†๐“Š๐‘’๐“ˆ๐“‰ ๐’ถ ๐“ˆ๐’ธ๐“‡๐’พ๐“…๐“‰? โค โ„ณ๐’ถ๐“€๐‘’ ๐“ˆ๐“Š๐“‡๐‘’ ๐“Ž๐‘œ๐“Š ๐“‚๐‘’๐‘’๐“‰ ๐“‰๐’ฝ๐‘’ ๐’ธ๐‘œ๐“‡๐“‡๐‘’๐’ธ๐“‰ ๐“‹๐‘’๐“‡๐“ˆ๐’พ๐‘œ๐“ƒ ๐’ถ๐“ƒ๐’น ๐‘’๐“ƒ๐‘”๐’พ๐“ƒ๐‘’. โค ๐’ฏ๐“‡๐“Ž ๐“ƒ๐‘œ๐“‰ ๐“‰๐‘œ ๐“‚๐’ถ๐“€๐‘’ ๐“Ž๐‘œ๐“Š๐“‡ ๐“‡๐‘’๐“†๐“Š๐‘’๐“ˆ๐“‰ ๐“‰๐‘œ๐‘œ ๐’ธ๐‘œ๐“‚๐“…๐“๐‘’๐“, ๐’ถ๐“ˆ ๐“‰๐’ฝ๐‘’ ๐“ˆ๐’พ๐“‚๐“…๐“๐‘’๐“ˆ๐“‰ ๐‘œ๐“ƒ๐‘’๐“ˆ ๐“Œ๐’พ๐“๐“ ๐’ท๐‘’ ๐“‰๐’ถ๐“€๐‘’๐“ƒ ๐’ธ๐’ถ๐“‡๐‘’ ๐‘œ๐’ป ๐’ป๐’พ๐“‡๐“ˆ๐“‰. โค ๐’ด๐‘œ๐“Š ๐’ถ๐‘”๐“‡๐‘’๐‘’ ๐“ƒ๐‘œ๐“‰ ๐“‰๐‘œ...
  3. T

    RevScripts Convert spell to revscript

    i need convert this seplls to RevScript, if is possible i need without event. I've tried to perform the conversion in numerous ways and I couldn't, so my last alternative is to ask you for help local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE...
  4. J

    RevScripts Server wont load lua scripts with revscript spell (Nekiro's TFS 1.5 7.72 downgrade)

    Hi im trying to use LUA to make spells and monsters instead of XML. Monsters are working fine but i cant figure out how to run the spell. So i tried the default example from repo in data/scripts/spells/example.lua But server wont start it just get stuck for few seconds on Loading lua scripts...
  5. Codinablack

    [1.3+] Spell Converter

    Ok so I was working on a converter to turn the spells.xml file and the scripts for each spell in the spells.xml. The aim or goal was to read the .xml file and rewrite all the information to Revscripts for spells. This allows each spell to become modular and easily transferred or shared between...
  6. miguelshta

    RevScripts Help | Converting AutoHeal Modal into revscript

    creaturescripts/scripts/bot_functions/ [/SPOILER]
  7. miguelshta

    RevScripts help stuck on autoheal spell on %

    im stuck tthere i wanted to make an auto exura vita on % of hp player cast !autoheal 80,exura vita this will heal player at 80% of life with exura vita trying to make it revscript tfs 1.3 local players = {} local function autoHeal(cid, startTime) if not isPlayer(cid) then...
  8. miguelshta

    RevScripts help action on itemd id enable spawn rate 2x

    i wanted to create an item with action that can enable spawn rate 2x for all server like for time limited if posible like 4 hours
  9. miguelshta

    RevScripts help doll auto heal

    hello i wanted to create an script example if you have doll item id = 3046 then you are able to cast this talkaction /bot hp and the talkaction /bot hp is for auto spell i saw some mana train script this will work like they like /bot %hp,spell or item id mages: /bot 80, exura vita -- this...
  10. miguelshta

    RevScripts help revscript merge same items with % to die and lose item

    hello i wanted to create a good action: like item: Mind stone id: 3062 and if u have mind stone + 2 wands same type like 2 wands of inferno u can merge them and gain stats like + 10 fire damange but with 50% to die and destroy the both items
  11. Hyagosrs

    RevScripts NPC Addoner Request

    Does anyone have a NPC Addoner to help me?
  12. Obito

    Solved Zombie event [Player doesn't receive the reward]

    Hi, lately I have installed this Zombie event and for some reason, I encountered a problem the player doesn't receive the reward after winning the event I have tried to double-check my depot/inventory I found nothing and there are no errors in the console using Tfs 1.4.1 10.98. This my script...
  13. miguelshta

    RevScripts help turn back to level 700 when die also always blessed

    im making otserver war enforced so i wanted to create a default chars like "sorcerer level 700, druid level 700" so users can login by 1/1 in sorcers for example and i need to turn back to default level 700 when they die
  14. Yan18

    TFS 1.X+ [TFS 1.3 - RevScripts] How to Use Spells by Callback Instead setFormula for Summons?

    Hello guys! I wanna create a spell by RevScripts using combat:setCallback instead combat:setFormula because setFormula is static and I can't get summons from a player. I tried to create a spell, but have no damage (0 value damage): local combat = Combat()...
  15. Znote

    [TFS 1.4] Spell: Empower Summons (Monster AI)

    Created a spell that makes your summons more interesting to play with. From the AcidsOT advertisement thread: Create file in data/scripts/ folder, like empowermonster.lua and put this in: -- Player spell (utevo gran res) that empowers summons upgradedSummons = {} local empower =...
  16. Sarah Wesker

    [TFS 1.3] Teleport Command - !tp <dest>

    data/scripts/teleportcommand.lua local destinations = { -- please use lower case names --["place name"] = { position=Position(100, 100, 7), inPz=true, level=100, infight=false } ["temple"] = { position=Position(3191, 1809, 7) }, ["depot"] = { position=Position(3190, 1800, 7) }...
  17. beenii

    [TFS 1.3] Advanced quest chests

    System by strutZ with a small modification to do anahi type quest 4 chest 1 reward. Features Easy config Can add level requirements for chests Supports Item Rewards Supports Experience Rewards Supports Outfit Rewards Supports Addon Rewards Supports Mount Rewards Supports Anihi Quest (4 Chest...
  18. Hyagosrs

    GlobalEvent [REVSCRIPTSYS] Autobrodcast for your server

    This is the AutoBroadcast messages for your server data/scripts/globalevent/autobroadcast.lua local autoBroadcast = GlobalEvent("AutoBroadcast") function autoBroadcast.onThink(interval, lastExecution) local messages = { "[DONATES]: write your message here", "[COMMANDS]: write your...
  19. Sarah Wesker

    [TFS 1.3] Small Autoloot

    Hello, here is a small, totally local autoloot system that is easy to configure ;) Required version: TFS 1.5 last version *** If you are using an alternate version such as: TFS-1.5-Downgrades, maybe you should merge these changes: A new way to manage player storages...
  20. F

    Error NPC

    Can someone give me a hand? I'm using a task npc via modalwindow Advanced Task NPC (https://otland.net/threads/advanced-task-npc.266598/) but when I get away from npc and say task npc still keeps answering me. explanatory video
Back
Top