Board ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
kah // User Search
kah // User SearchEliza Bot SampleFeb 11, 2002, 5:01pm
did you check the date of this post? I doubt it... it's dated Feb. 10th
*1999*. Remember that things don't stay the same forever ;-)) KAH [View Quote] <no subject>Jan 12, 2001, 4:23pm
there is no such thing as a FREE VB compiler. Actually you only have MS VB,
nobody else has ever made one (and truly won't ever make one) because MS LOOOOVES to restrict possibilities and to get the most money outta stuff... I have VB 5.0, got it for Xmas (that's a little late now, tough, so put VB on the birthday wishlist) :-)) KAH [View Quote] Quidditch botOct 28, 2000, 5:00pm
This is a multi-part message in MIME format.
------=_NextPart_000_002B_01C0411E.0538B280 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Good idea! when you're done, don't forget to post iit to the newsgroup! KAH [View Quote] I'll do it.-Twisted Horizon=20 [View Quote] The four balls are as follows=20 Two bludgers they fly around at players trying to knock them = off their broomsticks.=20 One Quaffle you score points if it goes through a hoop=20 And the winged Golden Snitch flies around at very high = speeds gives a hundred and fifty points if caught, catching it also ends = the game.=20 Player positions=20 Seeker finds and catches the Snitch, only one Seeker per = team=20 Beater makes sure the opposite team doesn't find the Snitch = by using a small club to wack the bludger at a Seeker on the other team. = Or at a Chaser to get him to drop the Quaffle. There are two of these=20 Chaser once holding a Quaffle makes for a hoop to score ten = points.=20 Keeper not sure what that position does yet.=20 all and all there are a total of 7 players on each team.=20 [View Quote] >=20 > ------=_NextPart_000_002B_01C0411E.0538B280 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> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT color=3D#000000 size=3D2>Good idea! when you're done, don't = forget to=20 post iit to the newsgroup!</FONT></DIV> <DIV><FONT color=3D#000000 size=3D2></FONT><FONT = size=3D2>KAH</FONT></DIV> <BLOCKQUOTE=20 style=3D"BORDER-LEFT: #000000 solid 2px; MARGIN-LEFT: 5px; PADDING-LEFT: = 5px"> [View Quote] = href=3D"mailto:Tgrenier1 at email.msn.com">Tgrenier1 at email.msn.com</A>>=20 [View Quote] ------=_NextPart_000_002B_01C0411E.0538B280-- Bot HostingOct 28, 2000, 5:17pm
I would use it if it was free. i would not really be bothered by downtime,
since it would truly be much shorter downtime than when i run them from my machine. it would be really usefull, since the bots I would get hosted are my town bots. I use HamBot, so no big complicated stuff. You can see my bots (whenever i remember to run them) in KAH Town (AW 2222S 2142E 270). [View Quote] To JKMTOct 30, 2000, 9:23am
I would use your hosting if it stays free! if it is possible, write me on
your list!!!!!! KAH [View Quote] what do you need for hosting?Oct 29, 2000, 5:00pm
I want to host some of the bots for my city (KAH Town AW 2222S 2143E 90) on
a server. What do I need to do that? What kind of server software, etc... or if anybody knows of somebody offering free bot hosting, im interested! KAH bot hostingOct 29, 2000, 8:23pm
That's OK when you have a cable modem....I have ISDN and costs a hell lot of
money! Thats why I tough I might be able to do it on a server. I just saw Xelag just has done some server stuff....but thats just for Xelagots, I guess and i only have one town Xelagot which only logs the GZ activity and the main bot for my town is a custom HamBot one. I certainly cannot afford to pay much money for it (in NOK 15USD is pretty much...). ill look for the Xelagot, but if somebody could tell me what to do with the HamBot (I also use a Cannopus Patrol Bot, but it is not essential. KAH [View Quote] HELP!!!!!!!!!Dec 26, 2000, 1:16pm
I want to make a bot with VB 5.0 Pro. I tryed to use the code posted at:
HELP!!!!!!!!!Dec 26, 2000, 1:20pm
DOH! pressed enter and it sendt the post... here comes the rest:
http://www.angelfire.com/ok4/learnawbots/ the only difference from what's posted there is that VB 5.0 didn't seem to think that AwSdkOcx2 was a registerable Active X control... and when I try to run it it says: [View Quote] HELP!!!!!!!!!Dec 26, 2000, 1:24pm
HELP!!!!!!!!!Dec 26, 2000, 6:14pm
UPDATE:
now i also tryed the GreeterBot code at the VB SDK help-site (http://aw.grimmsoft.com/sdk/awsdkocxhelp.htm). i still got the same error message... Please reply fast, not understanding what's wrong and not being able to make bots kills me. I look here several times each hour. KAH [View Quote] HELP!!!!!!!!!Dec 28, 2000, 3:08pm
No, I just downloaded the files... And I'll try that other method right
now, so stay tuned for a reply [View Quote] HELP!!!!!!!!!Dec 28, 2000, 7:24pm
HELP!!!!!!!!!Dec 29, 2000, 6:25pm
OK, I've tryed 2 codes, and I'll show you them (but I'll replace the
password with secret) #1 '------------------------------------------------ ' GreeterBot Tutorial '------------------------------------------------ Private Const CitizenNumber = 321213 Private Const Password = "secret" Private Const BotName = "GreeterBot" Private Const Application = "GreeterBotApp" Private Const World = "reveal" Private Sub Form_Load() sdk.AwInit AW_BUILD sdk.QuickStart CitizenNumber, Password, BotName, Application, World, 0, 0, 0, 0, 0 timAwWait.Interval = 1000 timAwWait.Enabled = True End Sub Private Sub Form_Unload(Cancel As Integer) timAwWait.Enabled = False sdk.QuickStop sdk.AwTerm End Sub Private Sub sdk_EventAvatarAdd() sdk.AwWhisper sdk.AwAvatarSession, "Hello " & sdk.AwAvatarName End Sub Private Sub timAwWait_Timer() sdk.AwWait 0 End Sub #2 Private Sub Form_Load() Sdk.AwInit AW_BUILD Sdk.QuickStart 321213, "asker", "BotName", "BotApp", "reveal", 0, 0, 0, 0, 0 timAWwait.Interval = 1000 timAWwait.Enabled = True End Sub Private Sub Sdk_EventAvatarAdd() Sdk.AwWhisper Sdk.AwAvatarSession, "Hi " & Sdk.AwAvatarName " End Sub Private Sub Sdk_EventAvatarDelete() Sdk.AwSay Sdk.AwAvatarName & " just left!" End Sub Private Sub Form_Unload(Cancel As Integer) timAWwait.Enabled = False Sdk.QuickStop Sdk.AwTerm Unload Me End Sub Private Sub timAwWait_Timer() Sdk.AwWait 0 End Sub I want it to apear at 0n 0w 0a in the world reveal (and yes, I have bot rights). Am I doing something wrong? KAH [View Quote] Using SDK on a MacJan 13, 2001, 10:28am
in that case I would say that you need a Win emulator. OR you can buy a IBM
compatible computer and use on of the more compatible-between systems like Linux or Windows (for your info, Linux SuSE comes with WIndows emulator(s) ) KAH [View Quote] VB5 and SDK HELPJan 19, 2001, 3:46pm
could need that, Baron's example worked fine, but was too new for VB 5...
KAH PS. I tryed C/C++, but I didn't get any app to start after compiling... [View Quote] I need some .h files...Jan 19, 2001, 5:43pm
I downloaded the HamBot source code to try to figure out C++ bots but when I
try to compile I get 8 errors: Line Unit Message 14 e:\c__~1\aw\hambot\hambot.cpp e:\c__~1\aw\hambot\StdaFx.h:25: afxwin.h: No such file or directory 26 e:\c__~1\aw\hambot\stdafx.h afxext.h: No such file or directory 27 e:\c__~1\aw\hambot\stdafx.h afxdisp.h: No such file or directory 29 e:\c__~1\aw\hambot\stdafx.h afxcmn.h: No such file or directory 32 e:\c__~1\aw\hambot\stdafx.h afxsock.h: No such file or directory 15 e:\c__~1\aw\hambot\hambot.cpp e:\c__~1\aw\hambot\HamBot.h:22: #error include 'stdafx.h' before including this file for PCH 25 e:\c__~1\aw\hambot\stdafx.h afxwin.h: No such file or directory 26 e:\c__~1\aw\hambot\stdafx.h afxext.h: No such file or directory Where can I get the missing files/fix the errors? I use Bloodshed Dev-C++ v. 4 KAH I need some .h files...Jan 19, 2001, 10:11pm
Actually, I don't have any CD, Dev-C++ is free, so i downloaded it. Thanx
for the info :-)) KAH [View Quote] I need some .h files...Jan 19, 2001, 10:20pm
DARN! I searched around on the MS site but couldn't find better than a
"Mastering..." product...can anyone help me? KAH [View Quote] I need some .h files...Jan 21, 2001, 10:49am
what the hell is with the new sdk?Feb 7, 2001, 4:00pm
well, I actually have a problem too. I guess that it's the same thing...the
bot compiles without any problems, but the bot doesn't seem to log in. I get the problem using both versions of AwSdkOcx KAH [View Quote] Can a bot let someone join him??Feb 8, 2001, 2:52pm
I think that the hearing range is 120 m. (12 coords in each direction). It's
possible to do that with AW 3.x users, you could even get networked bots (like the Xelagot or the ones using the Bone network) to teleport you around several worlds. KAH PS. Just tought of a way of teleporting 2.2 users and in worlds where you don't have the right to use av warp: make the bot drop a hidden teleport object on the ppl that want to join and delete it after 5 seconds or something. [View Quote] Compiler errors...Feb 9, 2001, 7:15pm
I'm trying to make an improvement of the HamBot with the free source-code,
but when I compile I get these errors: n file included from e:\c__~1\aw\hambot\hambot.cpp:14: e:\c__~1\aw\hambot\StdaFx.h:25: afxwin.h: No such file or directory e:\c__~1\aw\hambot\StdaFx.h:26: afxext.h: No such file or directory e:\c__~1\aw\hambot\StdaFx.h:27: afxdisp.h: No such file or directory e:\c__~1\aw\hambot\StdaFx.h:29: afxcmn.h: No such file or directory e:\c__~1\aw\hambot\StdaFx.h:32: afxsock.h: No such file or directory In file included from e:\c__~1\aw\hambot\hambot.cpp:15: e:\c__~1\aw\hambot\HamBot.h:22: #error include 'stdafx.h' before including this file for PCH I use Bloodshed Dev-C++ 4, all files are located in E:\C++\AW\HamBot\ I even copyed those files that are missing myself! Is there any hidden (at least for me) meaning of this? KAH Compiler errors...Feb 10, 2001, 9:00am
still got some errors...one of the causes was that the compiler hidd most of
the source of one of the files...trying to fix it with Notepad KAH [View Quote] Compiler errors...Feb 10, 2001, 9:10am
AAAAAAAAAAAAAAARGH!!! I changed the <>s to ""s but it still doesn't work! I
even copyed all the filesit wanted to to directory! As a proof, I've included the directory listing of E:\C++\AW\HamBot\ (generated by WS_FTP) KAH [View Quote] begin 666 hambot-dir.txt M($1I<F5C=&]R>2!O9B!%.EQ#*RM<05=<2&%M0F]T#0H-"BX at (" at (" at (" at M(" at (" at (" at (" at (" at (" at (" \1$E2/B at (" at (#(P,#$M,#$M,3D at (#$Y M.C4Y#0HN+B at (" at (" at (" at (" at (" at (" at (" at (" at (" at /$1)4CX at (" at M(" R,# Q+3 Q+3$Y(" Q.3HU.0T*2&%M0F]T1&QG+F-P<" at (" at (" at (" at M(" at (" at (" at (" at .3(Y-30 at ,C P,"TQ,2TS," at ,30Z,#,-"DAA;4)O="YC M<' at (" at (" at (" at (" at (" at (" at (" at (" at (" R.#(P(#(P,#$M,#(M,3 at M(#$Q.C4S#0I(86U";W1$;&<N:" at (" at (" at (" at (" at (" at (" at (" at (" at M.#$P,R Q.3DY+3$P+3 T(" at ,#HU.0T*0F]T+F-P<" at (" at (" at (" at (" at M(" at (" at (" at (" at (" at -#,R-C( at ,C P,2TP,BTQ," at ,3$Z-#,-"D)O="YH M(" at (" at (" at (" at (" at (" at (" at (" at (" at (" at (" U-#4P(#$Y.3DM,3 M M,#0 at (" P.C4Y#0I(86U";W0N<F, at (" at (" at (" at (" at (" at (" at (" at (" at M(" Q,#DS.2 R,# Q+3 Q+3(P(" Q,SHP,0T*0VQN='-O8VLN:" at (" at (" at M(" at (" at (" at (" at (" at (" at (#$U-3( at ,3DY.2TQ,"TP-" at (# Z-3D-"D1L M9U!R;WAY+F-P<" at (" at (" at (" at (" at (" at (" at (" at (" S,C,Q(#$Y.3DM M,3 M,#0 at (" P.C4Y#0I$;&=0<F]X>2YH(" at (" at (" at (" at (" at (" at (" at M(" at (" at ,3DV.2 Q.3DY+3$P+3 T(" at ,#HU.0T*2&%M0F]T+F%P<R at (" at M(" at (" at (" at (" at (" at (" at (" at -#,Q,38 at ,C P,"TQ,2TS," at ,30Z,# at - M"DAA;4)O="YC;'< at (" at (" at (" at (" at (" at (" at (" at (" at (" T,3,R(#(P M,# M,3$M,S at (#$T.C$P#0I(86U";W0N9'-P(" at (" at (" at (" at (" at (" at M(" at (" at (" at -3$U-B Q.3DY+3$P+3 T(" at ,3HS. T*2&%M0F]T+F]P=" at M(" at (" at (" at (" at (" at (" at (" at (" at -3,W-C at ,3DY.2TQ,"TP-" at (#$Z M,SD-"DAA;4)O="YD<W< at (" at (" at (" at (" at (" at (" at (" at (" at (" at -3,W M(#$Y.3 at M,#0M,C at (#$T.C P#0I(86U";W0N:" at (" at (" at (" at (" at (" at M(" at (" at (" at (" at ,38U-" Q.3DY+3$P+3 T(" at ,#HU.0T*2&%M0F]T+FYC M8B at (" at (" at (" at (" at (" at (" at (" at (" U,C4S,3( at ,3DY.2TQ,"TP-" at M(#$Z,SD-"DAA;4)O="YO9&P at (" at (" at (" at (" at (" at (" at (" at (" at (" Q M,S0R(#$Y.3DM,3 M,#0 at (" P.C4Y#0I(86U";W0N:6YI(" at (" at (" at (" at M(" at (" at (" at (" at (" at (#$V-R Q.3DY+3$P+3 T(" at ,3HR- T*2&%M0F]T M+G!L9R at (" at (" at (" at (" at (" at (" at (" at (" at (" R-# at at ,C P,"TQ,2TS M," at ,30Z,3(-"D-L;G1S;V-K+F-P<" at (" at (" at (" at (" at (" at (" at (" at M(" T-# at S(#$Y.3DM,3 M,#0 at (" P.C4Y#0I(86U";W0N<F5G(" at (" at (" at M(" at (" at (" at (" at (" at (" at (#8Y,R Q.3DX+3 T+3(P(" Q,CHS- at T*3&]O M:W5P+F-P<" at (" at (" at (" at (" at (" at (" at (" at (" at (#$W,#$ at ,3DY.2TQ M,"TP-" at (# Z-3D-"E-T9$%F>"YC<' at (" at (" at (" at (" at (" at (" at (" at M(" at (" at -3(V(#(P,#$M,#(M,3 at (#$Q.C0U#0I496QE<&]R=$1L9RYC<' at M(" at (" at (" at (" at (" at (" at (" at ,C$Y-" Q.3DY+3$P+3 T(" at ,#HU.0T* M3&]O:W5P+F at at (" at (" at (" at (" at (" at (" at (" at (" at (" at (#$U.#4 at ,3DY M.2TQ,"TP-" at (# Z-3D-"E-T9$%F>"YH(" at (" at (" at (" at (" at (" at (" at M(" at (" at (" R,#0Y(#(P,#$M,#(M,3 at (#$Q.C0X#0I496QE<&]R=$1L9RYH M(" at (" at (" at (" at (" at (" at (" at (" at ,3<R-B Q.3DY+3$P+3 T(" at ,#HU M.0T*5&]$;RYT>'0 at (" at (" at (" at (" at (" at (" at (" at (" at (" at (" V-#( at M,3DY.2TQ,"TP-" at (#$Z,C<-"E)%4T]54D-%+D at at (" at (" at (" at (" at (" at M(" at (" at (" at (" R.#$X(#$Y.3 at M,# at M,3( at (#(Q.C,Q#0I296QE87-E(" at M(" at (" at (" at (" at (" at (" at (" at /$1)4CX at (" at (" R,# Q+3 Q+3$Y(" Q M.3HU.0T*4D53(" at (" at (" at (" at (" at (" at (" at (" at (" at (#Q$25(^(" at M(" at ,C P,2TP,2TQ.2 at ,3DZ-3D-"D%7+D1,3" at (" at (" at (" at (" at (" at M(" at (" at (" at (" at (#DX,S T(#(P,# M,# at M,# at at (#$V.C4V#0I!5RY,24( at M(" at (" at (" at (" at (" at (" at (" at (" at (" at (" Q-3(P," R,# P+3 X+3 X M(" Q-CHU- at T*05<N2" at (" at (" at (" at (" at (" at (" at (" at (" at (" at (" at M,3$P,#D at ,C P,"TP-"TR-B at ,3,Z,3$-"E)%041-12Y46%0 at (" at (" at (" at M(" at (" at (" at (" at (" at (" at .#4U(#(P,# M,#0M,C8 at (#$S.C(S#0I,24-% M3E-%+E185" at (" at (" at (" at (" at (" at (" at (" at (" at -C<S,2 R,# P+3 S M+3,P(" Q-3HR, T*24Y#3%5$12 at (" at (" at (" at (" at (" at (" at (" at (#Q$ M25(^(" at (" at ,C P,2TP,BTP.2 at ,C$Z,C0-"DQ)0B at (" at (" at (" at (" at M(" at (" at (" at (" at (" \1$E2/B at (" at (#(P,#$M,#(M,#D at (#(Q.C(T#0I! M1EA724XN2" at (" at (" at (" at (" at (" at (" at (" at (" at (#$U,C4W-" Q.3DV M+3$R+3$R(" Q-#HS, T*04981$E34"Y((" at (" at (" at (" at (" at (" at (" at M(" at (" at -3 V-S at at ,3DY-BTQ,BTP,R at ,3<Z,C4-"D%&6$--3BY((" at (" at M(" at (" at (" at (" at (" at (" at (" at (#(V-S0V(#$Y.38M,3 M,S at (#(P.C(U M#0I!1EA33T-++D at at (" at (" at (" at (" at (" at (" at (" at (" at (" Q,#0S,2 Q M.3DV+3$Q+3 Y(" Q,SHR- at T*049815A4+D at at (" at (" at (" at (" at (" at (" at M(" at (" at (" at ,S0X,C4 at ,3DY-BTQ,BTQ,2 at (# Z,C at -"D%&6"Y((" at (" at M(" at (" at (" at (" at (" at (" at (" at (" at (#4V,S8R(#$Y.38M,3 M,S at (#(P M.C(U#0I!1EA215,N2" at (" at (" at (" at (" at (" at (" at (" at (" at (" S,3DR M.2 Q.3DV+3$R+3 S(" Q-#HU- at T*04980T],3"Y((" at (" at (" at (" at (" at M(" at (" at (" at (" at ,S0T,C0 at ,3DY-BTQ,"TS," at ,C Z,C4-"D%&6$U31U\N M2" at (" at (" at (" at (" at (" at (" at (" at (" at (#,T,C V(#$Y.38M,3(M,C at M(" Y.C(Y#0I!1EA$1%\N2" at (" at (" at (" at (" at (" at (" at (" at (" at (" at M,S0Y,B Q.3DV+3$P+3,P(" R,#HR-0T*04981$Q'4RY((" at (" at (" at (" at H(" at (" at (" at (" at (" at ,3DQ-C8 at ,3DY-BTQ,"TS," at ,C Z,C4-" at `` ` end Compiler errors...Feb 10, 2001, 10:52am
I still need a few more header files that I couldn't find:
crtdbg.h ocidl.h AAAAAAAAAAARGH!!! each time I recompile it asks for more files! Why couldn't it have been in one or two files like with VB??!! If just the VB sdk would work... Woohooo!!!! now it just needs those header files that I don't have! :-)))) KAH PS. I'll make a BIIIIIG "thanks to" note about you, Ananas! I'm really apreciating the help you're providing! [View Quote] |