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

player

  1. J

    Problem move from sqm

    TFS0.4 8.6 Hello guys,I looking for a script ,player can not stand in pos xxxxx1 when tray stand move him to pos xxxxx2 or near pos "" ,how I can do that? Thank.
  2. Fabi Marzan

    TFS 1.X+ 1 Players for a Room (Boss, Check Area, Time) - Actions

    Greetings as always again here with my problems. I've been trying to figure out how to make it so that when a player uses the door, the other players will have to wait a certain time to use it again, another thing is how to make it so that if a player is in an area, the other players can't use...
  3. Paulix

    TFS 1.X+ Creature challenging player

    I'm currently using TFS 1.5 downgraded to 8.6, I'm trying to create a creature that pulls the player target to make it attack itself. I created a simple spell that changes the target using setTarget, and it works, but the "red square" that indicates who the player is attacking isn't updating...
  4. Yan18

    TFS 1.X+ [TFS 1.3] How to do Deep Search in a For Loop in Main Backpack to Searching Items Inside Other Backpacks?

    Hi guys How to do a deep search for loop to search items in backpacks inside main backpack?
  5. Yan18

    [TFS 1.3] How to Do Player No Drop Loot When Die?

    Hello guys! How to do players no drop loot when die? I tried to add: player:setDropLoot(false) In events onLogin(), onDeath() and onPrepareDeath(), but didn't work.
  6. Yan18

    TFS 1.X+ [TFS 1.3] How to Do Players No Hit Monsters Melee and Range Damage?

    Hello folks! I would like to know how to do players no hit damage monsters melee and range, however, the player can target monsters. In other words, I want players can target and focus monsters, but the monsters don't receive damage from players (0 damage when targeting). Although, the monster...
  7. Yan18

    [TFS 1.3] How to Remove Words from Players When Say a TalkAction

    Hello folks I want to know how to "hide" or don't show words when a player says a talkactions. For example, a player says "!online" and the comand "!online" cannot show at the screen. Other players can't see the comand from another player.
  8. T

    TFS 1.X+ Item with actionID unpickupable to slots or container

    How can I make an item with actionID unpickupable to both slot and container?
  9. Yan18

    TFS 0.X [TFS 0.4] How to know if a player is inside a house?

    Hello guys! There is a way to know if a player is inside a house? Have some flag to get it? I searched if there was a way, but I didn't find it out.
  10. Yan18

    Feature [TFS 1.X] Player Can't Attack Their Summons and Their Summons Can't Attack Another Player

    *OBS: This tutorial just works in TFS 1.X as said in the title. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hello folks! I was searching a topic...
  11. Yan18

    TFS 1.X+ [TFS 1.3] How To Do Player Can't Attack Summons?

    Hello folks! I want to do the player can't attack and target their summons. I tried to do in Data/Events/creature.lua: function Creature:onTargetCombat(target) local master = self:getMaster() if not self then return RETURNVALUE_NOERROR end if master and master == target...
  12. Znote

    [suggestion] Different ways to load and unload players

    The suggestion was originally posted on github in issue #1150 - Lag from excessive items in containers. https://github.com/otland/forgottenserver/issues/1150#issuecomment-354775835 This is an issue with 77 comments! And tons of suggested solutions and research. The current bounty is at 55$. My...
  13. S

    TFS 1.X+ player add item

    Hi i'm having some trouble with the lua function player:addItem, if the user have the main backpack full, the item dosent appear in the ground or in the other backpacks
  14. BrownDeveloper

    Hello OtLand! PHPMYADMIN Someone Help me Please

    Hello everybody, i have a question. How i can change the new player lvl that was create in my server page.. all player appears to lvl 1 and i need to be lvl 10 i need help with this because i looking in config.php but i not find nothing. THNX SO MUCH
  15. N

    C++ how to deal with chatted strings on server-side?

    Hello, I want to do some operations with the strings that are submitted to the chat. Basically, I need to know which is the function that is called when a player chat. I've made some tests and I think that's Creature:: onCreatureSay(,,), is it correct? If so, should I just override the method in...
  16. S

    Not allow player to send private messages

    How do I disallow a player to send private messages to others? Can it be done by any script? Thanks in advance. Edit: I only want some players to be blocked from private chat
  17. GhostWD

    C++ How to make monster attack only player with storage

    Hi there, I've got problem to solve, idk how to refere to attacker at isTarget method in monster.cpp bool Monster::isTarget(Creature* creature) { if(creature->isSagaMonster()){ return (!creature->isRemoved() && creature->isAttackable() && (creature->isSagaMonster() &&...
  18. demon088

    Solved Avoid damage from own summons

    Hello OtLand! I need help with this: Is there a way to avoid summons hurting the owner of the summon? I have a vocation based on summons and they can get killed by their own summons. Thanks for the help!
  19. Pluto

    [TFS 0.4] 8.6, Distance Attack stops while walking

    While using distance weapons (spears, bows etc.) and walking at the same time, player doesn't attack. To shoot any distance weapon, you have to stop first and not move. No problems with melee weapons. Any ideas how could I fix that, or solutions? -- SOLUTION -- Thanks very much to fla5h for...
  20. S

    [Account Manager bug] Your character couldn't be created, please try again.

    For some reason, I can't create characters on my server, all that appears is tha on the chat: Your character couldn't be created, please try again. And also that on the server log: mysql_real_query(): INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`...
Back
Top