twisted horizon // User Search

twisted horizon // User Search

1  2  3  4  |  

Pointers, structures, and linked lists

Jan 2, 2001, 9:09pm
This is a multi-part message in MIME format.

------=_NextPart_000_0035_01C074E7.09F20FE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

First off, I'd like to say that this may be off topic. It isn't an SDK =
question, but is for a program being used in conjunction with the AW =
SDK, for a bot program, and this is the only place I know to look for =
programmers.

Secondly, I'm programming in C/C++. All you VB botters.... just shoo.... =
lol, next.....

With my new skill and horrible talent for programming linked lists, I =
decided to implement an avatar database in my next bot. Of course, with =
my lack of books or buddies (on-line, that is) I wasn't able to get much =
response to a question I've been asking around...

I have a line of code like this right before freeing an element from my =
linked list:

current.previous.next =3D current.next

Would this line be legal, or can I not have two dots in the first use?

Any responses (aside from about how horribly my linked lists work) would =
be greatly appreciated.

Thanks in advance,
Twisted Horizon

------=_NextPart_000_0035_01C074E7.09F20FE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>First off, I'd like to say that this =
may be off=20
topic. It isn't an SDK question, but is for a program being used in =
conjunction=20
with the AW SDK, for a bot program, and this is the only place I know to =
look=20
for programmers.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Secondly, I'm programming in C/C++. =
All you VB=20
botters.... just shoo.... lol, next.....</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>With my new skill and horrible talent for =
programming linked=20
lists, I decided to implement an avatar database in my next bot. Of =
course, with=20
my lack of books or buddies (on-line, that is) I wasn't able to get much =

response to a question I've been asking around...</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>I have a line of code like this right before freeing =
an=20
element from my linked list:</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>current.previous.next =3D current.next</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Would this line be legal, or can I not have two dots =
in the=20
first use?</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Any responses (aside from about how horribly my =
linked lists=20
work) would be greatly appreciated.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Thanks in advance,</FONT></DIV>
<DIV><FONT size=3D2>Twisted Horizon</FONT></DIV></BODY></HTML>

------=_NextPart_000_0035_01C074E7.09F20FE0--

This is how you can tell

Jan 3, 2001, 12:03am
This is a multi-part message in MIME format.

------=_NextPart_000_0011_01C074FF.2A9EB320
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

This is how you can tell I'm working on a big project - the continuous =
posting of general programming questions. I've spread this one around a =
little, but still no replies... see if you can give it a shot.

while(jcurrent.next !=3D NULL), browsing my jackpot-holding signs to =
hold the jackpot amount on, and i get error C2228: left of '.next' must =
have class/struct/union type, but i already struct jackpot_sign =
*jcurrent;, any ideas?

-Twisted Horizon

------=_NextPart_000_0011_01C074FF.2A9EB320
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>This is how you can tell I'm working =
on a big=20
project - the continuous posting of general programming questions. I've =
spread=20
this one around a little, but still no replies... see if you can give it =
a=20
shot.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>while(jcurrent.next !=3D NULL), =
browsing my=20
jackpot-holding signs to hold the jackpot amount on, and i get error =
C2228: left=20
of '.next' must have class/struct/union type, but i already struct =
jackpot_sign=20
*jcurrent;, any ideas?</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>-Twisted =
Horizon</FONT></DIV></BODY></HTML>

------=_NextPart_000_0011_01C074FF.2A9EB320--

This is how you can tell

Jan 3, 2001, 8:23pm
Ah yes, I read about that when I was learning pointers and all, but I never
did manage to see its importance. That fixes it, thx.

-Twist
[View Quote]

DOS Communcation

Jan 13, 2001, 10:51pm
This is a multi-part message in MIME format.

------=_NextPart_000_0057_01C07DAC.DFD810A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

If I start my computer in DOS mode, can I still program WinSock before =
coming into Windows, or is there a different form of communication for =
DOS?

------=_NextPart_000_0057_01C07DAC.DFD810A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>If I start my computer in DOS mode, =
can I still=20
program WinSock before coming into Windows, or is there a different form =
of=20
communication for DOS?</FONT></DIV></BODY></HTML>

------=_NextPart_000_0057_01C07DAC.DFD810A0--

Card Detection

Jan 13, 2001, 11:02pm
This is a multi-part message in MIME format.

------=_NextPart_000_005F_01C07DAE.5AEAE960
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

And while I'm at it, how do I determine which type of card (graphics, =
etc...) a computer is using?
-Twisted Horizon

------=_NextPart_000_005F_01C07DAE.5AEAE960
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>And while I'm at it, how do I =
determine which=20
type of card (graphics, etc...) a computer is using?</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>-Twisted =
Horizon</FONT></DIV></BODY></HTML>

------=_NextPart_000_005F_01C07DAE.5AEAE960--

Problem with VB and Greeterbot

Jan 30, 2001, 8:20pm
I don't do VB, but I'm willing to bet that it's wrong SDK files.
-Twisted Horizon
[View Quote]

Mass AW_TELEPORT

Jan 31, 2001, 9:21pm
Theoretically, you shouldn't even need to do that... take a linked list of
the avatars positions, or have the coordinates handy, and teleport as part
of the AW_EVENT_AVATAR_CHANGE.
-Twisted Horizon
[View Quote]

On-Line Owner Privilege Rights

Nov 11, 2000, 12:55pm
Grimble-
Hey hey! I'm all for the starting of new worlds, no matter how confusing it
is (Trust me, for a 12 year old, a world can be a confusing birthday
present) but in the year now that I've had my world, I've gotten used to it.
I will gladly help you out and do any bots for you that you want (for free)
-Twisted Horizon
[View Quote]

Hmm

Nov 11, 2000, 5:32pm
This is a multi-part message in MIME format.

------=_NextPart_000_00A1_01C04BE8.ECC679A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Now I KNOW this cannot be done, but I'm going to ask if it could be done =
instead of saying I would like for, because I'm not subscribed to the =
wishlist NG and never will be.

Is it possible for a bot to send a sound? Also, is it possible for, in =
the RWX script, include a sound or bump/activate warp/url/etc...?

Thanks for listining to me pretend to not know if those existed :-)

-Twisted Horizon

------=_NextPart_000_00A1_01C04BE8.ECC679A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>Now I KNOW this cannot be done, but =
I'm going to=20
ask if it could be done instead of saying I would like for, because I'm =
not=20
subscribed to the wishlist NG and never will be.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Is it possible for a bot to send a =
sound? Also,=20
is it possible for, in the RWX script, include a sound or bump/activate=20
warp/url/etc...?</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Thanks for listining to me pretend =
to not know=20
if those existed :-)</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>-Twisted =
Horizon</FONT></DIV></BODY></HTML>

------=_NextPart_000_00A1_01C04BE8.ECC679A0--

Hmm

Nov 12, 2000, 12:18am
This way, you're setting it up so the sound gets played, but you aren't
actually SENDING the sound the same way as... well, lets say a long time ago
before the SDK had all its current features
I could mod an object to send someone to a URL, but I couldn't actually SEND
the URL
See what I'm getting at here?
-Twisted Horizon
[View Quote]

Hmm

Nov 12, 2000, 1:12pm
How kind of this to be placed by someone who apparently has little or no
programming experience. Perhaps the RWX script is part of Criterion's
RenderWare engine, but the scripts don't go directly to the engine; they
obviously must be fed in by the program to the engine. This is seen done
several times, especially with the #! commands for the new 3.0 features. The
program could easily filter through the script, pay attention to anything
like that, do the results in the AW browser, take those lines out of the
script, and feed the finished script to the RWX engine. That easy.
-Twisted Horizon
[View Quote]

Hmm

Nov 12, 2000, 2:44pm
Sorry :-(
[View Quote]

Hmm

Nov 12, 2000, 3:05pm
Still AW could take in the file, read the lines, spit it to *filename, and
call RwClump to that.
-Twist
[View Quote] ===========================================
RwClump *RwReadShape(char *filename);

Description
Loads a clump from a script (.rwx) file. If filename is not an
absolute path, the library searches for the specified file in all
directories on its shape path.

Arguments
filename Pointer to the filename string.

Return Value
A pointer to the new clump if successful, and NULL otherwise

Comments
The clump is added to the default scene.

©Criterion Software 1993-1995
===========================================

Ananas

Hmm

Nov 13, 2000, 7:01pm
Well it surely would appear that you have no programming experience by the
way that you said that AW couldn't effect Criterion's engine. However, by
the saying "you have no place to say" are you implying that I have less
programming experience than you? Because if so, you are sadly mistaken. Want
proof? DOMINATION OPENS SOON!!!!

-Twisted Horizon

[View Quote]

Hmm

Nov 14, 2000, 10:21am
You calling ME an Eep? I sure hope not. Please let me not be the person you
called an Eep... PLEASE
-Twist
[View Quote]



btw j/k

[View Quote]

Hmm

Nov 14, 2000, 10:22am
Trust me, with the things I program, had I known and understood the whole AW
source code and how it works, I could easily add something that adds rwx
commands.
-Twisto
[View Quote]

Bot help

Nov 13, 2000, 6:50pm
I know that Xelagot can do it, or I can make you a custom bot (once I get
ungrounded, right now I'm sneaking on while my mom's away }:-)
-Twisted Horizon
[View Quote] Hamfon's site is http://home.sprintmail.com/~ncrowle/hamfon.htm
Xelag's site is http://www.imatowns.com/xelagot/xelagot.html

[View Quote]

hQuests/Free Bots/Ideas/Other Various Titles

Nov 13, 2000, 6:58pm
This is a multi-part message in MIME format.

------=_NextPart_000_003C_01C04D87.10A44A60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

NOTE: THIS IS CROSS-POSTED, BUT FITS IN ALL THE GROUPS

Hello, it's me again, Twisted Horizon. You may know me from such =
AW-Based game series as hQuests, or... maybe... hQuests?
It's been a well-known fact that I always will build an hQuest complete =
with bots and objects to the owners personal demands if given the world =
to do it in. It's also a well-known fact that I QUITE often volunteer to =
make free custom bots for certain instances. Well, now I offer this... =
Free hQuest &/or free custom bots for commercial or public use, but not =
for distribution
Now that's only two things, but if you =
think about it, that's a lot. So what do I offer in trade? I'm running
short on ideas. Ideas for game worlds? =
No. Ideas for game modes. Currently, I have Treasure Hunt and
Domination (WORLD GRAND OPENING PARTY =
SOON), I'm working on King of the Hill, and plan to do
Capture the Flag soon. I have bots that =
I make that run these game modes. However, I, the person who
does not just get his feet wet, but =
drowns himself in the gaming industry, am still looking for some new
game modes. Got a game mode? Get a bot! =
Get a world! Get some objects! Oh, and don't forget the
games... Have fun and hQuest!!! =
(Currently only available in Treasure Hunt mode in JayWorld)

Many thanks,
Twisted Horizon

------=_NextPart_000_003C_01C04D87.10A44A60
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>NOTE: THIS IS CROSS-POSTED, BUT FITS =
IN ALL THE=20
GROUPS</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Hello, it's me again, Twisted =
Horizon. You may=20
know me from such AW-Based game series as hQuests, or... maybe...=20
hQuests?</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>It's been a well-known fact that I =
always will=20
build an hQuest complete with bots and objects to the owners personal =
demands if=20
given the world to do it in. It's also a well-known fact that I QUITE =
often=20
volunteer to make free custom bots for certain instances. Well, now I =
offer=20
this... Free hQuest &amp;/or free custom bots for commercial or public =
use, but=20
not for distribution</FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Now that's only two things, but if you think about it, that's a lot. So =
what do=20
I offer in trade? I'm running</FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
short on ideas. Ideas for game worlds? No. Ideas for game modes. =
Currently, I=20
have Treasure Hunt and</FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Domination (WORLD GRAND OPENING PARTY SOON), I'm working on King of the =
Hill,=20
and plan to do</FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Capture the Flag soon. I have bots that I make that run these game =
modes.=20
However, I, the person who</FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
does not just get his feet wet, but drowns himself in the gaming =
industry, am=20
still looking for some new</FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
game modes. Got a game mode? Get a bot! Get a world! Get some objects! =
Oh, and=20
don't forget the</FONT></DIV>
<DIV><FONT color=3D#000000=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
games... Have fun and hQuest!!! (Currently only available in Treasure =
Hunt mode=20
in JayWorld)</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Many thanks,</FONT></DIV>
<DIV><FONT size=3D2>Twisted Horizon</FONT></DIV></BODY></HTML>

------=_NextPart_000_003C_01C04D87.10A44A60--

Maybe

Nov 13, 2000, 7:20pm
This is a multi-part message in MIME format.

------=_NextPart_000_00C9_01C04D8A.1A76E900
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Maybe this message doesn't fit in this group, but look what I found in =
an OLD OLD message by Eep.


Javascript is a SCRIPTING, not a programming, language, Dth. Besides, I =
sure as hell wouldn't learn programming just to make silly AW bots... =
Unfortunately I can's stand thinking programmatically and having to =
express it logically so until a more visual/graphic/symbolic programming =
"language" (method, process, etc) comes along, I won't be programming =
any time soon. All I can do is express my ideas and home some =
programmer(s) like them enough to implement 'em.



Look at all these errors, and out of Eep?
A & B)JavaScript (not Javascript) is NOT a scripting language. It is not =
RenderWare style, nor Perl style (which is more programming than some =
things) BASIC is not a scripting language, it just isn't =
object-oriented. This is top down programming either way.

C)Is there something wrong with learning to make "silly" AW bots? I did.

D)Thinking programmatically? What the hell is this supposed to meen? =
Programming is, at a basic level, write one thing, it does this, =
continue.

E)What's the matter? Visual Basic isn't infantile enough for you?

Now for spelling and grammer (SP :-)

1)can't, not can's

2)"programming, language,"

3)hope, not home

And now we have the AW SDK in all sorts of simple programming languages, =
yet I haven't found any bots out of Eep yet.

-Twisted Horizon

------=_NextPart_000_00C9_01C04D8A.1A76E900
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>Maybe this message doesn't fit in =
this group,=20
but look what I found in an OLD OLD message by Eep.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Javascript is a SCRIPTING, not a =
programming,=20
language, Dth. Besides, I sure as hell wouldn't learn programming just =
to make=20
silly AW bots... Unfortunately I can's stand thinking programmatically =
and=20
having to express it logically so until a more visual/graphic/symbolic=20
programming &quot;language&quot; (method, process, etc) comes along, I =
won't be=20
programming any time soon. All I can do is express my ideas and home =
some=20
programmer(s) like them enough to implement 'em.<BR></FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Look at all these errors, and out of =

Eep?</FONT></DIV>
<DIV><FONT size=3D2>A &amp; B)JavaScript (not Javascript) is NOT a =
scripting=20
language. It is not RenderWare style, nor Perl style (which is more =
programming=20
than some things) BASIC is not a scripting language, it just isn't=20
object-oriented. This is top down programming either way.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>C)Is there something wrong with learning to make=20
&quot;silly&quot; AW bots? I did.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>D)Thinking programmatically? What the hell is this =
supposed to=20
meen? Programming is, at a basic level, write one thing, it does this,=20
continue.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>E)What's the matter? Visual Basic isn't infantile =
enough for=20
you?</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Now for spelling and grammer (SP :-)</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>1)can't, not can's</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>2)&quot;programming, language,&quot;</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>3)hope, not home</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>And now we have the AW SDK in all sorts of simple =
programming=20
languages, yet I haven't found any bots out of Eep yet.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>-Twisted Horizon</FONT></DIV></BODY></HTML>

------=_NextPart_000_00C9_01C04D8A.1A76E900--

Maybe

Nov 13, 2000, 11:06pm
This is a multi-part message in MIME format.

------=_NextPart_000_0014_01C04DA9.BB198EC0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Who says you need a compiler for a script? There's a difference between =
the type of script for, say, Perl SCRIPT or JavaScript and, say, a =
Renderware SCRIPT or Xelagot SCRIPT. Why? What makes them different? =
Perl and JavaSript are programming languages, and therefor "touch" the =
hardware. RenderWare scripts and Xelagot scripts, on the other hand, are =
things to be interpreted by a piece of software. Although a perl script =
is interpreted by a Perl Parser, and JavaScript is interpreted by, I =
don't know, maybe an internet browser or something, a C++ script (Yes, =
script, thats the .c or .cpp file) is also interpreted by a C++ =
compiler. Just because it's not a compiled language doesn't make it a =
script, it can still be a programming language.
-Twist
[View Quote] ------=_NextPart_000_0014_01C04DA9.BB198EC0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 =
Transitional//EN">
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
<STYLE></STYLE>

</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>Who says you need a compiler for a =
script?=20
There's a difference between the type of script for, say, Perl=20
<STRONG>SCRIPT</STRONG> or Java<STRONG>Script</STRONG> and, say, a =
Renderware=20
<STRONG>SCRIPT</STRONG> or Xelagot <STRONG>SCRIPT</STRONG>. Why? What =
makes them=20
different? Perl and JavaSript are programming languages, and therefor=20
&quot;touch&quot; the hardware. RenderWare <STRONG>scripts</STRONG> and =
Xelagot=20
<STRONG>scripts</STRONG>, on the other hand, are things to be =
interpreted by a=20
piece of software. Although a perl <STRONG>script</STRONG> is =
interpreted by a=20
Perl Parser, and JavaScript is interpreted by, I don't know, maybe an =
internet=20
browser or something, a C++ <STRONG>script</STRONG> (Yes,=20
<STRONG>script</STRONG>, thats the .c or .cpp file) is also interpreted =
by a C++=20
compiler. Just because it's not a compiled language doesn't make it a=20
<STRONG>script</STRONG>, it can still be a programming =
language.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT><FONT =
size=3D2>-Twist</FONT></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: =
5px">
[View Quote] ------=_NextPart_000_0014_01C04DA9.BB198EC0--

THEN

Nov 13, 2000, 7:22pm
This is a multi-part message in MIME format.

------=_NextPart_000_00F5_01C04D8A.7C72D560
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Not two weeks later he posted a message

Let's learn to spell please. THANKS

------=_NextPart_000_00F5_01C04D8A.7C72D560
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Not two weeks later he posted a message</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Let's learn to spell please. =
THANKS</FONT></DIV></BODY></HTML>

------=_NextPart_000_00F5_01C04D8A.7C72D560--

THEN

Nov 13, 2000, 8:56pm
that last line was what he wrote

why i do this is to prove to the wold that no one is perfect, and people
like Eep shouldn't be criticizing when he did it at some point in his life
(and maybe now as well) too
-Twist
[View Quote]

new bot? good idea? or not?

Nov 18, 2000, 11:51am
bad idea - it isnt bots that need plug-ins - its the aw browser itself. ive
been trying to present this idea to Roland for about a month now.
-Twist
[View Quote]

new bot? good idea? or not?

Nov 19, 2000, 2:44am
I see that, but there are plenty of other bots already like that, and
downloading a whole *gasp* 1 megabyte top program that installs quickly
isn't too much of a problem. As I said, you really can't get much in with a
bot plug-in, we need an AW plug-in capability. If you really want easability
in your updates, somewhere back a few months ago source code was posted for
an auto-updater, similar to as is used in Ima Genius' Chatbot. Very nice.
Give it a try.
-Twist
[View Quote]

new bot? good idea? or not?

Nov 19, 2000, 10:44am
Well so there to all you dumbnutted VB programmers, C++ RULES!!!! :-P
-Twist
[View Quote]

new bot? good idea? or not?

Nov 19, 2000, 1:07pm
So what if I did something silly like wrote a DOS app and feed it into a GUI
generator? C++ wins :-)
-Twist
[View Quote]

new bot? good idea? or not?

Nov 19, 2000, 3:59pm
I can see it being done, but I've designed things that way before. Try it
for yourself, you'll find that it's much harder than it seems. If you still
want to do it, though, suit yourself.
-Twist
[View Quote]

<no subject>

Nov 20, 2000, 9:27pm
For one thing, saying it behind his back kind of shows how low you are, does
it not? Another thing, whether it was to him or not, it was about him, so
yes, it is his business. If people give something for free and don't offer
help for it, tough. It's free. You aren't paying for anything, so deal with
it, punk.
-Twist
[View Quote]

Vote bot

Nov 22, 2000, 1:37am
want a custom one?
-Twist
[View Quote]

IBACC Version 1.0

Nov 24, 2000, 10:09am
That took a long time to make? *Raises brow*

[View Quote]

1  2  3  4  |  
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