|
mike zimmer // User Search
mike zimmer // User Search
Jul 15, 2001, 3:53pm
Nope, never had that
[View Quote]trekkerx <troop2 at empirenet.com> wrote in message
news:3B5124B6.6BE6196A at empirenet.com...
> Dose any one have this problem?
> When they start up ActiveWorlds, it goes to loggin in.. and then says
> "Unabel to contact activeworlds..." and so on?
>
>
|
Jul 31, 2001, 8:15pm
... you post in the Community NG twit..
Looks like we have a little Eeps on our hands here :-)
[View Quote]lanezeri <Lanezeri at yahoo.com> wrote in message
news:3b671b08 at server1.Activeworlds.com...
> PLEASE go to school and learn.. you post in the Community NG twit.. this
has
> nothing to do with bots nor the SDK
|
Jul 31, 2001, 10:36pm
Umm ever heard of a thing called typos?? I was half awake when I wrote that.
O yes, and don't cuss, it will only get you a week ban and i'm sure NONE of
us want to see that :-)
[View Quote]lanezeri <Lanezeri at yahoo.com> wrote in message
news:3b673d90 at server1.Activeworlds.com...
> "Looks like we have a little Eeps on our hands.."
>
> Now.. you need to go to school too.. makes no sense..
>
> "Looks like we have little Eeps on our hands.."
> or
> "Looks like we have a little Eep on our hands.."
>
> Damn idiots..
>
> "mike zimmer" <zimmer at pitnet.net> wrote in message
> news:3b672dea at server1.Activeworlds.com...
this
>
>
|
Sep 1, 2001, 12:55pm
Ditto
[View Quote]lanezeri <Lanezeri at stuff-x.com> wrote in message
news:3b90ed8b$1 at server1.Activeworlds.com...
> Did Eep reply to you?! I can't see it if he did
>
>
> --
>
> Lanezeri
> Lead Bot Programmer at Stuff-X
> http://aw.stuff-x.com
>
> "r y a n" <birkin at ozemail.com.au> wrote in message
> news:3b90ab56 at server1.Activeworlds.com...
> aaswell,
>
>
|
Jul 1, 2002, 6:27am
When I go to compile, i get the error
Compile Error
Wrong number of arguments or invalid property assignment.
Here is the sub that it is in...
Private Sub cmdLogin_Click()
Dim rc As Integer, world As String
On Error Resume Next
rc = sdk.AwCreate(0, 0)
If rc Then
MsgBox "Unable to create a bot (reason " & rc & ")"
Exit Sub
End If
sdk.AwLoginOwner = txtOwner.Text
sdk.AwLoginPrivilegePassword = txtPassword.Text
sdk.AwLoginName = txtBotName.Text
sdk.AwLoginApplication = "bot"
rc = sdk.AwLogin
If rc Then
MsgBox "Unable to login (reason " & rc & ")"
Exit Sub
End If
world = txtWorld.Text
rc = sdk.AwEnter(world, 1)
If rc Then
MsgBox "Unable to enter " & world & " (reason " & rc & ")"
Exit Sub
Else
MsgBox sdk.AwWorldWelcomeMessage
End If
sdk.AwMyX = 0
sdk.AwMyZ = 0
sdk.AwMyY = 0
sdk.AwMyYaw = 0
sdk.AwMyType = 0
rc = sdk.AwStateChange
If rc Then
MsgBox "Unable to change state (reason " & rc & ")"
Exit Sub
Else
cmdKillBot.Enabled = True
cmdLogin.Enabled = False
End If
End Sub
End Sub
Jul 1, 2002, 6:31am
Oh and it highlights..
..AwEnter
[View Quote]"mike zimmer" <mike at remmiz.com> wrote in message
news:3d201260$1 at server1.Activeworlds.com...
> When I go to compile, i get the error
>
> Compile Error
> Wrong number of arguments or invalid property assignment.
>
> Here is the sub that it is in...
>
> Private Sub cmdLogin_Click()
> Dim rc As Integer, world As String
> On Error Resume Next
>
> rc = sdk.AwCreate(0, 0)
> If rc Then
> MsgBox "Unable to create a bot (reason " & rc & ")"
> Exit Sub
> End If
>
> sdk.AwLoginOwner = txtOwner.Text
> sdk.AwLoginPrivilegePassword = txtPassword.Text
> sdk.AwLoginName = txtBotName.Text
> sdk.AwLoginApplication = "bot"
> rc = sdk.AwLogin
> If rc Then
> MsgBox "Unable to login (reason " & rc & ")"
> Exit Sub
> End If
> world = txtWorld.Text
> rc = sdk.AwEnter(world, 1)
> If rc Then
> MsgBox "Unable to enter " & world & " (reason " & rc & ")"
> Exit Sub
> Else
> MsgBox sdk.AwWorldWelcomeMessage
> End If
>
> sdk.AwMyX = 0
> sdk.AwMyZ = 0
> sdk.AwMyY = 0
> sdk.AwMyYaw = 0
> sdk.AwMyType = 0
>
> rc = sdk.AwStateChange
> If rc Then
> MsgBox "Unable to change state (reason " & rc & ")"
> Exit Sub
> Else
> cmdKillBot.Enabled = True
> cmdLogin.Enabled = False
> End If
> End Sub
>
>
> End Sub
>
>
|
Nov 3, 2002, 2:36pm
Bots are overrated. Now, if you want a GOOD RPG...don't use any bots at all!
--
-Miek Zimmer
*Mike
[View Quote]"god zedle" <greg at greggage.com> wrote in message
news:3dc08a39$1 at server1.Activeworlds.com...
Hello, I am starting a large scale RPG project that will take advantage of
every feature in AW there currently is. If you are an EXPERIENCED C/C++
programmer, please telegram me.
|
I will test you for the project, then we will see what we can do about a
world. Then the fun begins.. from scratch, we will make the best RPG bot
ever seen on AW.
Please do not join if you plan to quit.
PS- check out the november newsletter coming soon to see my bot of the month
article!
--
God Zedle (#306364)
--Programmer--
Jun 22, 2003, 10:36am
Well, the latest version of the VB SDK is AwSdkOcx5.ocx if I am correct?
Grimmsoft made it, but his site is down and has been down forever so who
knows...you can get it here though -
http://www.remmiz.com/aw/files/awsdkocx5.zip
--
-Miek Zimmer
*Mike
[View Quote]"maxsilver" <maxsilver at email.com> wrote in message
news:3ef59610 at server1.Activeworlds.com...
> Does anyone know where (besides grimmsoft website, which is down last I
> checked) you can download the VB SDK? Im attempting to make a bot, and
> really cant get too far without it...
|
Jun 22, 2003, 12:45pm
Works fine for me oh mighty one :-)
--
-Miek Zimmer
*Mike
[View Quote]"strike rapier" <strike at rapiercom.freeserve.co.uk> wrote in message
news:3ef5b017 at server1.Activeworlds.com...
> *HISS*
>
> EVIL OCX CRAP! >:)
>
> The newest is the AwSdkDLL (attached) is the new standard, the format used
> in AwSdkOcx<int> is no longer supported and will not be continued. Besides
> the new version is much nicer...
>
> Documentation... www.activeworlds.com/sdk/
>
> - Mark
>
> "mike zimmer" <mike at remmiz.com> wrote in message
> news:3ef5a2c4$1 at server1.Activeworlds.com...
I
>
>
>
|
May 14, 2001, 11:03pm
I need a bot that will ask a user defined questions to each of the players
that are told to be in the game. Each player will have to awnser every
question and the bot will not ask the next question untill the player has
awnsered the last. The bot will also need to keep score for each of the
players. And a Nestor wont work because Nestor gives points to the first
person who awnsers it, i need everyone to awnser. It would kind of be a test
bot. It gives tests out to the players.
May 16, 2001, 8:19pm
Is there a way to make Preston do multiple things with one saying. Such as
/create mission1, I want a sign to be created that explains the mission and
a sign that says we are currently playing mission 1 at the same time. I
would really like a response. Thank You.
May 17, 2001, 8:28pm
Is there a way i can make Preston teleport a person to a place when they
come in range of the bot if they are not on my ppw?
May 21, 2001, 7:39pm
I was logging in my Preston bot today and when i clicked on Start Bot a
error box came up saying
05/21/01 16:37:53: Unable to teleport into position (reason: no connection)
I am connected to the internet and I checked everything and it is correct, I
am trying to log into AWTeen. This is the first time it has happened too.
Jul 6, 2001, 2:12am
MagsBot
[View Quote]hamfon <ncrowle at sprintmail.com> wrote in message
news:3b40e5f0 at server1.Activeworlds.com...
> Anyone have any interesting bots you'd like to talk about in Bot Of The
> Month club in the AW newsletter? If so, please email me at
> HamFon at ActiveWorlds.com - Thanks :-)
>
> --
> HamFon
>
> ..click..
>
>
|
Jul 15, 2001, 3:58pm
I have a Paintball world! I have one! *sees everyone stare*
[View Quote]trekkerx <troop2 at empirenet.com> wrote in message
news:3B4A271B.679E3009 at empirenet.com...
> Guess Paintball died, It use to be millions of paintball worlds, now its
rpg
> worlds.
|
Jul 15, 2001, 3:53pm
Nope, never had that
[View Quote]trekkerx <troop2 at empirenet.com> wrote in message
news:3B5124B6.6BE6196A at empirenet.com...
> Dose any one have this problem?
> When they start up ActiveWorlds, it goes to loggin in.. and then says
> "Unabel to contact activeworlds..." and so on?
>
>
|
Jul 31, 2001, 8:15pm
... you post in the Community NG twit..
Looks like we have a little Eeps on our hands here :-)
[View Quote]lanezeri <Lanezeri at yahoo.com> wrote in message
news:3b671b08 at server1.Activeworlds.com...
> PLEASE go to school and learn.. you post in the Community NG twit.. this
has
> nothing to do with bots nor the SDK
|
Jul 31, 2001, 10:36pm
Umm ever heard of a thing called typos?? I was half awake when I wrote that.
O yes, and don't cuss, it will only get you a week ban and i'm sure NONE of
us want to see that :-)
[View Quote]lanezeri <Lanezeri at yahoo.com> wrote in message
news:3b673d90 at server1.Activeworlds.com...
> "Looks like we have a little Eeps on our hands.."
>
> Now.. you need to go to school too.. makes no sense..
>
> "Looks like we have little Eeps on our hands.."
> or
> "Looks like we have a little Eep on our hands.."
>
> Damn idiots..
>
> "mike zimmer" <zimmer at pitnet.net> wrote in message
> news:3b672dea at server1.Activeworlds.com...
this
>
>
|
Jul 22, 2001, 3:52am
Well, Brant will be making one that create storms such as Lightning, and
stuff like that. I don't know if Brant will publicly release it (it would be
a good idea though), or if it can do tornados. But if it did tornados it
would be cool if it deleted all the objects in its path or moved them a
couple meters away :-)
[View Quote]tony m <tony at triton-dynamics.iwarp.com> wrote in message
news:3b5a1ee0.20511959 at news.activeworlds.com...
> Does anybody know where I could find a weather bot that could do
> things such as tornados, etc?
>
> - Tony M.
|
Jul 23, 2001, 11:52pm
OoOoo, I sign updater for the Xelagot PBall script? I wonder if it would
work with J B E L L's Modified Xelagot Paintball Script...
[View Quote]kah <kah at kahbot.com> wrote in message
news:3b5c4e17 at server1.Activeworlds.com...
> Hi, I'm releasing a beta version of one of my new bots today, the
> MusicSearcher Bot. Find it and lots more bots and scripts on
> http://www.kahbot.com !
>
> KAH
> PS. what the bot does? name tells it all...
>
>
|
Jul 24, 2001, 6:27pm
Crap. I hate having to open the other program and going all through my hard
drive getting to my bot folder and opening all the file THEN putting them
onto a sign....
[View Quote]kah <kah at kahbot.com> wrote in message
news:3b5d69be at server1.Activeworlds.com...
> idea became a bit scrapped...
>
> KAH
>
> "mike zimmer" <zimmer at pitnet.net> wrote in message
> news:3b5cd4e2 at server1.Activeworlds.com...
>
>
|
Aug 2, 2001, 12:06am
yes that is VERY annoying, every minute the IO message pops up again...
[View Quote]xelag <xelag at 3dee.nl> wrote in message
news:3b68a64c$1 at server1.Activeworlds.com...
> When I was ready to announce it, I got this bug report :) 3.03 was posted
> one day earlier, it fixes a problem which occurs if a world owner decides
to
> change the world title often (not a very common thing), like the weather
bot
> in AWTeen.
>
> XelaG
>
> "brandon" <brandon at my.activeworlds.com> wrote in message
> news:3b689764 at server1.Activeworlds.com...
> it
Label",
>
>
|
Aug 14, 2001, 7:04pm
Legally? Yes. See below. Not legally? Search for it :-)
[View Quote]trekkerx <troop2 at empirenet.com> wrote in message
news:3B786775.9AFBF27C at empirenet.com...
> You can buy Microsofts, or Borlands C++ On Amazon.
>
http://www.amazon.com/exec/obidos/ASIN/B00004NHN0/qid=997747320/sr=1-5/ref=s
c_sw_5/002-9666714-9508042
>
http://www.amazon.com/exec/obidos/ASIN/B00002SFL3/qid=997747320/sr=1-4/ref=s
c_sw_4/002-9666714-9508042
>
>
> john viper wrote:
>
though:
news:3b77e70f at server1.Activeworlds.com...
>
|
Sep 1, 2001, 12:55pm
Ditto
[View Quote]lanezeri <Lanezeri at stuff-x.com> wrote in message
news:3b90ed8b$1 at server1.Activeworlds.com...
> Did Eep reply to you?! I can't see it if he did
>
>
> --
>
> Lanezeri
> Lead Bot Programmer at Stuff-X
> http://aw.stuff-x.com
>
> "r y a n" <birkin at ozemail.com.au> wrote in message
> news:3b90ab56 at server1.Activeworlds.com...
> aaswell,
>
>
|
Sep 19, 2002, 8:51pm
Website, its a WEBPAGE! Its one page that says to e-mail someone. If I ever
saw a company's website with that, I would run away right away.
--
-Miek Zimmer
*Mike
[View Quote]"d a n" <awdan at aol.com> wrote in message
news:3d8a2777 at server1.Activeworlds.com...
www.starfleetservices.tk
|
not much of a website, but the service which is hidden is great. Lots of
downloads of bandwith allready O_O
---
D a n
[View Quote]"swe" <swe at emptyco.com> wrote in message
news:3d87a37a at server1.Activeworlds.com...
> umm, wheres the rest of the page lol?
> "d a n" <awdan at aol.com> wrote in message
> news:3d84a682$1 at server1.Activeworlds.com...
>
>
|
Oct 8, 2002, 9:46pm
Thats the same thing he said...
--
-Miek Zimmer
*Mike
[View Quote]"strike rapier" <strike at rapiercom.freeserve.co.uk> wrote in message
news:3da34dbb at server1.Activeworlds.com...
False = 0
True = -1?
|
I think
- Mark
[View Quote]"binarybud" <leom at knorrinteractive.com> wrote in message
news:3d9c536a$1 at server1.Activeworlds.com...
> LOL
> True=-1
> False=0
>
> Leo :)
|
Nov 3, 2002, 2:36pm
Bots are overrated. Now, if you want a GOOD RPG...don't use any bots at all!
--
-Miek Zimmer
*Mike
[View Quote]"god zedle" <greg at greggage.com> wrote in message
news:3dc08a39$1 at server1.Activeworlds.com...
Hello, I am starting a large scale RPG project that will take advantage of
every feature in AW there currently is. If you are an EXPERIENCED C/C++
programmer, please telegram me.
|
I will test you for the project, then we will see what we can do about a
world. Then the fun begins.. from scratch, we will make the best RPG bot
ever seen on AW.
Please do not join if you plan to quit.
PS- check out the november newsletter coming soon to see my bot of the month
article!
--
God Zedle (#306364)
--Programmer--
Jul 20, 2001, 3:49am
Is it done downloading? :-P
[View Quote]methus <e_robertg at hotmail.com> wrote in message
news:3B579106.73910670 at hotmail.com...
> I don't know if this has been said before or not but I'm going to say it
> anyways. I have an idea about a full screen mode for AW that operates
> the same way Internet Explorer's does. If this is possible this could
> be used to make the left bar, the top and even the chat bar to hide
> until they are needed. All the user would have to do is put the mouse
> pointer over the area of the menu and it would roll out and then roll
> back in when not in use. Also the top bar needs some cleaning up
> especially for people with lower resolutions so they can see more avatar
> function buttons. That could be fixed by using a smaller font. If this
> is possible I think it would be a great addition for AW 3.2 or later. I
> have included a manipulated screenshot of AW 2.2 and IE to give you a
> view of what I am thinking.
>
> Methus
|
Jul 31, 2001, 4:22pm
yes the AWDebate world is looking very nice J B E L L
[View Quote]j b e l l <jbell1983 at home.com> wrote in message
news:3b65f382 at server1.Activeworlds.com...
> it'll open.. give it another week or so.. and you shall see..
>
> "goober king" <rar1 at acsu.buffalo.edu> wrote in message
news:3B5F8075.3FB56918 at acsu.buffalo.edu...
> : Heh, well since I don't see it on the Worlds list yet, I'll assume it's
nothing more
> : than a pipe dream for now. In fact, we can use it as a test... if
AWDebate ever
> : opens, then that'll prove (to me, at least) that they're listening to us
in some way,
> : shape, or form. Until then, I shall bitch! :)
> :
> : j b e l l wrote:
> : >
> : > i never go to tech talk.. whenever i talk to rick he seems to listen
to me.. in fact.. there's gonna be a new AW world,
> AWDebate..
> : > so we can debate stuff there.. i might even be able to talk him into
showing up to one of them :-)
> : >
> : > "goober king" <rar1 at acsu.buffalo.edu> wrote in message
news:3B5EB8B4.BDA629B8 at acsu.buffalo.edu...
> : > : "seemed to"... Exactly what kind of input are we talking about here?
Feature requests
> : > : at Tech Talk don't count, since Roland doesn't make those decisions
anyway. :P
> : > :
> : > : j b e l l wrote:
> : > : >
> : > : > really?
> : > : > they seemed to listen to my input back then..
> : > : >
> : > : > "goober king" <rar1 at acsu.buffalo.edu> wrote in message
news:3B5DEA97.BC776E0D at acsu.buffalo.edu...
> : > : > : Then perhaps it would surprise you to learn that at one point in
their storied
> : > : > : history, citizenship purchases made up the *majority* of their
income! So why weren't
> : > : > : they listening to us then?! Because they never cared in the
first place.
> : > : > :
> :
> : --
> : Goober King
> : This is a test... It's only a test! Give it a rest!
> : rar1 at acsu.buffalo.edu
>
>
|
Sep 1, 2001, 12:55pm
Ditto
[View Quote]lanezeri <Lanezeri at stuff-x.com> wrote in message
news:3b90ed8b$1 at server1.Activeworlds.com...
> Did Eep reply to you?! I can't see it if he did
>
>
> --
>
> Lanezeri
> Lead Bot Programmer at Stuff-X
> http://aw.stuff-x.com
>
> "r y a n" <birkin at ozemail.com.au> wrote in message
> news:3b90ab56 at server1.Activeworlds.com...
> aaswell,
>
>
|
|