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

tfs 1.3

  1. kozmo

    TFS 1.X+ Spell that can only attack a certain Monster

    Need a Spell that can only be used on a event zombie Monster, no other players or creatures.
  2. danio4don

    TFS 1.X+ NPC Cipfriend error

    TFS 1.3 10.98 npc Cipfriend please help.
  3. Sarah Wesker

    [TFS 1.3] EventCallback: Firestorm Event

    Here is the Firestorm Event, the steps to follow below: Create a new lua file on directory data/scripts/ and name it firestorm.lua then paste the code into the file and that's it! In the first lines of the script you can find the event settings. If you don't want to shut down the server and...
  4. L

    Skill limit at 35

    edit. Solved. Can someone explain me how skill multiplier works? Because when i set it from 1.1 to 2.5, or something else, it stop working and i can't progress in any skill. Hey, I'm using tfs 1.3 downgraded by Nekiro. I add new vocations and transforms (Naruto). I just realized that...
  5. ScorpionOT

    Nekiro 8.6 transformed to 8.7

    based on @Nekiro 's [8.60] Latest forgottenserver 1.3. Clean downport. (https://otland.net/threads/8-60-latest-forgottenserver-1-3-clean-downport.263472/) ; upgraded to 8.7 1.3 version from 1 year ago, will be updated to 1.4 as soon as it is ready. please let me know if you find any bugs, it...
  6. 115820

    C++ Turns Reflection attribute to a CONDITION

    Anyone can help turns the thread Feature - [TFS 1.2] Reflection attribute (https://otland.net/threads/tfs-1-2-reflection-attribute.253211/) to a CONDITION?
  7. miguelshta

    TFS 1.X+ help kill top level gain special item

    can someone help me with a script thats if someone kills top level gain 10x orshabal brains or something like this?
  8. T

    TFS 1.X+ performance

    hey folks, excuse my ignorance but i want developers with more experience to share what they think about this will normal players feel the diff between revscriptsys script, tfs 1.3 functions script or tfs 1.3 with old 0.4-0.3 functions script? will it cause any type of performance problems if...
  9. Moody

    RevScripts god create item tfs 1.3 revscripts

    iam have bug in /i but i dont know when bug produce i see random error in tfs i dont know why and when script i use local talk = TalkAction("/i") function talk.onSay(player, words, param) local invalidIds = { 1, 2, 3, 4, 5, 6, 7, 10, 11, 13, 14, 15, 19, 21, 26, 27, 28, 35, 43 } if...
  10. miguelshta

    Lua help online guild bonus exp

    hello i need help i want to add 20% extra experience to all guilds with more than > 5 players online and no double ip allowed using tfs 1.3
  11. Yan18

    C++ Doubts About C++ Source TFS 1.3

    Hello everyone! I'm learning C++ to developing my own server. I would like to understand somethings that I can't understand. I have difficult in understading Lua_State *L. I understood the concept, but in the practice, I don't understand. int...
  12. Yan18

    Poketibia Project TFS 1.3 with OTClient - In Discord

    Hello everyone! I like Poketibia very much, and I'm developing it in TFS 1.3 with OTClient. If you stayed interested in participating, you can join us to the project. * OBS: Only join if you will help and supporting us in developing the project. Discord Server Link: Discord Link
  13. miguelshta

    C++ Connection lost protection system

    If the server identifies that your connection is gone, the time it takes until your character is logged out will then depend on your vocation because each of them has different chances of survival. Druids and sorcerers will be kicked out of the game after 40 seconds, paladins after 50 seconds...
  14. Obito

    TFS 1.X+ doPlayerSetLossPercent

    Trying to convert this script to 1.x but I don't know how to call it since 1.x doesn't support this function doPlayerSetLossPercent can someone rewrite it or gives some hint info how to call it in 1.x? local storage = 45001 function onPrepareDeath(cid) local vocation = getPlayerVocation(cid)...
  15. A

    [TFS 1.3] Client premium features

    TFS 1.3X Client version: 12.20 Hi all, I want to remove this from my client but I'm not sure how to. All the characters have working premium however everyone has this message. In my config.lua I have freePremium = true set to true. In my db, I have premdays set to 0, but when I change it to...
  16. aqubjukr

    C++ [TFS 1.3] Add a storagevalue in weapons.cpp

    I'm trying to set a storagevalue to cancel the removecount for as long as the player has storage, but i didn't got. Interval to be modifie: case WEAPONACTION_REMOVECOUNT: if (g_config.getBoolean(ConfigManager::REMOVE_WEAPON_AMMO)) { Weapon::decrementItemCount(item)...
  17. aqubjukr

    TFS 1.X+ Wrap Bug

    When using the "wrap" or "unwrap" system a problem occurs. The item unwarp correctly. When I wrap again, the item gets an AID equal ID of decoration kit. When try to unwrap the item again, it doesn't work and remove the description of the packed item. Anyone knows here i need change to solve...
  18. W

    Doors.lua error tfs 1.3

    At some point, I can no longer close the door and an error on the console appears. The error just stops being reported on the console when I jump on the open door sqm and it remains normal for a while, but returns the error again. Can anybody help me? It's that error: Lua Script Error...
  19. aqubjukr

    TFS 1.X+ Boosted Creature System

    Anyone have a script who changes the experience and loot of a monster randomly? I've tried to adapt many scripts but i didn't got. I'm using tfs 1.3.
  20. 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 =...
Back
Top