• 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.
picturecj.jpg

what may be the problem?
 
I have not read all the other posts but i've got a great idea for this.
Since there some people (Me heh) who uses Geisors simple forum (Wich is implanted automaticly in 0.3.6 ver of his AAC) and i though it would be awesome if you could make a script that shows reputation when you make a post/thread.

Is it possible?
 
what is possible is to show the rep like here in simple forum script
i dont plan to extend the sys to PHP (giving rep via forum)
 
Last edited:
what is possible is to show the rep like here in simple forum script
i dont plan to extend the sys to PHP (giving rep via forum)

oh.. well that seems nice (Y) please do that, it would be awesome rep+
 
I don't have a 050-function.lua. Help please

hehe then got a quite big problem, unless ... what distro are you using?

Edit:
it must not say: 050-function.lua
it could also say: function.lua
@ lib ;)
 
I have two problems with this script:

One:

In the console:

Loading rep_system.xml...[Warning - TalkAction::configureEvent] Duplicate registered talkaction with words: /hail
[26/06/2010 17:36:52] [Warning - TalkAction::configureEvent] Duplicate registered talkaction with words: /fuck
[26/06/2010 17:36:52] [Warning - TalkAction::configureEvent] Duplicate registered talkaction with words: /set
[26/06/2010 17:36:52] [Warning - TalkAction::configureEvent] Duplicate registered talkaction with words: !ranks
[26/06/2010 17:36:52] [Warning - TalkAction::configureEvent] Duplicate registered talkaction with words: !rep
[26/06/2010 17:36:52] [Warning - TalkAction::configureEvent] Duplicate registered talkaction with words: !hail
[26/06/2010 17:36:52] [Warning - TalkAction::configureEvent] Duplicate registered talkaction with words: !fuck

Why cant load commands?


Two, in the website:
http://img294.imageshack.us/img294/1672/1234xg.png
Help Please!!
 
for the 1st thing you are using both mod and luas version :ninja: just use one! ffs
or the commands entries are duplicated @ talkactions.xml
 
what? :p

i copy this this commands to the talkactions.xml

<!--Cyber's REPutation System-->
<talkaction words="!ranks" event="script" value="repscore.lua"/>
<talkaction words="!hail;!fuck" event="script" value="repute.lua"/>
<talkaction words="!rep" event="script" value="info.lua"/>
<talkaction log="yes" words="/hail;/fuck;/set" access="5" event="script" value="addremove.lua"/>

whats wrong?

what i must do to fix this?
 
you use mods/rep_system.xml?
 
Thx, Rep!

But i have 2 more plroblems now :p

I cant see !rank + stats, and i cant kill monsters. Monster have 0 hp and he still a live!
 
you have configured it badly, try to do it fine
 
yes, but i think all is good ;/ I do it with instructions... I dont know what is wrong ; /
 
try again until it works. i won't give support for something that is too easy to do
 
where does this go in 050:function..

Code:
loadmodlib('repSystem')

Cant rly find a place, I tried to put it last but the server crashed :s
 
where does this go in 050:function..

Code:
loadmodlib('repSystem')
Cant rly find a place, I tried to put it last but the server crashed :s
data/lib/050-function.lua
can be anywhere, outside of a function
just put it above all

 
Status
Not open for further replies.
Back
Top