m a k a v e l i // User Search

m a k a v e l i // User Search

1  2  3  4  5  6  ...  9  |  

<no subject>

May 22, 2001, 7:25pm
I am assuming this was a error with your newsreader? Posting an empty post
on purpose would be dumb and we know no one in this NG is dumb *shakes head*
this post is about 3 or 4 months old.


[View Quote]

Find in Bankbots

May 23, 2001, 6:08pm
*chuckle* good luck on your bankbot *chuckles again*


[View Quote]

okay this has to be me being stupid I guess:)

May 28, 2001, 3:11am
Give up, no one posts there so why should anyone try to get help there?
Only 3 posts.

[View Quote]

VB: Getting someones Co-ords...

May 28, 2001, 3:24pm
Private Sub sdk_EventAvatarChange()
AvName = sdk.AwAvatarName
AvX = sdk.AwAvatarX
AvY = sdk.AwAvatarY
AvZ = sdk.AwAvatarZ
End Sub

Works for me at least.

[View Quote]

VB: Getting someones Co-ords...

May 28, 2001, 8:42pm
Ok, if I get what your saying, it is just like I said, only under
sdk_EventAvatarAdd Sub too.

Also, if someone leaves, their session is still in the library, then you
have coords to an avatar that isn't there, what is the main purpose for this
anyway? All you need to do is record everything in a (dreaded) database or
the (stupid) registry or in a .txt or .ini file and the call it from there.



[View Quote]

Bank Bot

Mar 28, 2001, 10:33pm
I was looking for a Bank Bot. I saw something from the citizen "Lanezeri"
but he seems to not be a part of AW anymore. Does anyone know where I can
get one? UEAK RaptorFox has one but it seems to be a community type project
that you have to join and I dont want to join anything right now.

Anyone know how to make a bot respond in VB?

Apr 2, 2001, 1:54am
That would make it case sensitive.. better to do

Message = sdk.awchatmessage
If Message = "hello" then
sdk.awsay "HI!"
end if

[View Quote]

Anyone know how to make a bot respond in VB?

Apr 2, 2001, 9:35am
Oh my! I came in late last night, sorry about that.

[View Quote]

Anyone know how to make a bot respond in VB?

Apr 3, 2001, 12:17am
Make it like this Trekker:

Private Sub sdk_EventChat()
Message = LCase(sdk.AwChatMessage)
If Message = "hello" Then
sdk.AwSay "Hello " & sdk.AwAvatarName
End If
End Sub

Also, does anyone know what the interval on a timer needs to be multiplied
by to equal 1 second?

Anyone know how to make a bot respond in VB?

Apr 3, 2001, 5:55pm
Thanks XelaG! Now I may be able to do something lol.

[View Quote]

Anyone know how to make a bot respond in VB?

Apr 3, 2001, 9:27pm
Nope, because it changes all the characters to lowercase and then judges,
but you cant say

If Message = "HELLO" Then

because it throws off the whole purpose, it has to be

If Message = "hello" then

: )

[View Quote]

Anyone know how to make a bot respond in VB?

Apr 5, 2001, 8:35pm
You missed the point.

Message = LCase(sdk.AwChatMessage)

that makes what the person said lowercase

If Message = "whatever" Then

That checks to see if the lowercased message is the same.

Anyone know how to make a bot respond in VB?

Apr 5, 2001, 9:49pm
Oh my! Listen, say I was in your world and I said "HeLlO AlL"

and your bot is set to do the following:

Message = LCase(Sdk.AwChatMessage)
If Message = "hello all" Then

It would take "HeLlO AlL" and make it "hello all" and Message is "hello all"
then whatever code you have under the If statement is what the bot would do.

Anyone know how to make a bot respond in VB?

Apr 5, 2001, 10:55pm
No Problem.


Bank System

Apr 3, 2001, 12:24am
I plan to screw around with a banking system, it will be very simple but I
haven't found one that is worth trying yet so I plan to make one. Hopefully
it will be good enought to release to the public.

Bank System

Apr 3, 2001, 9:28pm
I am looking for a world to test and keep my bot since I dont have one. The
first person to reply wanting to test it is who I go with.

Bank System

Apr 3, 2001, 9:37pm
Thank you, If you dont mind I will use Techno if it is open to public that
way it is tested by many users instead of one. As of now it lets people
join, check balances, transfer money, and gives loans. Anything else they
can do? Please let me know.


[View Quote]

Bank System

Apr 3, 2001, 10:32pm
Thanks again Builderz for letting me use Techno as the test world. If
anyone would like to test out my bot it should be online in Techno starting
tonight at 12:00 VRT (In about 1½ hrs.) till it is updated.

Bank System

Apr 4, 2001, 12:45am
http://makaveli71.freeservers.com/

Bank System

Apr 4, 2001, 12:46am
That is the URL to the bot help page, having small problems with code that I
will fix tomorrow.

Slot Bot (hehe, I like the name)

Apr 5, 2001, 9:25pm
I am bored as usual, and since no one seems to care if my Bank Bot gets
finished or not I plan to start a bot that lets you play slots :)

Slot Bot (hehe, I like the name)

Apr 5, 2001, 10:54pm
Well, I plan it let people join the playing activity, and leave it, and then
it will call three random numbers, then it will define them. Very simple
really lol.

Slot Bot (hehe, I like the name)

Apr 6, 2001, 1:16am
I dont want to make it survey that would be too complicating.

Slot Bot (hehe, I like the name)

Apr 6, 2001, 10:57pm
I was kind of wondering the same thing Grimble. I am not a new programmer
and I was going to try to make a very cool Slot Bot and maybe go farther to
make some different ones (Ex: Roulette (sp?), Black Jack.)

Slot Bot (hehe, I like the name)

Apr 7, 2001, 3:21pm
I just want to say thank you to all of you who support me :) I am going to
make the bot and hopefully finish the base coding this coming week, then
debug it in the next lol. I will release a "Beta" to the public that does
mostly the basics, then I will add more features and give you a link to
download it.

Slot Bot (hehe, I like the name)

Apr 15, 2001, 7:25pm
I cancelled this b/c I lost interest.

Bot Source

Apr 5, 2001, 11:16pm
I was looking through old messages and I came across a couple from
"Lanezeri" and I went to his bot place and I saw "Backwards Bot" and I
thought I would ruin his bots and give the source to one of them. (Not
Exact code but it does the exact same thing.)

Dim Phrase As String
Phrase = AwSdkOcx.AwChatMessage
Phrase = StrReverse(Phrase)
AwSdkOcx.AwSay Phrase

That reverses the message and repeats it to the public. Very simple bot I
just wish he could have put some more thought into it.

Bot Source

Apr 7, 2001, 3:16pm
heh, It was pretty hard.

Seprating words in a ListBox

Apr 9, 2001, 8:01pm
Brant is the only one I have seen pull that off, in his Paintball Bot. It
is a very complicating scheme to do.

1  2  3  4  5  6  ...  9  |  
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