• 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 for query: teleport text

  1. Fippex

    [Request] Teleport text

    I've been playing on some randoms ot, and on their "teleport rooms" they got a text over each teleport that coems upp dissepears and comes upp and dissepear with a random text for example "Hydras" over a teleport wich leads to a hyrda spawn, is it a script or any action script for it or is that...
  2. M

    Text above a teleporter

    hello, i search for help for do texts above a teleporter for 9.1 if i do it in creaturesevent than crash the server can some1 help me?
  3. Dylanaw

    Orange Text above a Teleport

    Hi Otland. I've a question. How to make Text like "Monsters", "Trainers" above a Teleport, i saw that alot of ot's use it. I hope someone can help me. Thanks in Advance, REP++ (I saw on a 8.6 server, Orange text above a teleport.) I also use 8.6 Yours,
  4. A

    Teleport popup text, how to??

    I've seen some servers has a teleport and then a text above it pops up every second. Some1 knows how to do that?
  5. kokosal

    [How to]Text over teleports?

    Can somebody please tell me a script or something that makes so it comes text over teleports? Or maybe just so it comes text on a location of choise? It should look like this: Btw, it must work for a 8.0 server and I have sen this work on a 8.0 server before.
  6. Lava Titan

    GlobalEvent Teleport's effects and text!

    Tested on TFS 0.3.4... Please report bugs! function onThink(interval, lastExecution) local teleportpos1 = {x=xxxx, y=yyy, z=z, stackpos=1} doSendAnimatedText(teleportpos1, "text", math.random( 1, 65 ) ) doSendMagicEffect(teleportpos1, math.random( 1, 50 ) ) return TRUE end At...
  7. Acubens

    GlobalEvent Animate Text for [Tiles and Teleports]

    Animate Multiple Text for [Tiles and Teleports] Only Create new lua document in your data/globalevents/scripts with name "talking.lua" and past into this script: local position = {x=1000,y=1000, z=7, stackpos=1} local text = {"Text1", "Text2", "Text3"} function onThink(interval...
  8. R

    Help me to make a TEXT on a tp

    I need help to get a text On my teleport, te.x a text it says "Hunting" and it is teleport under it REP++
  9. S

    Text/teleport effects ( Help Please )

    Hey, So i have decided to make an 8.7 otserv. Im fairly new to it, but im making progress. :P But im stuck on trying to get text effect to appear over a teleport. [8.7] The Forgotten Server v0.2.10 (Mystic Spirit) Im using this one. globalevents/scripts/effectile.lua local config =...
  10. Elminera

    If you Enter Teleport Room etc. A text effect will be pop up.

    I want so, When you enter a Teleport Room/Quest Room etc. It will says: Welcome to SERVERNAME Teleport room (ORANGE TEXT) Same with depot,shops,events.. All that ;)
  11. vexler222

    How to add a longer text above the teleport?

    How to add a longer text above the teleport? 8.6 tfs 0.4 local texts = { ["Huntsville"] = {{x=999, y=993, z=7}, {28, 39}, TALKTYPE_MONSTER}, -- ["text"] = {{position}, {effects}, animated_text_colour/talktype_monster} ["Teleports!"] = {{x = 17587, y = 17528, z = 7}, {28, 39}...
  12. jwthbb

    teleports

    i am looking for teleports with the text that is blimping like trainers first items etc. its for my 10.98 server
  13. D

    Text code

    I whant the text comming up of teleports ! i have the code local config = { positions = { ["teleport"] = { x = 1006, y = 996, z = 7 }, ["Text to show"] = { x = 1000, y = 1000, z = 7 }, ["Text to show"] = { x = 1000, y = 1000, z = 7 }, ["Text to show"] = { x = 1000, y = 1000, z = 7 }...
  14. Opatulek

    Lua text above teleport for tfs 1.3

    Hello! I spent two hours looking for a script that works on tfs 1.3, however I found nothing useful for my tfs version,(1.3 otbr serv) I need a script for text effects above teleport Like on this photo.. I will be grateful for any help <3
  15. A

    [8.60] Text from teleports "TRAINERS/HUNTING...etc"

    Hey guys, Does anyone have a script, an adjustable script to be more specific, to make flashing texts come out from the teleports that you've created? For example, "TRAINERS", "MONSTERS", "QUESTS"... And the list goes on...
  16. Napes

    [TFS 1.0] Blinking text

    Hello! I'm looking for the ancient script of blinking text! What I mean with this is: There's a teleporter and I want text to say "TELEPORT!" above it (every other second). I don't find those scripts and I don't know if they even work with TFS 1.0 :P THANKS!
  17. Skylinx

    Named teleporters? (Text floating above it)

    Greetings. I've been searching for a script now for a while with many search terms but haven't come across the result I've wanted. I once saw a script that allowed your teleports to have sort of .. orange floating text above them. I believe it was quite a simple script but I can't seem to...
  18. Sir MoX

    Text on screen

    Hi, I have seen in servers that they can put a text in above of a teleport saying for example: "demons!" and I would like to know how can I do that. Thanks If you need more informaton ask me. Repp++
  19. Kociii

    Teleport!

    Hello every scripters =) I need you help please. You know a normal teleport? A blue circle.. I need a script so it's will come a text on it with - Trainers - and such stuffs.. Like it's pop up a text - Quests! - every 10 sec or something. Please send me a post if you don't understand and i...
  20. Barbyn

    MoveEvent Vocation Teleport

    Add this in /data/movements/movements.xml. <movevent type="StepIn" uniqueid="XXXXX" event="script" value="vocationteleport.lua"/> Add this in /data/movements/vocationteleport.lua. function onStepIn(cid, item, frompos, item2, topos) local vocation = getPlayerVocation(cid)...
Back
Top