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

talkaction

  1. Z

    Lua Title system

    Hello. I'm using 0.4 I need something like this: Player receive a storage and then gain a title below his name. I got this part, works just fine. But, I need a talkaction where the player types !title and then show all his titles. He can also use "!title "something"" to change titles, if he...
  2. demon088

    Lua Consult experience left to level up using a Talkaction

    Hello OtLand! I have a simple request this time... Is there any script to consult experience using a talkaction? Like... Saying !tolvl and then a message appears showing 'You need X experience points to level PlayerLv+1.' I have been searching through the forum, but couldn't find something...
  3. Hyagosrs

    [ERROR - TALKACTION !BLESS]

    i get an error while i say !bless, look: 2020-08-05 04:11:52 - Lua Script Error: [Scripts Interface] 2020-08-05 04:11:52 - /home/hyago/otserv/data/scripts/talkactions/player/bless.lua:callback 2020-08-05 04:11:52 - ...e/hyago/otserv/data/scripts/talkactions/player/bless.lua:4: attempt to...
  4. L

    Talkaction teleport for guild members

    i would like if someone can introduce me to a talkaction that would work like this: "/realm = only members of the realm can use that command, go to npc and choose whether realm" if the player is already from a realm "/realm= teleport, x=00.y=00,z=00 i have a kingdom system but i can't...
  5. aqubjukr

    TFS 1.X+ Talkaction !serverinfo

    I'm using a global server (tfs 1.3) and I would like to know if there is how to adapt the script to quote the current stage (ML and SKILL). Example: If the player has a certain skill between 3 ~ 10 appears 2x and if between 11 ~ 30 appears 1x. Serverinfo.lua: local serverInfo =...
  6. Kuantikum

    STORAGE - Command to remove storage and code to remove storage in SQL.

    Hello guys! I would like to know if there is a talkaction script so that I can remove certain storage from a player. Something like that: /storage "player_name", storage, nill or 1 or -1 On the other hand I would like to know the command line to be able to execute this same function to...
  7. miguelshta

    talkaction mana train tfs 0.4

    hello i wanted for a script to train mana in my ot to make it work u need an spell an mana to say it example: !train exura vita,400 >> it will use exura vita when has 400 of mana thanks for all !! <3
  8. E

    Lua [TFS 1.3] Addevent in raid script

    Hi everyone, I really tried doing it myself before asking here, but I got no success, I was trying to achieve two things in this raid script: making the NORMAL raid spawn in 3 waves with 10 minutes between each one (for example 3 waves of 50 feverish citizen with 10 minutes and a message...
  9. C

    Show resistances in talkactions

    TFS 1.3.10 hello, is it possible to show the player's resistance in talkactions? (only the player can see their own resistances) if it could be shown as in a square, spellbook style or as a simple description (green lyrics) <talkaction words="!resistances" " script="player/resistances.lua" />...
  10. nefinoo

    Talksaction vocation restriction

    I want to add vocation restriction on this script, this command just can be use for mages function onSay(cid, words, param, channel) --configuration -- local items = { ['mana potion'] = {cost = 1, storage = 49990}, ['strong mana potion'] = {cost = 2, storage = 49989}...
  11. F

    TFS 1.X+ saga converter script for tfs 1.2

    Hello, I am using this sfs script from tfs 0.4 and I tried to convert it to tfs 1.2 from ninjalulz but without success. help-me!!! when I use this script below this error https://github.com/ninjalulz/forgottenserver/tree/8.6 local saga = { -- Naruto --- [1] =...
  12. H

    !pvp on/off

    Good evening, can anyone help me? I'm in need of a script for the player to choose whether it wants to be PVP or NOPVP. I tried to use this one ---> TalkAction - !pvp - own world type! : ) (https://otland.net/threads/pvp-own-world-type.31889/) , but it is giving this error: INVALID EVENT...
  13. D

    TalkAction [TFS 1.2]Remove nearby Creatures by Name (NPCs, Monsters)

    Hello OT Land. I'm currently working on my own Server, and since everyone has shared so many useful things here, I wanted to share something i put together last night. So I wanted to address a problem, I think at least a few might be familiar with as OT Admin, deleting NPCs. So that's what I...
  14. Bogart

    TalkAction Random room event TFS 1.2

    Hello everyone After remembering this event that used to be in Slain (rip :( ) I decided to recreate it. Basically it's a luck type of game: Players go into the event area and are given N time to pick a room. After a moment (configurable) players that aren't in a room are automatically sent to...
  15. beliar34

    /m spawn player

    sup, i am looking for script that will auto log player and send him to god who is using this command, something like "/m" creature spawn but for players (spawn player from database or spawn sample with random name) TFS 0.3.x
  16. Hernest

    Lua onSay on any word

    Hi, is it possible to make a talkaction which execute on any string? Something like <talkaction words="*" />? TFS 0.4
  17. B

    TalkAction !info Command

    Hello dude, I got this script who works that: When i say command !info i got information I search function which checked player pz And i trying add to the script, i want to look like that My script : function onSay(cid, words, param, channel) msg = 'Your statistics:\nHealth ' ...
  18. F

    (Talkaction) skill command error nil value

    I've been working on a command that will increase the skill of a player by a determined amount, and this is what i've come up with so far function onSay(cid, words) local config = { item = 10140, -- Item required for command skills = 200, -- Half skill for Sword, Axe, Club...
  19. Ciroc

    GlobalEvent Snowball War Event (TFS 1.X)

    Good morning, Otland's friends! I bring today a very fun and different event for your server that is the snowball event, the event consists of a battle of snowballs and the player that more kill wins. Command: !snowball atirar - Shoot the snowball straight to hit the target Exemple: Note...
  20. L

    Problem with the /reload command TFS 1.2

    I can't use the /reload if i just type /reload i get "Reload type not found." if i put a reload type like "/reload all" nothing happens just this error. Lua Script Error: [TalkAction Interface] data/talkactions/scripts/reload.lua:onSay data/talkactions/scripts/reload.lua:76: attempt to call...
Back
Top