dion // User Search

dion // User Search

1  2  3  4  5  6  ...  28  |  

Tips for those wanting to make RPGs

Apr 7, 2002, 1:01pm
LOL, yeh, seriously. There's so many places that have an RPG built but no
bot to support it :-P heheh.

[View Quote]

Bot request.

May 12, 2002, 2:31am
lol! Yeh, AWTeen's CA likes to spontaneously eject other bots, even if they
are on the CT ppw :-P

[View Quote]

Idea for Bots.

May 30, 2002, 2:34pm
buy a cheapie thing. Go on ebay and buy a 133mhz pentium for $100 :-P
Probably closer to $50. You don't even need a monitor for it.

But anyway, Xelagot allows you to put 3 bots on it and will minimize to the
taskbar :-)

[View Quote]

Idea for Bots.

Jun 1, 2002, 5:51am
and if you get pcAnywhere, you won't need to connect it to a monitor if/when
things go wrong or you want to change somthing ;-)
www.symantec.com

[View Quote]

HangIT! beta

Jun 21, 2002, 4:57am
bugs don't get much worse than that :-P

[View Quote]

Xelagot 3.304 with terrain sensing

Jun 26, 2002, 5:48pm
I was wondering if you were going to add a simple array to the scripting
language. I find the string lists to be pretty confusing and just a simple
array(1,1) would be really useful since most people can use them with
relative ease and it's much easier to work with.

Just a thought,
-Dion

[View Quote]

Xelagot 3.304 with terrain sensing

Jun 29, 2002, 2:23am
aww :( Maybe someday.

[View Quote]

VB SDK Question

Jun 27, 2002, 11:13pm
SDK.AwInit (AW_BUILD)
rc = SDK.AwCreate(0, 0)
If rc Then MsgBox "Unable to login (reason " & rc & ")"
SDK.AwLoginName = BotName.Text
SDK.AwLoginOwner = CitNum.Text
SDK.AwLoginPrivilegePassword = CitPPW.Text
SDK.AwLoginApplication = ""
rc = SDK.AwLogin
If rc Then MsgBox "Unable to login (reason " & rc & ")"
rc = SDK.AwEnter (World.Text)
If rc Then MsgBox "Unable to enter world " & World.Text & "."

SDK.AwTeleportX = EW.Text * 10
SDK.AwTeleportY = 0
SDK.AwTeleportZ = NS.Text * 10
SDK.AwTeleportYaw = 0
SDK.AwTeleportWarp = False
SDK.AwTeleportWorld = World.Text
If SDK.AwTeleport(SDK.AwSession) Then
MsgBox "Unable to teleport session " & SDK.AwSession
Else
MsgBox "Session " & SDK.AwSession & " teleported to 0N 0W"
End If

What's wrong with this? I am getting a "Unable to enter world, AWTeen.
Reason # 27."

VB SDK Question

Jun 27, 2002, 11:20pm
nevermind about that, that was a mistake, LOL :-P
But I dunno if i have the teleport thing right... EW.Text is the East-West
direction and NS.Text is the North-South direction. I put -3000 as
North-South and 0 as East-West. Should that take it to 3000s 0w?

[View Quote]

VB SDK Question

Jun 28, 2002, 1:46am
thanks to robbie, all is set :-)

New question, LOL. How do you change colors, bold, and italics inside a
richtextbox?

[View Quote]

VB SDK Question

Jun 29, 2002, 1:04am
i sent an e-mail yesturday. havent received a response yet...

[View Quote]

preston

Jun 28, 2002, 5:26am
Try e-mailing Faber

[View Quote]

preston

Jun 28, 2002, 5:30am
im addicted :-P

[View Quote]

Zelagot 3.3

Jun 29, 2002, 4:10am
you might have tried looking at xelaG's posts *roll eyes*

[View Quote]

Zelagot 3.3

Jun 29, 2002, 9:37am
It's nothing new, I receive this sort of harrassment everytime I enter
AWTeen.

[View Quote]

Rich Text Box Margin

Jul 1, 2002, 11:47pm
How do i make a margin for the chat messages? I am using spaces now so it's
not very good. It's all a little off. A margin would work a lot better so
the amount of space the characters in the name take up doesn't effect how
well lined up all the chat messages are. LOL, that was confusing.

I am trying to make a Rich Text Box act the way the chatbox in ActiveWorlds
behaves. Everything is pretty simple except for the large space inbetween
the name and the message. I'll show you what I've got and you tell me how to
fix it. How's that? ;-)

Private Sub SDK_EventChat()
AwChat.SelBold = False
AwChat.SelItalic = False
AwChat.SelColor = vbBlack
AwChat.SelText = SDK.AwAvatarName & ":"
For X = 1 To 17 - Len(SDK.AwAvatarName)
AwChat.SelText = " "
Next X
AwChat.SelText = SDK.AwChatMessage & vbCrLf
End Sub

Rich Text Box Margin

Jul 2, 2002, 2:35am
Alright, I guess that worked. LOL, I dunno why I didn't think of that :-P
The only thing else I needed to add was to put one tab for names with more
than 10 characters and two for names with less than 10 characters. :-)

Thanks :)

[View Quote]

Xelagot 3.305 now available

Jul 2, 2002, 9:02pm
NAUGHTY!!

[View Quote]

multiple bot world backup

Jul 5, 2002, 2:42pm
I want to be able to create a propdump of a world using multiple bots so
that it will go faster. I can't seem to find any xelagot scripts or
application bots that can do this and I'm not sure how I could do it myself.
:-\

Thanks :)

multiple bot world backup

Jul 5, 2002, 3:06pm
It uses 1 bot to do it though and for big worlds that'd take forever!

[View Quote]

multiple bot world backup

Jul 5, 2002, 6:05pm
not if you're propdumping AWTeen :-P That takes like a week with 1 bot. I
needa stop being so dang lazy and make myself a script, LOL :-P I needa
learn more about the VB SDK anyway... hmm.. *yawn* Ah well. Maybe when i get
back from my 10-day campout.

[View Quote]

Backup bot wanted

Jul 24, 2002, 4:16pm
edit the world backup? hmm.. interesting...

I think the best way to do it would be to create a script (or get someone to
create a script for you) that would query the area you want. It would take
forever to select each zone seperately!

[View Quote]

concerning Xelagot bug reports

Jul 24, 2002, 4:18pm
*hugs you*
We appreciate your work a lot more than you realize. :-)

[View Quote]

New nifty terrain tool: BMP2TER

Aug 15, 2002, 6:04pm
LMAO! You could have atleast zipped it. :-P

[View Quote]

Got VB Now!

Aug 16, 2002, 4:23pm
http://www.sjs.sd83.bc.ca/online/cex1.htm
I use that site for reference but you might find it useful to start with.
:-)

[View Quote]

Got VB Now!

Aug 24, 2002, 2:32pm
how... confusing? I have no idea what you were referring to.

[View Quote]

I need help getting my preston to do something awesome I saw in aw.

Aug 17, 2002, 2:11am
fairly simple. You just make it so that it creates an object at the position
of the avatar plus 0.5a

[View Quote]

I need help getting my preston to do something awesome I saw in aw.

Aug 23, 2002, 11:51am
Well, I'd like to see somebody show me a spelling or grammar error of mine.
;-)

[View Quote]

Lister Version 1

Aug 22, 2002, 3:19am
Plus it took me 20 seconds to download all that. Upload the stupid file,
don't put it as an attachment!

[View Quote]

Lister Version 1

Aug 26, 2002, 12:20pm
Can't the newsgroup server simply disallow attachments to posts?

[View Quote]

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