PtokaX forum

Archive => Archived 5.1 boards => Help with scripts => Topic started by: jiten on 17 April, 2006, 14:59:44

Title: Lucifer 6.6.6 help
Post by: jiten on 17 April, 2006, 14:59:44
Quote from: -SkA- on 16 April, 2006, 20:29:25
Ok, I'll wait for news ;) because with lucifer 6.6.6 I don't know why but anti-adv in mainchat doesn't works -.-

Can you give me more details about your Lucifer 6.6.6?

- Version;
- Settings and Safe/Site Tables;
- Which trigs are you testing; and with which profile?


Title: Re: Antispam
Post by: -SkA- on 17 April, 2006, 16:24:08
I'll PM you script  ;)
Title: Re: Antispam
Post by: -SkA- on 17 April, 2006, 16:32:03
Quote from: Hungarista on 17 April, 2006, 14:34:01
It works with LUA 5.0 and with LUA 5.1 also. This is the best way to use, but it use more CPU, -Ska- please try it, and say me how it works, thanks ;) It's not an antiadver script, it see bad link just for 15 sec!

Ah...I thought your script checks also after 15 secs... but I will test it  ;)
Title: Re: Antispam
Post by: jiten on 17 April, 2006, 16:54:56
Quote from: -SkA- on 16 April, 2006, 20:29:25
Ok, I'll wait for news ;) because with lucifer 6.6.6 I don't know why but anti-adv in mainchat doesn't works -.-

Had a look on your code and this is what I can say:

a) You're using an older version of the script. The latest LUA 5.1 one is: Lucifer 6.6.6 - build 2.122 (beta); and

b) Lucifer wasn't working with you in main (and also in PM) because your Safe table was badly set up. If you don't wan't any safe trig, you should leave the [1] field like this:

[1] = { },


and never like:

[1] = { [""]=1, [""]=1, },


Leaving it the latter way, means that every word will be considered safe, and that's a huge flaw.

By the way, Hungarista, sorry for hijacking your thread :P
Title: Re: Antispam
Post by: -SkA- on 17 April, 2006, 17:29:00
Removed [""]=1, [""]=1  saved, restarted script but still not works in main.... damn
Title: Re: Antispam
Post by: 6Marilyn6Manson6 on 17 April, 2006, 17:31:08
Quote from: -SkA- on 17 April, 2006, 17:29:00
Removed [""]=1, [""]=1? saved, restarted script but still not works in main.... damn

Are you sure have last version of Lucifer, Lua5.0.2 version 2.031 or Lua5.1 version 2.122?
Title: Re: Antispam
Post by: -SkA- on 17 April, 2006, 17:32:50
Now I try latest 5.1 version
Title: Re: Antispam
Post by: 6Marilyn6Manson6 on 17 April, 2006, 17:34:38
Quote from: -SkA- on 17 April, 2006, 17:32:50
Now I try latest 5.1 version

Oky :D
Title: Re: Antispam
Post by: jiten on 17 April, 2006, 17:48:09
Quote from: -SkA- on 17 April, 2006, 17:29:00
Removed [""]=1, [""]=1? saved, restarted script but still not works in main.... damn

I'd also recommend you to have a look at your tBlockedProfiles and tFeedProfiles, because they also need to be re-checked.


[5] = 0, -- VIPs
[6] = 2, -- Regs


For example, NetFounder (if you're using Robocop's) is assigned to profile number 5, and that's never a VIP (your code).
A Reg user has a profile number 3, and not 6 (your code).
Title: Re: Antispam
Post by: -SkA- on 17 April, 2006, 17:50:38
Quote from: jiten on 17 April, 2006, 17:48:09
Quote from: -SkA- on 17 April, 2006, 17:29:00
Removed [""]=1, [""]=1? saved, restarted script but still not works in main.... damn

I'd also recommend you to have a look at your tBlockedProfiles and tFeedProfiles, because they also need to be re-checked.


[5] = 0, -- VIPs
[6] = 2, -- Regs


For example, NetFounder (if you're using Robocop's) is assigned to profile number 5, and that's never a VIP (your code).
A Reg user has a profile number 3, and not 6 (your code).

I use GePP-bot (home made mainbot lol) and profiles are:  0 founder 1 master 2 sop 3 op 4 kvip 5 vip 6 reg  and I think there is some conflict with my bot -.- argh
Title: Re: Antispam
Post by: jiten on 17 April, 2006, 18:05:50
Well, your settings are ok then.

Try updating to the latest Lucifer version and note that, the bot will only take a specific action to those inside tBlockedProfiles.

By the way, can you Moderators move these Lucifer 6.6.6 related posts to its thread?
Title: Re: Lucifer 6.6.6 help
Post by: -SkA- on 17 April, 2006, 19:41:05
Problem solved simply moving up lucifer 6.6.6 in the ptokax scripts list  ;D

Thanks for the support
Title: Re: Lucifer 6.6.6 help
Post by: jiten on 17 April, 2006, 19:46:04
I'm glad you sorted it out by yourself :)

Cheers