PtokaX forum

Archive => Archived 5.1 boards => Finished Scripts => Topic started by: Thor on 07 January, 2007, 23:49:56

Title: vicarious_v5.1
Post by: Thor on 07 January, 2007, 23:49:56
The LUA5.1 converted version of the vicarious (http://forum.ptokax.org/index.php?topic=6096#msg60583) script has been attached. Now the hub register the nick + 1 empty space =)
Title: Re: vicarious_v5.1
Post by: bastya_elvtars on 08 January, 2007, 00:43:55
Great, please upload to the file repository, you have the rights and among attachments order can't be kept.
Title: Re: vicarious_v5.1
Post by: Thor on 08 January, 2007, 09:59:42
Done... http://scriptdb.ptokax.ath.cx/download.php?view.293
Title: Re: vicarious_v5.1
Post by: bastya_elvtars on 08 January, 2007, 12:24:15
Umm, well... I meant this (http://forum.ptokax.org/index.php?action=tpmod;dl=upload).
Title: Re: vicarious_v5.1
Post by: Psycho_Chihuahua on 08 January, 2007, 13:38:08
hmm i tried just now ;)

An Error Has Occurred!
Sorry, you aren't allowed to upload files to the Download Manager.

Lol
Title: Re: vicarious_v5.1
Post by: bastya_elvtars on 08 January, 2007, 14:54:43
Quote from: Psycho_Chihuahua on 08 January, 2007, 13:38:08
hmm i tried just now ;)

An Error Has Occurred!
Sorry, you aren't allowed to upload files to the Download Manager.

Lol

You are not in the scriptergroup, forgot about that, try logging out & log back in, I will add you.
Title: Re: vicarious_v5.1
Post by: Thor on 08 January, 2007, 16:22:47
http://forum.ptokax.org/index.php?action=tpmod;dl=item22
I think now it has enough mirror ;D
Title: Re: vicarious_v5.1
Post by: Dinamo on 09 January, 2007, 19:17:25
 http://ptxscriptdb.psycho-chihuahua.net/download.php?view.260  does not work ))
Title: Re: vicarious_v5.1
Post by: TrIp-iN-SuN on 09 January, 2007, 23:44:07
i find same bug i came to hub and the and bot with my nick stay don't go and i truning off the bot in right click commands and his stay not going what need to do when i back to hub the bot going?
Title: Re: vicarious_v5.1
Post by: Thor on 10 January, 2007, 09:36:06
The bot is automatically go away when you're connecting to the hub, just connect with that name what you enabled in the script settings. Check your offsettings.dat file, if you connect to the hub with that nickname, it's a really bug. Then copy me here the settings file.
Title: Re: vicarious_v5.1
Post by: TrIp-iN-SuN on 10 January, 2007, 10:28:41
tOfflineOps = {
   ["']['rIp?iN??uN"] = {
      ["settings"] = {
         ["maxmsgs"] = 30,
         ["away"] = "off",
         ["msgs"] = 0,
         ["emailad"] = "Tripsun1@walla.com",
      },
   },
}

bot not going his stay in the hub
Title: Re: vicarious_v5.1
Post by: Thor on 10 January, 2007, 11:14:04
Damn... :-\ You have totally right. This script has been copied from the hungarian version, and the delregging part is still the old one. First post updated, thanks the report.
Title: Re: vicarious_v5.1
Post by: Psycho_Chihuahua on 10 January, 2007, 13:47:33
Quote from: Dinamo on 09 January, 2007, 19:17:25
http://ptxscriptdb.psycho-chihuahua.net/download.php?view.260  does not work ))

As it has been mentioned before: The Scriptdb was moved a while ago ;)

So http://scriptdb.ptokax.ath.cx/download.php?view.260 should work fine
Title: Re: vicarious_v5.1
Post by: TrIp-iN-SuN on 11 January, 2007, 09:55:22
Hungarista u try to fix this now?
Title: Re: vicarious_v5.1
Post by: Thor on 11 January, 2007, 10:44:58
Quote from: Hungarista on 10 January, 2007, 11:14:04... First post updated, thanks the report.
Title: Re: vicarious_v5.1
Post by: Dinamo on 12 January, 2007, 22:46:00
what software must be set, what was referred by reports on e-mail ?
Title: Re: vicarious_v5.1
Post by: TrIp-iN-SuN on 01 February, 2007, 22:07:43
Hungarista when u released new script with fixed bug?
Title: Re: vicarious_v5.1
Post by: ATAG on 05 February, 2007, 02:34:47
Bug is fixed... I've tried it with your nick too and it works perfectly  ::)
Title: Re: vicarious_v5.1
Post by: baba.runner on 10 February, 2007, 00:49:51
Hi Hungarista

I wanted to use an smtp server which I also use with my Email-program. I also found the place in the script where to change it.

function GenerateEmail(nickto)
local SMTPserver = "MYSMTPSERVER"
local auth = true
local MailTo = tOfflineOps[nickto]["settings"]["emailad"]
local MailFrom = "FROMEMAILADDRESS"
local LoginNick = "SMTPLOGIN"
local LoginPass = "SMTPPW"


But it does not really work.
After the Offline Messenger reached the preset number of messages it is doing something, but htis is done so fast, that I could not see what is been done.
My problem is that I do not receive any of the emails that should be sent out.

Please advise what or where I have t make changes, so that it works at it should.

Thanks in advance for your help and assistance.

BR