News:

Who uses forums anymore?

Main Menu
Menu

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.

Show posts Menu

Messages - 3ICE

#1
JavaOp Support Archive / Re: Error Wont stay connected
November 05, 2007, 05:02:20 AM
warden?

(SC bots automatically disconnect after 2 minutes)

(there is no way to fix it yet)

(use a war3 bot until someone breaks warden)
#2
JavaOP does not use too much RAM (on my computer it runs smooth with that 2 MB i set it to)
so you could just install it twice and have 2 config files. and it would not be so bad. (just 2 windows not 1 i could accept it) Problem solved :)
#3
NOW IT WORKS!

I could connect my bot so BNLS is back again! Works for War3 atleast. Thx for fixing it HdxBmx!

U roX.
#4
JavaOp Support Archive / Re: Script Request
May 29, 2007, 03:18:46 AM
Ah okay then never mind ill write it myself.
Im just so lazy and my scripts aren't that good. I wanted some1 more into scripting to do it for US.

Im still gona visit this board just in case some1 writes it 4 me :)

See you later guys.
#5
JavaOp Support Archive / Re: Script Request
May 28, 2007, 04:25:21 PM
Sorry but, they looked so cool -.- i had to press the Post button... :)

Could anyone please write these scripts i requested?
I would really like to use them. And i would appreciate it.
#6
Quote from: LordVader on May 26, 2007, 11:28:45 PM
Out of curiosity does the current core support all the older things for rcrs etc.. that was replaced with the bnls stuff functionality wise? like if I were to go back to an older bnetlogin plugin and had access to a rcrs server or emulated a rcrs server perfectly would the older bnetlogin plugins work correctly still?

I'm thinking I may try to work on having localhashing, rcrs, and bnls options available for users, the rcrs protocal iago had setup was so simple it's a waste to not have that as an option I still have an rcrs server somewhere I can work on add a checkrevision cache db or something. Or if  someone would be willing to help me with lockdown a little (not spoon feeding) I could get it fully working again probably.
As far as i know Blizzard Patched it. That is why we had to switch to BNLS/JBLS.
I expect it being patched sometime soon too.  ;)
#7
JavaOp Support Archive / Re: Script Request
May 28, 2007, 06:12:53 AM
u don't?
well i had 41 bots in a channel thats a weak massloading isn't it? (but thats just a sidenote not the important part of my post)
#8
JavaOp Support Archive / Script Request
May 27, 2007, 11:15:55 AM
Hey there!
I <3 this bot because it works with war3. Ad it supports MASSbotting ^^ (I have quite a few keys.)

So I'd like to make some Feature Requests (yay more work for u)
I am using Windows.

The following plugins would be MUCH appreciated:
User Leave Log and Messaging:
I would like a script similar to this.
It would just look for event: user leaves channel
and do a /whois on him then
addchat name of user has joined a (war3/w3xp/sexp/star/whatsoever) game called: (result of whois).
and it would also output it into a logfile similar to this:
steveelias               | NEW ART OF DEFENSE NO NOOB.     | Warcraft III      | 5/4/2007 1:34:53 AM
chaosking2006            | Elite Snipers.                  | Warcraft III      | 5/4/2007 1:41:41 AM
YzRiDeR72                | moh 2.                          | Warcraft III      | 5/4/2007 1:41:55 AM
chaosking2006            | Paintball.                      | Warcraft III      | 5/4/2007 1:41:59 AM
chaosking2006            | FFA!!! 3v3!!!.                  | Warcraft III      | 5/4/2007 1:42:13 AM
steveelias               | ART OF DEFENSE.                 | Warcraft III      | 5/4/2007 1:47:34 AM
steveelias               | ART OF DEFENSE RM NO LEAVER .   | Warcraft III      | 5/4/2007 1:51:57 AM
YzRiDeR72                | Polar Escape 5 rm.              | Warcraft III      | 5/4/2007 1:53:35 AM
Flaming-icee             | Legendary Zeros!.               | Warcraft III      | 5/4/2007 1:53:39 AM
Ninety-Nine              | !-!-!-SPM-!-!-!.                | Warcraft III      | 5/4/2007 2:01:30 AM
monkeyelf                | ===WINTERMAUL===.               | Warcraft III      | 5/4/2007 2:01:50 AM
binyo                    | 10 hero siege Chaos2.8.         | Warcraft III TFT  | 5/4/2007 2:19:54 AM
Flaming-icee             | evolves.                        | Warcraft III      | 5/4/2007 2:23:38 AM
Flaming-icee             | evolves.                        | Warcraft III      | 5/4/2007 2:24:03 AM
danielet                 | Slide Kitty Slide RM2!.         | Warcraft III TFT  | 5/4/2007 2:26:15 AM








And the second one i would like is this auto invite script for warcraft III clans:
Invite
'1.1
'Written By: TutMatt <3
'Used Jacks Plug for ref... Ty
'Does not invite acording to levels.

Reqp = 45 'Req for percent, set to 0 if any1 can join
Reqw = 40 'Req for wins, set to 0 if any1 can join
Reqp2 = 75 'Req for percent, set the above one if you dont want this mayn options to join
Reqw2 = 50 'Req for wins, set the above one if you dont want this mayn options to join
Reqp3 = 50 'Req for percent,set the above one if you dont want this mayn options to join
Reqw3 = 200 'Req for wins, set the above one if you dont want this mayn options to join
relm = "azeroth" 'You can use lordaeron, azeroth, nothrend, or kalimdor

'Dont Edit Under Here
'------------------------------------------------------------------------------

Sub Invite_Event_UserTalk(Username, Flags, Message, Ping)
If left(lcase(message),6) = botvars.trigger & "joinc" Then
getdbentry username, myflags, myaccess
Addq "Searching..."
Content = SciNet.OpenURL("http://www.battle.net/war3/ladder/w3xp-player-profile.aspx?Gateway=" & relm & "&PlayerName="&username)
If Instr(Content, "Error Encountered") Then
AddQ "Error Encountered"
ElseIf Instr(Content, "Player Not Found!") Then
AddQ "Invalid user."
Else
pos1 = instr(content, "Total")
pos1 = instr(pos1,content,"%") - 20
pos1 = instr(pos1,content,">")+1
pos2 = instr(pos1,content," %")
Percent = mid(content, pos1, pos2-pos1)

pos1 = instr(content, "Total")
pos1 = instr(pos1, content, "Row")+5
pos2 = instr(pos1, content, "<")
Wins = mid(content, pos1, pos2-pos1)

Addq "You have: " & wins & " wins, and your % is: " & percent
tag = LCase(GetInternalDataByUsername(Username, 0))

If tag <> "" Then
addq "Sorry you are already in a clan, leave that clan for more options."
ElseIf int(wins) >= reqw and int(percent) >= reqp Then
addq "You Meet The Reqs, and Invitation Was Sent."
addq Command(BotVars.Username, "/invite " & Username, True)
ElseIf int(wins)>= reqw2 and int(percent) >= reqp2 Then
addq "You Meet The Reqs, and Invitation Was Sent."
addq Command(BotVars.Username, "/invite " & Username, True)
ElseIf int(wins) >= reqw3 and int(percent) >= reqp3 Then
addq "You Meet The Reqs, and Invitation Was Sent."
addq Command(BotVars.Username, "/invite " & Username, True)
Else
addq "Sorry you did not meet the (auto invite) reqs, this dosnt necessarly mean that your not good enough to enter the clan, talk to a chieftain/shaman about joining."
End If
End if
End If
End Sub

(ofc translated to java :))

The third request was already asked but i'd like to ask it again.
Custom commands.
In my old SB bot i had 351 commands like:
.welcome %username%
Welcome in Clan mFH, %username%!

.hi
Hey %username%!

.lol
%username% laughs out loudly.

.mFH
Clan Mazers for Honor is a MAZING clan for both RoC and TFT players. Type in: .shams .members .req .sreq .tournaments .info .join !join .mrc for more related commands.

and so on...
A simple script what would just execute one or two lines of commands defined in the custom command.
eg: a database:
CMD: Flag: EXE:
hi     AECO Hey %username%!
afk   ABEGCO %username% has went AFK.
invite INSXW /!callplugin!/ auto invite %argument1%
The script should support many variables like the stealthbot custom commands:
%a %u %p %f %c %rest %1 %2 %3 %4 and so forth.
more reference:
http://www.stealthbot.net/board/index.php?showtopic=19666

THX in advance
3ICE

ps: Oo my post is so messy :(