PtokaX forum

Archive => RoboCop => AllInOne Scripts => Archived 5.1 boards => RoboCop - Bugs => Topic started by: Aragorn on 01 September, 2006, 10:23:16

Title: RoboCop Doesn't work anymore
Post by: Aragorn on 01 September, 2006, 10:23:16
I have a hub on PtokaX 0.3.5.1 on lua 5.1.1 and I had RoboCop 10.022 wich just failed to work.Last night I send a mass message to all my operators and after that just stopped working.....he looks loaded in the scripts but none of his commands are working now.....what can I do ??
Title: Re: RoboCop Doesn't work anymore
Post by: damo on 01 September, 2006, 11:02:22
Quote from: Aragorn on 01 September, 2006, 10:23:16
I have a hub on PtokaX 0.3.5.1 on lua 5.1.1 and I had RoboCop 10.022 wich just failed to work.Last night I send a mass message to all my operators and after that just stopped working.....he looks loaded in the scripts but none of his commands are working now.....what can I do ??

i no opti has fixed some bugs and is working on the next release. if memory serves me correct the installer was updated a little while ago because there was a problem with it. try reading the posts by opti in robocop section and maybe download it again.
Title: Re: RoboCop Doesn't work anymore
Post by: Aragorn on 12 September, 2006, 12:24:36
I tryed that....I downloaded robo again but it does the same things.....just stops working :(

Opti please I need help!
Title: Re: RoboCop Doesn't work anymore
Post by: Alexinno on 12 September, 2006, 13:39:03
are you using other security bot's ?
Title: Re: RoboCop Doesn't work anymore
Post by: Aragorn on 12 September, 2006, 16:19:37
I have no other security bots.....robocop is just fine for what I need.

ohh....I have a trivia-ex 068 script...could that make robo get crazy  ???
Title: Re: RoboCop Doesn't work anymore
Post by: TrIp-iN-SuN on 12 September, 2006, 19:34:07
no it's nathing trivia-ex 068 it's don't doing nathing to robocop
Title: Re: RoboCop Doesn't work anymore
Post by: Tw?sT?d-d?v on 13 September, 2006, 07:26:33
have you modified any of the rightclicker commands at all ?    if so that could have caused the script to stop.
Title: Re: RoboCop Doesn't work anymore
Post by: Aragorn on 13 September, 2006, 10:07:29
@Mutor: the mass msg was sent from Rc

@Tw?sT?d-d?v?l: I didn't modified nothing in the right-click commands (I really don't know to do that :()
Title: Re: RoboCop Doesn't work anymore
Post by: Aragorn on 14 September, 2006, 12:36:17
no, that option isn't enabled
Title: Re: RoboCop Doesn't work anymore
Post by: Tw?sT?d-d?v on 14 September, 2006, 17:47:17
Is there any error message in PtokaX script editor ?  Either before or after sending message.
Title: Re: RoboCop Doesn't work anymore
Post by: Aragorn on 17 September, 2006, 19:53:59
I have an error message now...."data\GlobalFunctions.lua:55: attempt to index field '?' (a nil value)"
I'm very..... ???
Posted on: 16 September 2006, 21:38:36
can somebody help me with this error please ??

"data\GlobalFunctions.lua:55: attempt to index field '?' (a nil value)"
Title: Re: RoboCop Doesn't work anymore
Post by: Optimus on 18 September, 2006, 09:45:23
hi what version Robocop are you using??
Title: Re: RoboCop Doesn't work anymore
Post by: Aragorn on 18 September, 2006, 11:03:55
I'm using RoboCopv10.022
Title: Re: RoboCop Doesn't work anymore
Post by: Optimus on 18 September, 2006, 11:20:32
try RoboCopv10.023 i have fixed that bug and some more.
Title: Re: RoboCop Doesn't work anymore
Post by: Aragorn on 13 October, 2006, 20:19:12
thank you Optimus.....milions of thanks
Posted on: 18 September 2006, 14:04:46
I need some help again with Robocop v10.023 on lua 5.1.1....it doesn't work again..i get this error : syntax tbl/update.tbl:2 unexpected symbol near <eof>

PLease if anyone can help do it.Thanks in advance.
Title: Re: RoboCop Doesn't work anymore
Post by: bastya_elvtars on 16 October, 2006, 18:44:01
Quote from: Aragorn on 13 October, 2006, 20:19:12
thank you Optimus.....milions of thanks
Posted on: 18 September 2006, 14:04:46
I need some help again with Robocop v10.023 on lua 5.1.1....it doesn't work again..i get this error : syntax tbl/update.tbl:2 unexpected symbol near <eof>

PLease if anyone can help do it.Thanks in advance.

Post that file's contents.
Title: Re: RoboCop Doesn't work anymore
Post by: johny on 16 October, 2006, 21:30:31
Code (lua) Select
Update = {
["Counters"] = {
["bans"] = 38,
["minshare"] = 4,
["blockedclients"] = 18,
["minslots"] = 0,
["limiter"] = 0,
["maxslots"] = 0,
["mode"] = 6,
["warns"] = 3,
["iRedirect"] = 3,
["maxhubs"] = 0,
["isp"] = 1,
["badnick"] = 0,
["kicks"] = 15,
["ratio"] = 0,
["minversion"] = 0,
["maxshare"] = 2,
},
["Timers"] = {
[5] = 27,
[1] = 39,
[7] = 1800,
[2] = 0,
[3] = 899,
[4] = 900,
[6] = 899,
},
["firsttime"] = "09/20/05 22:43:50",
}


thats my table
Title: Re: RoboCop Doesn't work anymore
Post by: bastya_elvtars on 16 October, 2006, 21:39:13
Looks just fine to me.