This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

alice.tcl wont work for me

Old posts that have not been replied to for several years.
Locked
p
pirate

alice.tcl wont work for me

Post by pirate »

hello me again dam suck a n00b and a drunk 1 at that but i have tried this both drunk and sober (dont know how u do it ppslim when drunk) anyway if i choose anyother alice engine becides 1 my got dies and if i leave it as 1 i get this error msg can some one help me plz

[21:43] alice.tcl : You have not fully configured your Alice.tcl script.
[21:43] alice.tcl : Please edit the configuration, and then restart.
[21:43] alice.tcl : alice.tcl has NOT been loaded.

i have edited all the values that need done if someone got this running of the ruby engine could they post what they did to get it running thank you again
D
DeeSaiD

Post by DeeSaiD »

You need to set up the server:

Code: Select all

## Which server should I use for the alice engine?
# 0 = www.alicebot.org (default- Alice)
# 1 = www.agentruby.com (Ruby)
# 2 = ncd3.math.harvard.edu (math alice- Sofia)
# 3 = jaczone.com (Cyber-Ivar)
# 4 = your own alice server
set alice_engine -1
Change the -1 for the number of the server you want to use.
p
pirate

tried them

Post by pirate »

i tried them all except running my own server the bot exits and gives error msg saying i am not running egghttp1.0.2 or later when i am running 1.0.2 do i have to edit egghttp and if so could u help me with it please thanks again
D
DeeSaiD

Post by DeeSaiD »

Maybe you put the source scripts/alice.tcl line before the
source scripts/egghttp.tcl ??? if you did, alice.tcl will always fail to load as it first needs a variable set by eghttp.tcl...
p
pirate

nope tried it

Post by pirate »

nope i have source scripts/egghttp.tcl then source scripts/alice.tcl
D
DeeSaiD

Post by DeeSaiD »

Then I don't know what could it be... you can comment all the version and server checking and leave only the line where it sets up the server you want...
p
pirate

will try

Post by pirate »

ok i will try that and see how i go
p
pirate

no go

Post by pirate »

that didnt work just got same errors again ill just hang and wait for someone that has got this thing running and they can email me at chataus@hotmail.com the working version of alice.tcl script
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

As for working with eggdrop while drunk.

I have not done that for a while.

I moved home about 4 months ago, and have been staying with my grand-parents (I finaly moved out from there, last night), so I have not had the oportunity to get drunk, nor use a computer (let alone net access).

I like to go out drinking, getting into fights and telling the local police man his wife is fu**ing my uncle (I don't remember, honest) like any normal 20 year old male.

I would get home around 3am, and the first thing I would do is collaps a few times on the way to turn my laptop on.

I would then check my bots error logs, tell my friends about the gand I smacked, then come onto the forum.

Coding Tcl is no easy feat while drunk, trust me, but a large wall and a box of asprin will help a lot.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

you should try coding while stoned man. I once wrote an entire script with single letter variables cos I was so stoned I couldn't be bothered typing meaningful names. Needless to say, the next day when I looked at it I had to completely restructure it - lazyness does not help good code
Locked