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

share

  1. S

    [TFS 0.4] Party Share EXP giving experience when kill player

    Hi guys! I recently implemented this @Mkalo system in my sources 0.4: Here The system works as proposed, but I was doing some tests and I could see that when I kill another player (don't need to be at a party) the player gains experience, like as "enforced" mode. is it possible to correct...
  2. J

    onKill players on party sharing xp to get task counted

    Hello, on my task scripts, only the player who deal the last hit get the monster counted, is anyone has a solution for both players in party get it counted? function onKill(cid, target, lastHit) local started = getPlayerStartedTasks(cid) if isPlayer(target) then return true end if started and...
Back
Top