the derek // User Search

the derek // User Search

1  ...  3  4  5  6  7  8  ...  29  |  

Argument Not Optional - AwSdkOcx5.ocx

Jun 12, 2002, 11:06pm
sometimes you have to replace the aw_build with the ACTUAL build number...
especially if you just replaced and old ocx control... i see you got it
working but this is a way to fix it w/o re-downloading
[View Quote]

*cross post my bad* VBSDK Object change example

Jul 3, 2002, 4:52am
sorry for the cross post but this is probably the best place to put this,
and not the bots newsgroup

in case you're having trouble with changing objects or aw_query in general,
this is an example bot

it looks for an object with the description of TestClock, and every 5
seconds will update the current time to the sign. If you need further help
you can send an email to imthederek at yahoo.com the url to download the source
code for the bot is
http://66.45.6.37/~thederek/VB/Examples/VBSDK/ChangeExample.zip

HELP My VB bot won't log on

Jul 27, 2002, 2:50am
have you tried using easier to remember variables lol. in a complex bot id
be lost with names like that...
[View Quote]

VB Bot Crisis (pressed enter)

Jul 27, 2002, 4:59pm
make sure you have the aw_wait timer.

make a timer named AwWait
interval=1000
enabled=false

AwWait sub code:
Private Sub AwWait_Timer()
sdk.AwWait 0
End Sub


after logging in have it enable the timer

if you do this... the bot will recieve NO EVENTS, and the connection will
tme out.

if you have done this... make SURE you did the event handlers for the events
you want to use after logging in

[View Quote]

VB Bot Crisis (pressed enter)

Jul 29, 2002, 5:29pm
then whats this:

ok thanks, sorry but something went wrong and it came up with an error


umm the word ERROR is there... maybe it should be nothing? anyways i think
everyones confused at the problem.. i know i am
[View Quote]

[VB SDK] i'm no genius, but I can tell theres a problem here

Jul 30, 2002, 1:52am
me neither
[View Quote]

Local Console Messages?

Aug 19, 2002, 9:55pm
you have to set all the attributes first then do the aw_console_msg command

sdk.AwConsoleBlue = <INTEGER> 0-255
sdk.AwConsoleBold = <BOOLEAN>
sdk.AwConsoleGreen = <INTEGER> 0-255
sdk.AwConsoleItalics = <BOOLEAN>
sdk.AwConsoleRed = <INTEGER> 0-255
sdk.AwConsoleMsg <SESSION> (just like whisper, but it will send it no mater
where the person is)



[View Quote]

Local Console Messages?

Aug 19, 2002, 11:44pm
youd have to keep track of where everyone is and issue messages to the
people near it on by one
[View Quote]

Local Console Messages?

Aug 20, 2002, 2:54am
as far as i know there is nothing in the c++ sdk that would let you do that

what youd have to do is keep track of where eveyone is (youd need to know
how to use the memory functions of the windows API) and then when you want
to do a console message to people within a certain radius, just check each
person one by one from memory... unless you try to do it without using
memory directly it wont lag


[View Quote]

Local Console Messages?

Aug 22, 2002, 11:34pm
if it works then hell use it lol
[View Quote]

world List

Aug 21, 2002, 11:22pm
in VB, how do you get all the worlds from the Aw_World_List method?

world List

Aug 21, 2002, 11:28pm
you should know by now he never updates that...

doing a while command in vb wil lock the bot up, so what else could you do
to call aw_world_list when it still needs more?
[View Quote]

world List

Aug 21, 2002, 11:42pm
nm i got it... i didnt realize the world list callback was when the current
call was done and not each world... i was supposed to put the code there
lol. stupid aw making everything confusing :P
[View Quote]

world List

Aug 21, 2002, 11:53pm
ok well is there a way to update the users in a world without logging the
world out and back in?

apparently once the list is ocmplete no other calls will work.

[View Quote]

world List

Aug 22, 2002, 12:19am
ok i got it but it still sometimes doesnt get a world but says its
complete.... wth?
[View Quote]

vbsdk com wrapper

Sep 10, 2002, 11:11pm
ummm how do use it?
i assume by using "delcare function" in a module or whatever like u do with
the windowsAPI but im not sure.

will the help files ever be updated?

Help, AW Query .. . Sdk.AwCellNext (AwSdkOcx5), Mark? Anyone?

Sep 13, 2002, 12:59am
or aw_query_complete will return true
[View Quote]

Alternate Universe testing

Nov 15, 2002, 1:26am
it should work in any universe right? mauz's site has a list of universes
that has free cits. Test it in one of them and it will work in all of them,
no?
[View Quote]

Anyone know how to make a bot respond in VB?

Apr 7, 2001, 11:18pm
well if the bot wont say anthing when you tell it to make sure you got the aw_Wait
timer going... im pretty sure one of these guys has sample code so im not gonna
type example code for you when everyone else has... just a thought

[View Quote] > Thanxs, but it dosnt work. It just sits there... doing nothing... thats all...
> Same with when a person enters, i have
>
> Private Sub sdk_EventAvatarAdd()
> Sdk.AwWhisper Sdk.AwAvatarSession, "Hello " & Sdk.AwAvatarName
> message "[" & txtBotName.Text & "] : (whisper to " & Sdk.AwAvatarName & _
> ") Hello " & Sdk.AwAvatarName
> EndSub
>
> Ive been told thats right, but it wont work. It just sits there... doing
> nothing...
>
[View Quote]

URYYB

Feb 17, 2004, 6:53pm
WTFDTM!

[View Quote] > URYYB
>
> TEST!
>
>

Making a Bot Join a Person

Apr 14, 2001, 2:13am
sometimes for some reason the bot will see the avatar as the last person
who moved-not talked.. so this is not a god way to do it
what you want to do is save (memory or file) the locations of everone in
reference to their session# then when someone moves
have the bot look up the location of that avatarsession

[View Quote]

Making a Bot Join a Person

Apr 16, 2001, 1:02am
meant to say CHAT session not avatar session! itl just make a workaround
towards the same probalem if you do lol

[View Quote] > sometimes for some reason the bot will see the avatar as the last person
> who moved-not talked.. so this is not a god way to do it
> what you want to do is save (memory or file) the locations of everone in
> reference to their session# then when someone moves
> have the bot look up the location of that avatarsession
>
[View Quote]

Attention VB Programmers

Apr 19, 2001, 1:59am
why is it almost everyone who gets vb doesnt buy the instruction book for it?
wouldnt that be easier than getting people to help you over the internet?

[View Quote] > Hi,
>
> I recently purchased MS Visual Basic 6 for the sole purpous of creating bots
> in active worlds. Would anyone be willing to provide me with a working bot
> script in a Format that I can open in VB that just logs a bot into AW.
>
> Also is there anyone that can provide me with lists of commands and how to
> use them with the SDK...
>
> Best of all if there is anyone willing to give me proper lessons on creating
> bots with VB and provide all of the above, please contact me.
>
> I would be very greatfull indeed :o)
>
> Thanks,
>
> -Gamer

Attention VB Programmers

Apr 19, 2001, 10:48pm
i meant visual basic in general.. you cant use vb if you dont have a book to
teach you it....
im not trying to be mean or anyhting but you will never be able to program bots
by getting your freinds to teach you vb as good as getting a book that lets you
simply look up something in the index if you need help and lets you learn at
your own pace rather than when your freinds are on....

[View Quote] > since when was there an instruction booklet for the AW SDK?
>
[View Quote]

Attention VB Programmers

Apr 20, 2001, 12:47am
well i started out with a book then taught myself on my own and use the book as a
reference. but im STILL having friends ask me simple things like how to get stuff from
a text box 2 years after they first started which shows how slow you move without at
least something next to you when you need help

[View Quote] > I dont have a book, and most of it I figured out on my own or i had help with.
> You cant assume you need a book to learn anything, are you a teacher or something?
> Cuz most teachers Ive meet think that.
>
[View Quote]

GBOT v1.28 RELEASED

Apr 24, 2001, 11:29pm
umm ive heard of a bot wiht the same name.. id check to
make sure you havent copied a name accidentally... if
youre gonna publically release it make sure you check the
bot sites on awcommunity

[View Quote] > Hey today I released GBot v1.28 - my first ever bot!!!
>
> It have several functions including:
>
> simple bank bot
> texture browser
> simple chat functions & macros
>
> And I'm already working on Version 1.3!
>
> You can download the current version at:
>
> www.active-worlds.co.uk/gbot
> 3.2 megs (hey its a big program)

GBOT v1.28 RELEASED

Apr 24, 2001, 11:30pm
THATS where ive heard the name before lol

[View Quote] > and isn't GBot related to GrimmBot which is the name of MrGrimm's world and
> some of his bots.
>
> -Lord Fett
>
[View Quote]

community

Jul 27, 2001, 2:20pm
itsin the ini file under
[universe]
host=UNIVERSE_HOST

aws is auth.activeworlds.com
imnot sure about any others
[View Quote] > If you are using the same browser to go to other universes, then most likely,
> your IP address for AW is not correct. It is located in the world.ini file I
> think.
>
> Holistic1
>
[View Quote]

The bird bot

Aug 4, 2001, 2:15pm
yeah theyre 20 bucks for 3 bots... might as well
just buy more cits...although youd have to renew
every one kinda makes you feel like you paid for
nothing but bots for your cit lol

[View Quote]

Eep, Bots should not be intigrated into the browser as plugins.

Aug 6, 2001, 4:07pm
....? hes talking about bots how the hell is that
general d9iscussion?

[View Quote]

1  ...  3  4  5  6  7  8  ...  29  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn