egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Need help with bot (doesn't auth me)

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Eggdrop Help
View previous topic :: View next topic  
Author Message
khax
Voice


Joined: 13 Mar 2014
Posts: 6

PostPosted: Thu Mar 13, 2014 3:49 pm    Post subject: Need help with bot (doesn't auth me) Reply with quote

Hi,

I am trying to set up a eggdrop (or windrop, how you call it..?) bot, and when I set up everything, i send pm to my bot, with hello, it made me master, then I wrote pass <mypassword> and it sets my password, then I type admin <mypassword> and it says:

You are recognized, but you don't have the Game-Admin access. Please contact an operator.

I tried to restart the bot, edit eggdrop.conf file, I added the pwf.tcl and ident.tcl files, set everything there good, but it still says it (I even tried to delete and install bot many times and it still doesn't work).. Please help as fast as you can, thank you.
Back to top
View user's profile Send private message
willyw
Revered One


Joined: 15 Jan 2009
Posts: 1175

PostPosted: Fri Mar 14, 2014 8:28 am    Post subject: Re: Need help with bot (doesn't auth me) Reply with quote

khax wrote:


I am trying to set up a eggdrop (or windrop, how you call it..?)


Eggdrop is for linux. Windrop is for Windows.

Quote:

bot, and when I set up everything, i send pm to my bot, with hello, it made me master, then I wrote pass <mypassword> and it sets my password, then


Then you should learn how to log in on your bot.
See:
http://www.egghelp.org/using.htm#dccchat

Quote:

I type admin <mypassword> and it says:


I'm guessing now ... where are you typing this? In a /msg to the bot?
(a PM window with the bot?)

Quote:

You are recognized, but you don't have the Game-Admin access. Please contact an operator.


It looks like you have installed some tcl script, and that is what is reacting to your command.
If so, you need to read the instructions for that script.
Back to top
View user's profile Send private message
khax
Voice


Joined: 13 Mar 2014
Posts: 6

PostPosted: Fri Mar 14, 2014 8:59 am    Post subject: Reply with quote

I am using Windrop (on windows 7).

When I sent a PM to the bot with message: hello it made me owner.
I have installed a script called: pwf.tcl (Gather bot with commands).
I read the instructions of it, it said that I need to change 6 variables below, I changed them, but still, when I try to say admin <password> it says that I don't have Game-Admin access.

I tried to contact creator of pwf.tcl file, he wrote me this message:

Hi,
Probably you don’t have the admin flag in the eggdrop user file (+G as far as I remember).

Where's that User File?

#4v: eggdrop v1.6.18 -- exclusive -- written Thu Mar 13 17:00:00 2014
khax - jlmnoptxQ
! #exclusive 0 -
--HOSTS *!nnscript@*.static.zebra.lt
--HOSTS -telnet!*@*
--PASS +kVwko0oTtgg0
--XTRA created 1394722041
::#exclusive bans
&&#exclusive exempts
$$#exclusive invites
(THIS IS THE LAMESTBOT.USER FILE)

So why do this bot don't recognize me as a owner? It still says I dont have Game-Admin access, even though I AM THE OWNER OF THIS BOT (Well.. That's what the bot said when i wrote /msg with "hello".
Back to top
View user's profile Send private message
caesar
Mint Rubber


Joined: 14 Oct 2001
Posts: 3741
Location: Mint Factory

PostPosted: Fri Mar 14, 2014 9:27 am    Post subject: Reply with quote

Quote:

khax - jlmnoptxQ

Do you see any G flag in there? Just .chattr khax +G and should work.
_________________
Once the game is over, the king and the pawn go back in the same box.
Back to top
View user's profile Send private message
khax
Voice


Joined: 13 Mar 2014
Posts: 6

PostPosted: Fri Mar 14, 2014 9:41 am    Post subject: Reply with quote

Where do I need to type .chattr khax +G? Because I think it doesn't work in channel and bot?
Back to top
View user's profile Send private message
willyw
Revered One


Joined: 15 Jan 2009
Posts: 1175

PostPosted: Fri Mar 14, 2014 11:05 am    Post subject: Reply with quote

khax wrote:
Where do I need to type .chattr khax +G? Because I think it doesn't work in channel and bot?



willyw wrote:

Then you should learn how to log in on your bot.
See:
http://www.egghelp.org/using.htm#dccchat
Back to top
View user's profile Send private message
khax
Voice


Joined: 13 Mar 2014
Posts: 6

PostPosted: Sat Mar 15, 2014 9:24 am    Post subject: Reply with quote

Thank you, I were able to launch bot.

But I got one more problem with topic. I want to make a topic where all the info's going to be, like this:
http://s29.postimg.org/mctoqco47/topic.png

But when I try to configure it like that, it goes like this:
http://s18.postimg.org/g8qo6ntm1/topic2.png

Here's the topics code (4 topic codes):

Code:
proc pwf_starttopic {} {
  global pwf_teamatopic pwf_teambtopic pwf_maptopic pwf_maxpl pwf_playernumber pwf_serverholder pwf_quality pwf_pickupchan pwf_shutupchan pwf_type
  pwf_buildteams
  if { $pwf_quality == 0 } {
    if { $pwf_shutupchan == 0 } {
      if { $pwf_type == "" } {
        putserv "TOPIC $pwf_pickupchan :[pwf_txt topic1] $pwf_serverholder [pwf_txt topic2] $pwf_maptopic"
      } else {
        putserv "TOPIC $pwf_pickupchan :[pwf_txt topic1] $pwf_serverholder [pwf_txt topic4] $pwf_type [pwf_txt topic2] $pwf_maptopic"
      }
    }
  } else {
    if { $pwf_shutupchan == 0 } {
      if { $pwf_type == "" } {
        putserv "TOPIC $pwf_pickupchan :[pwf_txt topic1] $pwf_serverholder [pwf_txt topic5] [pwf_txt topic2] $pwf_maptopic"
      } else {
        putserv "TOPIC $pwf_pickupchan :[pwf_txt topic1] $pwf_serverholder [pwf_txt topic5] [pwf_txt topic4] $pwf_type [pwf_txt topic2] $pwf_maptopic"
      }
    }
  }
}


And here's the language topics codes:

Code:
set pwf_reply(topic1) "15 0,1EXCLUSIVE 5,1CHANNEL 0,1GATHER START >> Teams:5,1 A 0,115,1VS0,15,1 B0,1. 1-2 Admin is Game Type:10,1 vip0,1. Game map: 1-3 1-2 Admin is"
set pwf_reply(topic2) "Game map: 1-3"
set pwf_reply(topic4) "1-10 Game Type :"
set pwf_reply(topic5) "1- 14** VIP GAME **"


Here's the pwf.tcl file to download:
Code:
http://speedy.sh/npY5B/pwf.tcl


How do I do it like this? Cause I don't want my gathers info in topic messed up like that. If you can, please help me, I'll appreciate it very much! Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Eggdrop Help All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber