lanezeri // User Search

lanezeri // User Search

1  2  3  4  5  6  ...  18  |  

<no subject>

Jan 12, 2001, 6:49pm
KAH.. plz don't state false information.. There are many compilers out
there.. you just need to find a good one

<no subject>

Jan 13, 2001, 1:26am
Oh.. and also.. VB is more for GUI (Graphical User Interface) not games.. so
applications would be best created in VB not games.. try C++ for games

To JKMT

Nov 20, 2000, 8:59pm
Dont blame JKMT President.. he has to manage his business.. he has other
things to do.. I do agree he should respond but just keep trying.

Ite.. prob with sdk.AwWorldEject

Jan 6, 2001, 6:58pm
The help page gives an example to eject from the chat text.. I need to know
how to make it eject a citizen from a name I put in a textbox.. anyone know
what to do?

Ite.. prob with sdk.AwWorldEject

Jan 6, 2001, 8:53pm
Thanks! I think I got it.. I just need to test it..

Can a bot let someone join him??

Feb 7, 2001, 3:19pm
Yes it is possible.. but there are the bad points in it..

Say you have a bot like this.. someone says /join or a trigger the bot
teleports them there.. bots don't show up on contact lists therefore they
will not be able to join like that..

Need Help..

Feb 9, 2001, 8:03pm
I am making a bot and I need to know how to make the bot realize when a
certain object is clicked.. Example below

Need Help..

Feb 9, 2001, 8:07pm
Sorry bout that...


Say I click a "button1.rwx" how do I make my bot realize that? That what I
need to know..

Need Help..

Feb 10, 2001, 2:51am
Oh goodness.. I never knew it would be that hard.. Brant said the exact same
thing.. I just hoped you would have a easier way lol.. I cant get my bot to
survey so I think I am screwed..

VB prob: run-time error 450

Feb 16, 2001, 10:21pm
Run-Time errors are coding problems.. check that.. I dont know the number
errors tho.. but I do know Run-Time refers to the code..

VB prob: run-time error 450

Feb 17, 2001, 4:53pm
LOL.. it asks if you want it to have dependencies.. and it asks if you want
it to be shared.. nothing to worry about :o]

VB: Identifying objects

Feb 19, 2001, 12:36am
*sounds buzzer* wrong...

First you have to query the world so the bot will get the message (it is
enough to query the close vicinity of the bot). Then you should keep track
of the objects (or those you are interested) in a kind of database.
Install your callback to the AW_EVENT_OBJECT_CLICK . The clicked object is
uniquely identified by AW_CELL_X, AW_CELL_Z,
and AW_OBJECT_NUMBER at the callback. Do a lookup in your database for the
particular object and act as you planned if you got a match.


(Taken from andras post)

VB: Identifying objects

Feb 19, 2001, 2:09am
Ask.. andras or Brant

Universe

Feb 24, 2001, 8:55pm
I was looking for a way to make a bot log into a different world or
universe.. does anyone know how? I use VB so Plz tell me in VB terms.. not
C++ XelaG explained the domain and port stuff.. but aint found a part to
change..

--
- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

Universe

Feb 24, 2001, 10:27pm
Nm.. XelaG helped me.. I know how now..

--
- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

please

Feb 26, 2001, 12:11am
You have to know the language before you can program.. and if ur a
beginner.. use VB.. and u need a compiler if u dont have one..

--
- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

Ejecting prob..

Feb 27, 2001, 1:09am
I want my bot to eject someone simply by clicking on them.. was a request by
someone.. lol.. but it wants to eject the person who clicks.. not the person
clicked on.. any idea what to do?

--
- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

Ejecting prob..

Feb 27, 2001, 1:31am
I know that.. but how do I tell the SDK that? the code for VB to eject
someone is..



sdk.AwEjectDuration = 5 * 60
If sdk.AwWorldEject Then
MsgBox "Unable to ejection session " & sdk.AwChatSession
Else
MsgBox "Session " & sdk.AwChatSession & " ejected"
End If



But how do I set who gets ejected..?

- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

Ejecting prob..

Feb 27, 2001, 2:02am
OMG.. thank you.. I am a moron.. didn't look to see the AW_EJECT_SESSION..
sry to waste ur time..

--
- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

How do u make a Bot in VisualBasic

Mar 15, 2001, 7:31pm
Talk to me in AW.. or email me.. (Lanezeri at yahoo.com) and I will help ya

--
- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

How do u make a Bot in VisualBasic

Mar 17, 2001, 2:43pm
TrekkerX.. I said I would help you.. dunno if it reach the NG or not..
anyway.. why was it some people told me I was telling people not to use
Delphi or C++ when XelaG here is telling him to not use VB.. VB is a good
learning tool for other languages.. if u learn VB.. u will understand more
in C++ while u learn it.. because u will kno what something does rather than
just play with it..

--
- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

Need Help..

Mar 17, 2001, 3:44pm
Hey.. I cant get the stupid thing to add a simple number..

say I have this..

My Balance = 500
Friend Balance = 500

I transfer 300 to him.

My New Balance = 200
His New Balance = 500300

I mean.. his balance should be 800, I used this format.. X + Y not X & Y

Please try to help me.. someone..

--
- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

Need Help..

Mar 17, 2001, 6:24pm
I dont use them as nothing.. u mean like "Dim X as String" and stuff

--
- = [ T e c h n o ] = -
http://wt.s5.com
- = [ S t u f f - X ] = -
http://www.stuffx.com/aw

<no subject>

Nov 20, 2000, 8:31pm
First off.. I did not tell XelaG he was a prick.. I told someone else what I
thought of him.. and if XelaG would have told you the whole story you would
know it..

I asked how to make the bot respond to a certain word.. (and AL that was for
your world.. I was going to make it eject on the hearing of bad words..)

and he told me.. "I am tired of people asking me these questions. Look at
the help files and if it isnt there that is all I have to give. Maybe from
lack of experience or time."

and I said.. "Ok.. you took the responcibility of answering questions when
you made the bot."

and then he said something and I said.. "well I thought you could answer a
simple question like that.

So that is what happened.. as for the whole prick thing.. that has nothing
to do with this subject.. and if it was said.. it is none of his business
because it was said to someone other than him.. so that has no influence...
and as for my using your bot.. I love the Xelagot.. it is the best bot so
far I have found but why didnt u at least tell me "I dont have the time." or
"I don't know." instead of all the other stuff?

Now for C o y o t e.. how can you judge me by what you have heard? I asked
you a question.. that is all I have ever spoken to you.. as I thought, by
the reference of Anduin Lothar, you would have it. You had the chance to
send me a virus in a .dll format but I trusted you. And now you try to say I
am a "butt"? I think you need to get to know me yourself before judge me by
others' comments.

<no subject>

Nov 20, 2000, 9:40pm
Hey bud.. dont be callin me a punk.. I did nuthin to u.. and no it wsa not
XelaG's business. I bet people talk behind my back.. and they would be mad
if I found out.. like Anduin Lothar.. I know he said some things.. I was
ignorant to him before.. then I got some sence in me..

-=[ATTENTION]=-

Nov 20, 2000, 8:34pm
First off.. I did not tell XelaG he was a prick.. I told someone else what I
thought of him.. and if XelaG would have told you the whole story you would
know it..

I asked how to make the bot respond to a certain word.. (and AL that was for
your world.. I was going to make it eject on the hearing of bad words..)

and he told me.. "I am tired of people asking me these questions. Look at
the help files and if it isnt there that is all I have to give. Maybe from
lack of experience or time."

and I said.. "Ok.. you took the responcibility of answering questions when
you made the bot."

and then he said something and I said.. "well I thought you could answer a
simple question like that.

So that is what happened.. as for the whole prick thing.. that has nothing
to do with this subject.. and if it was said.. it is none of his business
because it was said to someone other than him.. so that has no influence...
and as for my using your bot.. I love the Xelagot.. it is the best bot so
far I have found but why didnt u at least tell me "I dont have the time." or
"I don't know." instead of all the other stuff?

Now for C o y o t e.. how can you judge me by what you have heard? I asked
you a question.. that is all I have ever spoken to you.. as I thought, by
the reference of Anduin Lothar, you would have it. You had the chance to
send me a virus in a .dll format but I trusted you. And now you try to say I
am a "butt"? I think you need to get to know me yourself before judge me by
others' comments.

-=[ATTENTION]=-

Nov 20, 2000, 9:34pm
I did look at the help files.. I searched them like 5 times.. and a couple
weeks earlier I thought I saw it in there but I couldnt find it this time..

-=[ATTENTION]=-

Jan 5, 2001, 7:59pm
np Joe.. hehe

A nice simple INI Module!!!

Jul 19, 2001, 9:45pm
The Reg sucks.. trust me.. use an INI file.. you can even use my INI file
creator.. I'd put it for download.. (my latest one) but I dont know which
files you need..

I have four.. I dont distribute my OCX's so that's why I dont know:

..exp
..lib
..oca
..ocx


[View Quote]

A nice simple INI Module!!!

Jul 23, 2001, 1:52am
Bite my head off for trying to help.. damn.. and the last time I sent
someone just the ocx it said it wasn't registered.. so u need more than the
OCX..

[View Quote]

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