• 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: party task

  1. P

    Tasks on Nostalrius 7.7 TFS 1.2 Problem

    Bump. Someone have !task command for this? And how to set up it to work on party? (only 1 hit and count task). actually it's: function onKill(player, target)
  2. SlayingWorld

    NPC [TFS 1.1] Monster Tasks

    How can i change to give party members both task kills if theyre in the same task? Cause it only gives the count to whoever did more damage
  3. Helliot1

    OTClient Party Module

    Good day, gentlemen. How are you all doing? I am currently in the process of creating a module to load information about party members such as their name, level, health points, and mana points. However, I am facing some confusion as to how to approach this task. The module is intended to...
  4. Eldora

    PAID SUPPORT - Avesta

    Hi, First of all, i would like to mention that i pay for help in this case. I have a Task System on my Avesta server. I would like to add so that if players are in party, they will all get one kill each. Basicly they will share kills to complete the tasks together if they are in a party...
  5. APTGET

    TASK in Party (Tfs 1.2).

    Got it. Thanks. Then I will wait for them to move. I'm sorry for that again. -------- I'm trying to get players to share party tasks. I want to encourage group hunting, and that's one way. If the players play in a party, tell the mission to everyone. Or if the player is partying, and shareexp...
  6. shakal1994

    [1.5] Simple Task 4.0 | Vodkart

    This system is perfect.I would like to know how to make the player choose the task and count in the party
  7. S

    [France] [11.75] Erpegia RPG - RL QuickLoot, FULL Hunting Analyser, Huge Map, RetroPVP.

    Could we possibly share tasks among party members? It's a huge pain otherwise.
  8. D

    [UK][7.4] Tibiantis Test Server

    there will be no tasks. there will be no exp boost in party. confirmed info guys :) 1583147948 pure 7.4 experience!!!!
  9. Erikas Kontenis

    [France] [7.92] Sabrehaven Sugar | New Real Map Server Starting 13th May 18:00 CEST

    Sweet like Sugar updates V2 Druid heal friend and mass heal friend spells have fixed formulas. Party task experience share can be received for 4 players in total of one monster kill. If there are 5+ players in shared exp party where all are doing task then the task point will be randomly given...
  10. SnorkY

    [France] Voidcore 7.4 - Official Start on Friday - 12.01.18 - 18:00 CET

    looks good, questions: 1) how many can share tasks? 2) is hunting in party promoted? is a balanced group of vocations in a party promoted (f.e 50% extra exp to all if the party has every vocation in it) 3) Do you take a stand on power abuse?
  11. Stellow

    [BRAZIL] D2 Server 7.4 Cast - Online 2018

    Party Xp Sharing enabled and Rune on your backpack! Commands for Party Leader: /party enable - enable xp sharing /party disable - disable xp sharing -NOTE: This change will be made next server save today! - Now you can conjure runes without putting blank rune on your hand. Of course...
  12. Mateus Robeerto

    [TFS 1.3] Task System + Daily Task System and Rank Look System.

    The original task system was created by Vodkart and adapted for TFS 1.x by Error 502. It had some very bad codes, optimization errors... So I took both, analyzed everything correctly, and fixed it. Now it's working for all TFS, no need to add it to global.lua anymore, just put it directly in the...
  13. Amoaz

    [Netherlands] (lowrate) Faloria REAL 7.4 RPG/PVP OVER 7 MONTHS ONLINE

    New updates to the task system were put into place at todays server save! Its not possible to make tasks together in party, a few new tasks were added and some rewards were changed! Read the full update here: http://faloria.eu/forum/general/224
  14. M

    [France] Voidcore 7.4 - Official Start on Friday - 12.01.18 - 18:00 CET

    Task can be done in Party system? Or every one player need to kill (example) 100/100 rat every player?
  15. Discovery

    onKill players on party sharing xp to get task counted

    Damage map = all pid(player Ids) involved with monster death (all hits counting) But you can make it using some lua function in your luascript.cpp to get all players in party and set the count to their task if active... But the damage map is more fair, because if you using the party...
  16. F

    task party share tfs 1.2

    with the code you provide i did this fixes, check if it works for you its based on TFS 1.5 function onKill(player, target) if target:isPlayer() or target:getMaster() then return true end local targetName = target:getName():lower() local party = player:getParty()...
  17. Lamm

    [France] Flameria 7.4 Highrated ANTIBOT ADVANCED SHARE/TASK SYSTEM FRIDAY 13TH 20:00 REGISTER NOW!

    Anti-bot client, highrate, tasks, party shared exp. Maybe Pvp-e above "X" lvl.. A fun server in the end ^^
  18. Z

    Lua Task.lua (Creaturescript).

    After a long time breaking my head, I managed to make the party shared by players within a party. But I have some problems with the final version of the code. If any player has 2 players in a party, one player gives a hit, and the other gives the "last" hit, one task counts twice for each...
  19. PuszekLDZ

    [Poland] [7.4] [Real Map] Medium Rate Tibia 7.4 - 4FUN server [12 Jan 2024 17:00 CET]

    One of our players literally forced me to fix the task counting code. 🤣 The bug was counting the same task for a party member even if they were standing in the DP with level 8 (e.g., Hydra task). From now on, the code only counts players who have also attacked the specific monster.
  20. whitevo

    Whi World NPC "Task Master" [TFS 1.0]

    Making this into Tutorial requires too much trouble, id rather do in video format if ever. So i just leave it as it is: By the time you use these scripts, they might not be exactly the same as in my Whi World server, but have a close resemblance. Task Master Features: 1. Gives skill points...
Back
Top