Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vilent

Pages: [1]
1
JavaOp Support Archive / Re: Running JavaOp In BG???
« on: June 16, 2007, 05:00:50 pm »
Fixed this problem

Simply do the following

./java -jar Core/JavaOp2.jar&

once the bot loads type exit

and you can close putty.exe :D

2
JavaOp Support Archive / Running JavaOp In BG???
« on: June 16, 2007, 04:21:22 pm »
Hey!

I finally got the shell loaded! Im going to write a tutorial on how to load this since there isn't one! I think it will be very helpful!

Im having one last problem!

The bot loads fine with vince@teamsoulz.net [~/jre1.6.0_01/bin]# ./java -jar Core/JavaOp2.jar


I'm using the Latest Version of JavaOp (Core-42) and (Plugin-42)

Once I have this bot loaded or (before executing the bot) what do I need to include/do to run the bot as a bg process?

Im executing the bot through Putty.exe

I tried vince@teamsoulz.net [~/jre1.6.0_01/bin]# ./java -jar Core/JavaOp2.jar -b


No luck

It returns

Quote
-b: [13:17:43.360] ALERT: It appears that this bot is new.  The important plugins have been enabled.  To connect, please select 'Configure' under the 'Settings' menu, click on 'Battle.net Login Plugin', and fill in your username, password, cdkey, and game client.  Then, under the 'Connection' menu, choose 'Connect'
-b: [13:17:43.361] NOTICE: Bot '-b' has been started.

3
JavaOp Support Archive / Re: Error(s)
« on: June 16, 2007, 12:18:12 am »
Sorry, no one knows the answer?

4
JavaOp Support Archive / Re: Error(s)
« on: June 15, 2007, 07:38:39 pm »
Getting this Error Message On Connect, I think its because its trying to using BNLS to connect, how do change it to local hashing?

International: [16:56:41.514] NOTICE: Bot 'International' has been started.
International: [16:56:41.518] DEBUG: Entering disconnect()
International: [16:56:41.519] DEBUG: Entering connect()
International: [16:56:41.612] INFO: Trying BNLS server: bnls.valhallalegends.com
International: [16:56:41.678] INFO: Resolving ip for server: useast.battle.net
International: [16:56:41.949] INFO: Resolves to 12 different addresses
International: [16:56:41.949] INFO: Choosing address 0 [useast.battle.net/63.240.202.128]
International: [16:56:41.950] INFO: Attempting to connect
International: [16:56:42.055] INFO: Connected to /63.240.202.128:6112
International: [16:56:42.057] INFO: Trying BNLS server: bnls.valhallalegends.com
International: [16:56:42.062] INFO: Connected to useast.battle.net:6112
International: [16:56:42.063] INFO: Sending protocol byte (0x01).
International: [16:56:42.064] INFO: Switching to Binary protocol.
International: [16:56:42.065] INFO: Sending authorization.
International: [16:56:47.173] WARNING: BNLS server 'bnls.valhallalegends.com' returned an error -- this means the server might not be running.
International: [16:56:47.174] WARNING: The error is: java.net.SocketException: Connection timed out
International: [16:56:47.175] INFO: Attempting to use next BNLS server.
Unable to find usable BNLS server
International: [16:56:47.175] WARNING: Out of BNLS servers, defaulting to local hashing.
International: [16:56:47.176] INFO: Authorization sent, waiting for reply.
International: [16:56:47.177] INFO: Beginning to receive packets
International: [16:56:47.204] DEBUG: Logon type: 0
International: [16:56:47.205] DEBUG: Server token: 5f349792
International: [16:56:47.206] DEBUG: UDP Value: 6950774
International: [16:56:47.207] DEBUG: MPQ Time: Tue Aug 29 11:32:32 PDT 2006
International: [16:56:47.208] DEBUG: Version Check MPQ: ver-IX86-2.mpq
International: [16:56:47.209] DEBUG: Server signature is not present.
--Cache miss!
International: [16:56:47.223] java.lang.NumberFormatException: For input string: "3691659930"
International: [16:56:47.224] java.lang.NumberFormatException.forInputString(Unknown Source)
International: [16:56:47.224] java.lang.Integer.parseInt(Unknown Source)
International: [16:56:47.224] java.lang.Integer.parseInt(Unknown Source)
International: [16:56:47.224] versioning.CheckRevision.checkRevision(CheckRevision.java:76)
International: [16:56:47.224] versioning.Game.checkRevision(Game.java:118)
International: [16:56:47.224] versioning.BNLSWrapper.getVersionCheck(BNLSWrapper.java:121)
International: [16:56:47.224] Login.getAuthCheck(Login.java:152)
International: [16:56:47.225] PluginMain.processedPacket(PluginMain.java:295)
International: [16:56:47.225] pluginmanagers.PluginRegistration.processedIncomingPacket(PluginRegistration.java:722)
International: [16:56:47.225] bot.PacketThread.run(PacketThread.java:179)

5
JavaOp Support Archive / Error(s)
« on: June 15, 2007, 06:58:18 pm »
Error #1

Quote
nd --> ./java -jar Core/Plugins/SelectPlugins.jar
Exception in thread "main" java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
        at java.awt.GraphicsEnvironment.checkHeadless(Unknown Source)
        at java.awt.Window.<init>(Unknown Source)
        at java.awt.Frame.<init>(Unknown Source)
        at javax.swing.JFrame.<init>(Unknown Source)
        at _main.ConfigurePlugins.<init>(ConfigurePlugins.java:57)
        at _main.ConfigurePlugins.main(ConfigurePlugins.java:333)
vince@teamsoulz.net [~/jre1.6.0_01/bin]#

-------------------------------------------------------------------------------

Error #2

Quote
vince@teamsoulz.net [~/jre1.6.0_01/bin]# ./java -jar Core/CommandlineConfiguration.jar
Unable to find any plugins.
Please download the plugin package from
http://www.javaop.com/download.html
and extract them somewhere.  You will be prompted to find them.
Unable to find any plugins.  Please enter the path where the plugins can be found -->

6
JavaOp Support Archive / Re: "How-To" Install JavaOP on Shell
« on: June 15, 2007, 06:13:11 pm »
Getting this Error Message On Connect, I think its because its trying to using BNLS to connect, how do change it to local hashing?

International: [16:56:41.514] NOTICE: Bot 'International' has been started.
International: [16:56:41.518] DEBUG: Entering disconnect()
International: [16:56:41.519] DEBUG: Entering connect()
International: [16:56:41.612] INFO: Trying BNLS server: bnls.valhallalegends.com
International: [16:56:41.678] INFO: Resolving ip for server: useast.battle.net
International: [16:56:41.949] INFO: Resolves to 12 different addresses
International: [16:56:41.949] INFO: Choosing address 0 [useast.battle.net/63.240.202.128]
International: [16:56:41.950] INFO: Attempting to connect
International: [16:56:42.055] INFO: Connected to /63.240.202.128:6112
International: [16:56:42.057] INFO: Trying BNLS server: bnls.valhallalegends.com
International: [16:56:42.062] INFO: Connected to useast.battle.net:6112
International: [16:56:42.063] INFO: Sending protocol byte (0x01).
International: [16:56:42.064] INFO: Switching to Binary protocol.
International: [16:56:42.065] INFO: Sending authorization.
International: [16:56:47.173] WARNING: BNLS server 'bnls.valhallalegends.com' returned an error -- this means the server might not be running.
International: [16:56:47.174] WARNING: The error is: java.net.SocketException: Connection timed out
International: [16:56:47.175] INFO: Attempting to use next BNLS server.
Unable to find usable BNLS server
International: [16:56:47.175] WARNING: Out of BNLS servers, defaulting to local hashing.
International: [16:56:47.176] INFO: Authorization sent, waiting for reply.
International: [16:56:47.177] INFO: Beginning to receive packets
International: [16:56:47.204] DEBUG: Logon type: 0
International: [16:56:47.205] DEBUG: Server token: 5f349792
International: [16:56:47.206] DEBUG: UDP Value: 6950774
International: [16:56:47.207] DEBUG: MPQ Time: Tue Aug 29 11:32:32 PDT 2006
International: [16:56:47.208] DEBUG: Version Check MPQ: ver-IX86-2.mpq
International: [16:56:47.209] DEBUG: Server signature is not present.
--Cache miss!
International: [16:56:47.223] java.lang.NumberFormatException: For input string: "3691659930"
International: [16:56:47.224] java.lang.NumberFormatException.forInputString(Unknown Source)
International: [16:56:47.224] java.lang.Integer.parseInt(Unknown Source)
International: [16:56:47.224] java.lang.Integer.parseInt(Unknown Source)
International: [16:56:47.224] versioning.CheckRevision.checkRevision(CheckRevision.java:76)
International: [16:56:47.224] versioning.Game.checkRevision(Game.java:118)
International: [16:56:47.224] versioning.BNLSWrapper.getVersionCheck(BNLSWrapper.java:121)
International: [16:56:47.224] Login.getAuthCheck(Login.java:152)
International: [16:56:47.225] PluginMain.processedPacket(PluginMain.java:295)
International: [16:56:47.225] pluginmanagers.PluginRegistration.processedIncomingPacket(PluginRegistration.java:722)
International: [16:56:47.225] bot.PacketThread.run(PacketThread.java:179)

7
JavaOp Support Archive / Re: "How-To" Install JavaOP on Shell
« on: June 15, 2007, 05:39:28 pm »
okay I extracted JavaOP

heres what im getting

vince@teamsoulz.net [~/jre1.6.0_01/bin/Core]# ./CommandlineConfiguration.jar
-bash: ./CommandlineConfiguration.jar: cannot execute binary file

8
JavaOp Support Archive / Re: "How-To" Install JavaOP on Shell
« on: June 15, 2007, 05:32:49 pm »
Alright I installed jre1.6.0_01 on the shell account successfully

vince@teamsoulz.net [~/jre1.6.0_01/bin]# ./java -version
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode)

9
JavaOp Support Archive / Re: "How-To" Install JavaOP on Shell
« on: June 15, 2007, 05:26:49 pm »
Alright I installed jre1.6.0_01 on the shell account successfully

now when I typed "java -version"

it tells me

-bash: java: command not found


10
JavaOp Support Archive / Re: "How-To" Install JavaOP on Shell
« on: June 01, 2007, 12:44:38 pm »
Thats not very helpful considering i'm a windows user.

I'll be controlling everything from putty.exe

11
JavaOp Support Archive / "How-To" Install JavaOP on Shell
« on: May 31, 2007, 11:07:32 pm »
Can someone please walk me through step by step installing/running JavaOP on my Linux Shell?

I appreciate it :)

12
Trash Can / Re: Chatterbot Configuration Help
« on: May 26, 2007, 03:35:53 pm »
Actually I cannot get the access.conf to work can someone paste how its suppose to look? :D type "PUTYOURSHITHERE" or something where it needs to be

13
Trash Can / Re: Chatterbot Configuration Help
« on: April 26, 2007, 09:14:16 pm »
I figured it out thanks anyways....someones a little bitter ::)

14
Trash Can / Chatterbot Configuration Help
« on: April 25, 2007, 02:11:52 pm »
Hey there I'm having trouble configuring chatterbot and I was wondering if you could please help?

lists.conf.default
Quote
# lists.conf
# This file is responsible for adding specific and global bans,
# designatees and safes.

# ban list
# Anybody who matches the criteria below are banned unless they are
# in the safe or des list.
"ban" {
   # Global bans here, wild cards accepted
   # "x~*~x"
   # "{][)K}*"
   
   # Bans specific to certain bots can be nested like this
   # "bot 1" {
   #   "chicken?"
   #
   # }
}

# safe list
# Anybody who matches the criteria below are never banned
"safe" {
   #"nslay"
   # "bot 1" {
   #   "{][)K}nslay(?)"
   # }
}

# des list
# This is slightly different, you set a designatee's rank
# Specific lists are given higher precedence than the global list
"des" {
   # "nslay" = "13"
   # "chatterbot" = "9"
   # "bot 1" {
   #   "chatterbot" = "14" # Higher precedence for bot 1
   # }
}



bot.conf.default
Quote
# bot.conf
#
# NOTE: Be sure to end the file with an <enter>

# Global Settings
# These are settings that affect ALL bots regardless.

# idle interval determines how often to send anti-idle messages.  A
# good idle interval is 120000ms ... set this to 0 for the default (120000ms).
"idle" = "120000"

# trigger specifies a special character that can be used to invoke commands
# Comment it out for the default '!'
"trigger" = "!"

# Defaults
# As a convenience you can specify some default bot settings here.
# e.g.  Suppose all your bots use the same server.

# The following can be defined:
# "home" = "dk187"
# "place" = "There are currently"
# "server" = "useast.battle.net"
# "port" = "6112"
# "bind" = "192.168.0.100"
# "reconnect" = "5000"
# "timeout" = "30000"
# "send" = "5000"

# Defining bot "blocks"
# "BotId" {
#    "username" = "chatterbot"
#    "password" = "stuffs"
#    "server" = "useast.lame.net"
#    "port" = "6112"
#   "home" = "home channel"
#   "place" = "place string"
#   "send" = "5000"
#   "bind" = "192.168.0.100"
#   "reconnect" = "5000"
#   "timeout" = "30000"
# }
#
# NOTE: Keep in mind "port" is optional
# It will pick port to be 6112 by default.
# NOTE: BotId should be unique for each bot.

access.conf.default
Quote
# Access.conf
# Holds user information and groups
# NOTE: Usernames are not to be confused with server names!

# Usernames and passwords
# "username" = "password"
# e.g.
# "nslay" = "727"
# "joy" = "mooo"

# NOTE: For convenience if username and server name are the same, one does
# not need to login with their username.
# e.g. instead of 'login nslay 727', one can do 'login 727' so long as
# their server name is nslay

# Defining a group
# "Group Name" {
#    "priority"="200" # Defines the send priority for the group
#   "bots" { "bot 1" "bot 2" } # Defines a list of bots for this group
#   # NOTE: Better to group only bots from the same network for security reasons
#   "policy" { "say" "ban" "kick" } # Defines commands usable by the group
#   "nslay" # Users in the group
#   "joy" # Users in the group
# }

# Groups
"masters" {
   "priority"="100" # Keep in mind there are no specific meanings to numbers
   "bots" { "*" } # Allow all bots
   "policy" { "*" } # Allow all commands
   # "nslay"
   # "joy"
}



Are the files im having trouble editing.....if someone could edit these three quotes with how it should look I'd appreciate it! I believe the "#" are what prevents me from executing the bot but I have no idea...



15
JavaOp Support Archive / Login Problem
« on: March 05, 2007, 07:58:31 pm »
[19:50:35.968] INFO: Trying BNLS server: bnls.valhallalegends.com
[19:50:36.031] INFO: Resolving ip for server: useast.battle.net
[19:50:36.062] INFO: Resolves to 12 different addresses
[19:50:36.062] INFO: Choosing address 6 [useast.battle.net/63.240.202.120]
[19:50:36.062] INFO: Attempting to connect
[19:50:40.906] INFO: Connected to 63.240.202.120/63.240.202.120:6112
[19:50:40.921] INFO: Trying BNLS server: bnls.valhallalegends.com
[19:50:40.953] INFO: Connected to useast.battle.net:6112
[19:50:40.953] INFO: Sending protocol byte (0x01).
[19:50:40.968] INFO: Switching to Binary protocol.
[19:50:40.968] INFO: Sending authorization.
[19:50:42.140] WARNING: BNLS server 'bnls.valhallalegends.com' returned an error -- this means the server might not be running.
[19:50:42.156] WARNING: The error is: java.net.SocketException: Connection reset
[19:50:42.156] INFO: Attempting to use next BNLS server.
[19:50:42.156] WARNING: Out of BNLS servers, defaulting to local hashing.
[19:50:42.156] INFO: Authorization sent, waiting for reply.
[19:50:42.171] INFO: Beginning to receive packets
[19:50:42.234] exceptions.InvalidVersion: Unable to use local hashing, as the new CheckRevision() method is not yet supported. Please use BNLS.
[19:50:42.234] versioning.BNLSWrapper.getVersionCheck(BNLSWrapper.java:125)
[19:50:42.234] Login.getAuthCheck(Login.java:159)
[19:50:42.250] PluginMain.processedPacket(PluginMain.java:296)
[19:50:42.250] pluginmanagers.PluginRegistration.processedIncomingPacket(PluginRegistration.java:722)
[19:50:42.265] bot.PacketThread.run(PacketThread.java:179)

Pages: [1]