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

Search results

  1. Shoorkill

    [TFS 1.5] How to activate npc trade?

    I'm using TFS 1.5 Nekiro downgrade 8.0 and I would like to activate npc trade, but I don't know how. can anybody help me? Give me a way to do this?
  2. Shoorkill

    NPC Reset System

    Is it possible to allow players to receive skills according to their vocation? example vocation 1 and 2 receive +10 magic level, vocation 3 receives +15 skill dist, and vocation 4 receives +15 from all skills
  3. Shoorkill

    TFS 1.X+ [TFS 1.5]Could anyone help me make this script work in tfs 1.5? it is a reset script, with attributes for each vocation

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:eek:nCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:eek:nCreatureDisappear(cid) end function...
  4. Shoorkill

    [TFS 1.3+] Snowball Event Revscripts

    MVery good, I'm using it on my server! xD
  5. Shoorkill

    [TFS 1.3] EventCallback: Firestorm Event

    I changed these lines, I don't get an error in the console, but when it's time for the event to start it simply stops everything. I use TFS 1.5, can you help me?
  6. Shoorkill

    [TFS 1.5] Depot error causing rollback

    I'm using nekiro downgrade 8.0, the deposit has saved the items but some players They are suffering absurd rollbacks randomly when they shut down or die,Today I managed to capture this error, anyone with help?I would like to know how to resolve the error! Even using a save event every 30 min...
  7. Shoorkill

    Depot Issue

    I have something similar, players are suffering absurd rollbacks, I managed to capture this error, can anyone help?
  8. Shoorkill

    TFS 1.X+ Mysql crash

    Sorry for the intrusion, but I have a similar problem, in addition to crashes in MySQL I have also had rollbacks with random players, can you help me with this?
  9. Shoorkill

    Feature Antirollback

    Sorry to revive, but is there a way to put an instant save per player? example when a player does an action like moving an item, does he receive a save on the character? I'm using nekiro tfs 1.5 8.0 and I suffered sinister rollbacks, where the player is losing level and equipment, can anyone help?
  10. Shoorkill

    TFS 1.X+ [TFS 1.5] SLOW COMBO SPELLS.

    Good morning, I have a problem with my ot, even with exhaustion and cooldown 1000, when players try to make combos, from magic 1 with magi2, it takes about 5 seconds, how do I change this?
  11. Shoorkill

    [TFS 1.5] VIP System

    It works well, I would like to add two features to this script, could you help me? 1st: VIP players receive 50% more exp and 2nd: VIP players recover stamina 2x faster.
  12. Shoorkill

    [TFS 1.5] Players from the same guild do not attack each other.

    They keep attacking each other, but they don't get a skull, can you help me? I need them not to attack each other.
  13. Shoorkill

    [TFS 1.5] Players from the same guild do not attack each other.

    Can anyone help me with this? I need players from the same guild not to attack each other, what is the way to do this?
  14. Shoorkill

    help with script "open gates"

    I haven't tested it, come back and let me know if it worked. local BUFF_SUBID = 1 local Storages = { LeeBuffExhaust = "LeeBuffExhaust" } local SKILL_TAIJUTSU = 1 local CONDITION_PARAM_SKILL_FIST = 590 local CONDITION_PARAM_SKILL_AXE = 591 local c = { exaustoTime = 30000, -- tempo do...
  15. Shoorkill

    [TFS 1.5] Magic damage reduced by manashield

    Sorry, the Portuguese translator was active, it was my mistake. Thanks for the warning!
  16. Shoorkill

    [TFS 1.5] Magic damage reduced by manashield

    because when the player is under the effect of manashield and is in Pvp he receives damage reduced to man by around 50%, however if this player is in pvp, however in party the damage is not even reduced... I would like the players to be in pvp receive equal damage to both mana (magicshield) and...
  17. Shoorkill

    [TFS 1.5] I need old utamo vita (7.92)

    Good evening my dears, I used the evolution base until a while ago, I made changes to the base of nekiro's 8.0 downgrade, so that it looks similar to my evolution base (old PvP style 7.92 custom)... However, I was surprised by something that was unusual for me! I was balancing PvP when I noticed...
  18. Shoorkill

    [TFS 1.5] REMOVE MESSAGE LOOT

    How do I make the loot message that drops from monsters only appear in the servlog, and not on the central screen?
Back
Top