• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

TalkAction (6.1) Cyber's REPSystem w/Opinion Points for 0.4 && mAAC

Is this the best reputation system?

  • Yes.

    Votes: 131 66.2%
  • No.

    Votes: 30 15.2%
  • It's good but can be improved.

    Votes: 37 18.7%

  • Total voters
    198
  • Poll closed .
Status
Not open for further replies.
im using 0.3.5 pl1 and when you try to kill someone that person dont die, it shows red+, or rep - no life/name and cant be killed

Same for me
 
luas or mod?
 
Code:
  -- >>> THE Players'REP++System CryingDamson Edition by Cybermaster <<< --
-- >>> Scripted IN and ONLY for TFS 0.3<<< --

function onDeath(cid, corpse, deathList)  
	if (isPlayer(cid) == true) then
		if (getRepPoints(cid)==0) then
			return true
		elseif (getRepPoints(cid) > 0) then
			removePlayerRep(cid, 5, TEXTCOLOR_RED)
		else
			addPlayerRep(cid, 5, TEXTCOLOR_RED)
		end
	end
	[B][COLOR="Red"]return true[/COLOR][/B]
end
???
 
the problem is in repkill script, it crashes with other onKill scripts
 
Last edited:
good, he finally added it
 
disable the onKill or the "bad" script and wait 'till I find a solution so the repscripts don't crash with other onKill scripts like bounty hunter or guild wars
 
Is it possible to make this to guilds that effect by the players?.
 
what do you mean exactly?

So the guild have rep instead of all players.
Example: A guild member dies=minus rep.
Killing someone from a guild in war=+rep

and so on.

Exakt the same but the players have no rep. All players rep collects in the guild
 
that applies for the war and not in war? I would add it as an addon later
 
Not going to fix these photos could someone send me a corrected? please
Excuse the language but for the mauling is not my national language
 
Status
Not open for further replies.
Back
Top