kah // User Search

kah // User Search

1  ...  8  9  10  11  12  13  ...  78  |  

How do I create Events For when The User Exits?

May 11, 2001, 2:51pm
nobody gave the VB code, here it is:

Private Sub sdk_EventAvatarDelete()
sdk.AwSay "Cya, " & sdk.AwAvatarName
End Sub
you can get this event and all the others by using the Control Event hotlist
topmost in the Code screen of a form :-))

KAH

[View Quote]

How do I create Events For when The User Exits?

May 12, 2001, 8:51am
don't get me wrong, the person that exits won't hear it :-))

KAH

[View Quote]

Object Changing, & x,y,z,& yaw co-ords

May 13, 2001, 2:41pm
all position values should be indicated in centimeters. this means that if
you wanna build something at 10n 5e 1a 180 (facing south) you should use
X = -5000 (this is the W/E axis)
Y = 10000 (this is the altitude)
Z = 10000 (this is the N/S axis)
Yaw = 1800 (this is the yaw/rotation)

KAH

[View Quote]

Object Changing, & x,y,z,& yaw co-ords

May 13, 2001, 7:34pm
yeah, that bit worryed me a bit... to Barbarossa: this is rather a matter
for the SDK newsgroup, so next time you have such a question, please post it
there :-))

KAH

[View Quote]

Object Changing, & x,y,z,& yaw co-ords

May 14, 2001, 2:36pm
easy way of doing it on login : sdk.AwMyX = txtMyX.Text & "000" and so on
:-))

KAH

[View Quote]

Object Changing, & x,y,z,& yaw co-ords

May 15, 2001, 12:40pm
yeah, that's the most correct way, but using pure strings work (as long as
they're made out of numeric characters only)...

KAH

[View Quote]

Object Changing, & x,y,z,& yaw co-ords

May 16, 2001, 3:35pm
it works... but not for decimals with a non-null decimal number.

KAH
PS. If this confuses you, it isn't a typo, and forget about it (if you think
that it's a typo)

[View Quote]

Object Changing, & x,y,z,& yaw co-ords

May 17, 2001, 6:39pm
stop spamming the newsgroups!!!!! and I'm speaking to the BOTH of you!!!!!!
Your endless word-fight starts getting quite annoying...

KAH

[View Quote]

Is it possible?

May 15, 2001, 12:38pm
you can't do this with bumps, but there are other ways (an AW_OBJECT_BUMP
event would be VERY nice, tough!)

KAH

[View Quote]

i really want to learn..

May 16, 2001, 3:32pm
no need to buy C/C++, many ppl seem to think that it is a thing-software
(like VB and Delphi), but it's a programming language, you can't buy it.
Some compilers cost money, tough, but other are free.

KAH
PS. It's Java, and that too isn't really a thing-software :-))

[View Quote]

i really want to learn..

May 17, 2001, 12:56pm
no, it's a programming language. the compiler itself is an application. You
can make a compiler free of charge, meaning you don't have to buy it, and
anyway C/C++ is something abstract. Java's also the same. Visual Basic is a
programming language (well, possibly, it could just be translating into C++)
and there's a compiler with the exact same name, and the only compiler that
compiles it. Also, nobody else can make a VB compiler, therefor it's a
thing.

KAH

[View Quote]

i really want to learn..

May 17, 2001, 6:37pm
BIIIIIIIIIIIIG difference... MS Visual C++ is an application all right, but
you can't say that MS VC++ = C++ because C++ is just the programming
language, MS VC++ is a compiler. These must not be confused.

KAH
PS. easy solution to all problems: if you think that it's a thing, think
that :-)) even if it isn't, you don't have to bother about that...

[View Quote]

Preston question....

May 17, 2001, 12:52pm
I'm not very familiar with Preston, but I guess you could use the spoken
command as trigger for several events...

KAH

[View Quote]

Preston question....

May 17, 2001, 4:14pm
really? in the older versions, you can add a spoken command [botname]
versino and it says both...

KAH

[View Quote]

LightBot release

May 18, 2001, 6:56pm
yes, it's finally here!!!!!!!! the MBE/KAHBOT LightBot has been released,
take a look at www.kahbot.com NOW! The bot has been trough several months of
programming and closed beta testing (with it's own large team), I did the
last bit of programming and alpha testing tonight :-))

KAH

How do you remove avatar session numbers from a list?

May 19, 2001, 9:39am
not to be mean, unpleasant or anything...please stop asking VB questions
every day, to learn you have to find solutions to the problems yourself, if
you only ask for the answer to a particular problem, you will NEVER really
learn VB and where would the point in programming be then? It is quite
challenging to find solutions on your own, I think that it's quite fun :-))

KAH
PS. good luck with your bots ;-))

[View Quote]

Preston suggestion

May 19, 2001, 9:33am
when you get the area full message it means that the max cell-data size has
been reached, meaning that the property database won't accept to write any
more data to the specified cell. this is to reduce the amount of storage
space needed on server and to cause less lag for users. this occurs to all
bots that build stuff, not just Preston. You could for example add a "bump
warp somewhere" command on the flames (unless you have eject), but then
everybody that walks on them will be tported...

KAH

[View Quote]

Bot that detects flying and/or shift?

May 22, 2001, 12:21pm
I don't think that it can detect shift directly, but could notice ppl being
inside areas that aren't accesible without shift-ing...same for flying, they
can detect if the av is in the air. this is done with AW_EVENT_AVATAR_CHANGE
( or was it AVATARCHANGE?)

KAH

[View Quote]

Bot that detects flying and/or shift?

May 23, 2001, 5:22pm
ppl have brains you know ;-)) tought he/she'd figure it out
himself/herself... well, this means that you have to try and make a quite
intelligent bot, maybe that could allow "mapping" of heights via a survey
(like the Xelagot thingy, where you can see the cells graphically)

KAH

[View Quote]

Bot that detects flying and/or shift?

May 24, 2001, 7:53pm
I know that the Xelagots give height origins, but I tought like assigning a
maximum height for an av to be in each cell (so that the geometry problem
won't be a problem). but off course, this isn't perfect...

KAH

[View Quote]

Custom Bot dosent reconnect.

May 22, 2001, 12:19pm
CustomsAide kicks you in public AWCI worlds. the safety limit, as XelaG has
indicated earlyer, is 300m (30 coords) from GZ. CustomsAide will only kick
you for 5 minutes at a time. if you could give us an RC code it would be
very helpfull, but now we can only guess what's wrong

KAH
PS. I know how annoying these errors can be ;-))

[View Quote]

Silly Preston...

May 22, 2001, 12:16pm
this is an error that happens if somehow can't connect...with the old VB
wrapper (I know that Preston's C++) this seemed to happen a lot (guess that
it hasn't really anything to do with the SDK, but anyway)

KAH
PS. don't spam the NGs about it, just try logging in again

[View Quote]

Aw Telegram Event,..??

May 22, 2001, 12:14pm
uh...would you mind reading the SDK Api BEFORE posting here. if it isn't
listed there, don't bother about it... and please don't post in HTLM :-))

KAH

[View Quote]
Sincerly,
Barbarossa (315942)

Find in Bankbots

May 24, 2001, 7:50pm
Data controls...they're confusing, and you'd be better off having MS
Acces97... I like doing stuff my own way, so I call my DB files .bdb (stands
for Bot DataBase)... they're simple, plain ASCII files with data separated
with comas (,) and are 1 entry/line

KAH
PS. off course, you could do something better, more DB like...

[View Quote]

no posts here??

Jun 3, 2001, 8:59pm
doesn't look like the bot community has any large activity for the
moment...well, I'll be releasing yet another bot quite soon :-)) (buggy beta
tough)

KAH

[View Quote]

no posts here??

Jun 5, 2001, 3:38pm
beta with lots of bugs in it :-))

KAH

[View Quote]

I need testers...

Jun 6, 2001, 1:45pm
well, the work on my newest bot is advancing, and I'm gonna do a SHORT
closed beta period before I release the first beta. the name's ClearWaterBot
(why the heck did I call it that??) and it's powered by VBScript scripts,
therefore I'd like it if only people that have *SOME* knownledge of
VB/VBScript to apply. if you want to apply, please send an e-mail to
kah at kahbot.com with "CWB Beta application" as subject line. If you'd please
specify your AW name, AW version, e-mail, bot experience and VB/VBScript
experience in the application you'll have a better chance of being selected.

KAH
PS. documentation will be included in installation package

Re: bot-AW integration (was Re: Proposal: Being able to stand on moving objects (bandwidth-miserly algorithm))

Jun 7, 2001, 6:40pm
also, commands like tporting ppl and URL sending should be accesible trough
the right-click menu

KAH

[View Quote]

Wanna cage your friends?

Jun 28, 2001, 12:13pm
Now it's easyer than ever! With the MBE/KAHBOT CagerBot all your friends'll
be caged in a matter of minutes (if they're near the bot that is)! You can
specify what object should act as cage yourself too. So get it at
http://www.kahbot.com now!

KAH

Wanna cage your friends?

Jun 30, 2001, 10:30am
bah, this bot only does it and I like it better than some weird Preston
script command ;-))

KAH
PS. Thanx
[View Quote]

1  ...  8  9  10  11  12  13  ...  78  |  
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