milesteg // User Search

milesteg // User Search

1  2  3  4  |  

bot click detection bug?

Oct 17, 2002, 8:50pm
Hi magine, i had the same problem after i installed the beta world server...
i cleared all properties and reloaded from a dump and then the problem
disappeared.

Regards,
MilesTeg



"magine" <magine at turtleflight.com> a écrit dans le message de news:
3DAF1CCB.7CE86EEF at turtleflight.com...
> I'm finding that bots are having a hard time detecting clicks on objects
>
> lately. It seems to be a problem when running an instance in global
> mode, detecting clicks that are in areas far from the bot. Sometimes the
>
> bot will receive an OBJECT_CLICK event, and sometimes not. I've been
> using the beta SDK (build 27), but I also tested with the previous
> version (build 24) and had the same problem. However, the problem only
> began in the last month or two. Could it be a glitch in with the new
> world server (rather than the SDK)?
>
> -Magine
>
>

[VB] RichTextBoxTab

Nov 11, 2002, 9:24pm
"bowen" <thisguyrules at 7k2.4mg.com.ANTISPAM> a écrit dans le message de news:
3dd0314a$1 at server1.Activeworlds.com...
>
[View Quote] it is a snap in java ;)))

MilesTeg

[VB] RichTextBoxTab

Nov 11, 2002, 9:46pm
"bowen" <thisguyrules at 7k2.4mg.com.ANTISPAM> a écrit dans le message de news:
3dd03cc6 at server1.Activeworlds.com...
>
> Psh, you java monkey!
>
> --Bowen--
>
>

yup...houba houba.. :))
*jumping back to his java tree*

MilesTeg

target=aw_3d

Nov 17, 2002, 1:10pm
"baron" <pk39srt at hotmail.com> a écrit dans le message de news:
3dd78fed$1 at server1.Activeworlds.com...
> Anyone knows if/how you can restore the 3d window after sending a URL with
target=aw_3d without having the user "clicking on the large X button "?
>
> ================
> From http://activeworlds.com/help/url_command.html:
>
> New in 3.3: you can now specify the special target keyword aw_3d with the
url command. This causes the triggered web page to replace the 3D window
instead of being sent to a separate web window. For example:
> activate url www.activeworlds.com target=aw_3d
> Once the 3D window has been replaced with a web page, it can be restored
by clicking on the large X button in the upper right corner of the new web
page.
>
> -Baron
>
>

you can do it with a javascript on the webpage .. but it will ask the user
if he wants to allow this operation... :)

regards,
MilesTeg

Event Subscriptions ... Where's the filter?

Nov 24, 2002, 10:52pm
AHAHAHAHAHAHAHHAHAHAHAHA
i love that one :)))))))))

MilesTeg


"joeman" <joeman at bootdown.com> a écrit dans le message de news:
3de172ac$1 at server1.Activeworlds.com...
> Nah, you're forgetting that the program can look ahead into itself, and
> check what events are set, whenever. The SDK would send a mask for all
five
> of the events.
>
> -Joe
>
[View Quote]

Re; Tw is a hacker (dont knwo iuf first post worked)

Mar 8, 2003, 12:16pm
that is wrong dan
He doesn t work in Mutation, we ejected him several times

He is not welcome in Mutation

MilesTeg


"d a n" <awdan at aol.com.nospam> a écrit dans le message de news:
3e69f740 at server1.Activeworlds.com...
> 1. Use a spellchecker
> 2. No, hes not a hacker. He works in mutation :P
>
> ---
> D a n
>
>

Question about setting owner for aw_object_add ()

Apr 27, 2003, 7:23pm
use aw_object_load

MilesTeg

"ubermonkey" <henry at wcalliance.com> a écrit dans le message de news:
3eac4854$1 at server1.Activeworlds.com...
> I'm writing a bit of a game here, and I'm just wondering if anyone knows
if
> there's a way to have the bot set the owner of an object it creates to
> something other than the ppw owner used to start the bot. (note: this is
in
> my world, where I am caretaker and have all rights)
>
> The issue in question is that the users can destroy pieces of the
> environment (causing them to be deleted). When I reset the environment,
the
> bot uses the stored data of all the destroyed objects to reconstruct
them -
> this works fine. However, the owner is always set to my citnum, regardless
> of what citnum I tell it (aw_int_set (AW_OBJECT_OWNER,whatever);), which
is
> problematic considering that other people are also building in the world,
> and when their destructable objs get reset, they are then owned by me,
> making it impossible for them to alter them.
>
> Any ideas?
>
> -Monkey
>
>

Elevdump Format

Jun 1, 2003, 8:08pm
it is something like:
{PageX} {PageZ} {NodeX} {NodeZ} {NodeRadius} {TextureCount} {HeightCount}
{space separated Texture list} {space separated Height list}

Regards,
MilesTeg

"tony m" <ag5v1u7001 at sneakemail.com> a écrit dans le message de news:
6pskdv0ta8tqdt5f81qi7o3rra6unq6uoa at 4ax.com...
> Mauz.info has the propdump format published; does anybody have anything
similar for the elevdump format?
>

Getting "my" session number

Jun 9, 2003, 2:33pm
int aw_session (void)

;))))

MilesTeg


"kah" <kah at kahnews.cjb.net> a écrit dans le message de news:
Xns9395B5A2D6B45kahatkahnewsdotcjbdo at 64.94.241.201...
> Hi, I need to find out the bot's own session number (in conjunction with
> building), if possible. I'm somehow persuaded there is a way, but I can't
> for the life of my remember or find it.
>
> Thanks in advance for any help :-))
>
> KAH

Problemes using AW SDK with visual c++

Jun 20, 2003, 2:41pm
Hi,
the problem is not from where the set function is called, it is how member
functions are handled in C++.
Even if your function signature looks like void bar(void), in fact its true
signature is void bar(this*);
C++ add 1 parameter in first position, this parameter is a pointer to the
object on which the function is called.
this is why a function for event or callback needs to be a 'raw' c function
or a static function of a class.

Regards,
Miles




"bowen" <Bowen at andras.net> a écrit dans le message de news:
3ef331bf$2 at server1.Activeworlds.com...
[View Quote]

No click events (new world server)

Jun 28, 2003, 8:00pm
do you have the same problem with 3.4 sdk?

MilesTeg


"kf" <none at junk.mail> a écrit dans le message de news:
3EFDF37C.B74 at junk.mail...
> There seems to be some problem with the actual world server in
> combination with older (3.3) sdk versions.
>
> When in global mode, it is quite easy and reliable to get an
> object_click event in small worlds (eg. 10NSWE), while in bigger worlds,
> it is almost impossible to get such an event at all, even not when the
> avatar clicking and the application monitoring are the only two
> instances in the world.
> Clicking on an object 10, 20 and more times often yields but 1
> click_event raised, often none at all. The avatar in question is,
> though, recognized fine via avatar_add, avatar_change and avatar_delete
> on every occasion.
>
> Logging the application out and in, logging the avatar out and in, even
> using a different dsl line or computer all make no difference and result
> in the same no-event. Same for different time periods of raising
> sdk_wait. Whether it is 1000 or 100 miliseconds all make no difference.
>
> Is this a global incompatibility of world server 3.4 with sdk 3.3 - or
> just a bug?

No click events (new world server)

Jun 28, 2003, 8:45pm
ok , so if you expect this to be a worldserver issue, then it is probably
related to some trouble I experienced with sdk 3.4 and posted on the beta a
while ago. this was the lost of click event.
This haven't happened to me for a while now tho.
The only way I found to fix that problem is to restart the world and reload
the properties from a dump.

I hoep this help.

Regards,
MilesTeg

"kf" <none at junk.mail> a écrit dans le message de news:
3EFE15A5.77C4 at junk.mail...
> No, idea, there is no 3.4 for VB yet <eg>.
>
> However, this is more of a general problem, as Xelag noted before
> already on another occasion, some applications are supposed to run with
> different versions of a world server and at least the main events are
> expected to be consistant through the versions - and if not, at least
> some note in the sdk would be helpful.
>
> This is definitely not a sdk issue, but a world server issue - since the
> very same applications run fine with the old (3.3) world servers.
>
> IMO there are some more world server problems as well, I heard eg. about
> the CT rights not to be respected properly, and personally, I experience
> some strange behaviour of ratings settings when world parameters are
> changed in some cases (I am still investigating that, some world simply
> set the rating themselves to a different value...) and two other issues
> that also appear buggy to me, I also managed already twice to crash the
> world server out of the blue from the browser - so I hope there will be
> soon a world server update in which this problem here could be addressed
> as well. :-)
>
>
>
>
>
[View Quote]

No click events (new world server)

Jul 11, 2003, 4:51am
Mutation is a P70 world handled by an invisible bot in global mode and it
works fine.
it uses sdk 31

I am wondering, in your test , are you using a visible global mode bot?
the fact it is a visible bot could be the origin of the problem.

Regards,
MilesTeg

"kf" <none at junk.mail> a écrit dans le message de news:
3F0DFE9F.7321 at junk.mail...
> I experience this generally with global bots. I did not try many
> combinations of worlds and settings yet, but it certainly happens in
> worlds bigger than 20 NSWE and with terrain and water (latest world
> server, latest sdk).
> Re-starting the world or doing complete dumps and reloads won't change
> it, just sometimes, shortly after login, it works in rare cases, but
> after a while, all item click events beyond ca. 12 cells from the bots
> location stop.
>
> This started with the 3.4 world server - on the 3.3 world server, it
> worked fine in the same world and with the same application (thus, a 3.3
> sdk in a 3.4 world shows the same incorrect behvaiour).
>
>
>
>
[View Quote]

No click events (new world server)

Jul 11, 2003, 7:00am
well like i said, i have no problem with a global mode bot to detect click
in the whole world (P70)
May i suggest the problem could come from your code or the wrapper you use?


"kf" <none at junk.mail> a écrit dans le message de news:
3F0E78D3.7FB1 at junk.mail...
> I tried now running the very same application without propagating the
> status (invisible bot) and without using global mode:
>
> Bot is at 6N, object to be clicked is on 19N.
>
> 1) When using an invisible bot, the problem stays the same, the click
> event is first only rarely and after a short time not at all anymore
> raised, but when the object is moved to 17N, it works reliably every
> time.
>
> 2) When NOT using global mode, the click event is raised reliably every
> time (provided the object stays within the perception range of the bot,
> so it works eg. fine at 19N).
>
>
> Therefore, the problem is definitely related to the global event state,
> but I am not able to find out any further condition that could cause the
> problem.
>
>
>
>
>
>
[View Quote]

No click events (new world server)

Jul 11, 2003, 7:12pm
Did you try with another bot?
i am sure you can setup a xelagot or a preston and see if this bot detects
clicks that your bot doesn't detect. This is a needed test because it seems
that, so far, you are the only one having this problem.

Secondly, the problem could be a bug in sdk when the bot is in global AND
visible. just make your bot invisible in the worlds you found are
unreliable, this would help to clarify the problem. then you could try the
same with a xelagot and see if you see the same trouble.

Regards,
MilesTeg




"kf" <none at junk.mail> a écrit dans le message de news:
3F0F1DA6.4600 at junk.mail...
> I did now some extensive testing and...
>
> the very same application works well in some worlds, works less good in
> others and in a third group, it is very unreliable (all those worlds on
> the same world server). Even when using the same world settings, it
> behaves different in different worlds.
> Within these worlds, the behaviour is consistent, though - eg. leaving
> and coming back or stopping/starting the world will result in the very
> same behaviour as before.
>
> There seems to be some general pattern though: The slower the response
> on an object click event, the more likely it will, sooner or later, not
> raise an event at all.
>
> I conclude that this is a world server issue, since the same application
> yields on the same world server in worlds with same settings different
> results.
> It might have to do with how and where objects are stored and looked up
> in the database and an object lookup takes up a very short time or a
> long time (and when it takes a long time, some sort of event discard or
> timeout takes place which subsequently then not propagates the event).
> In worlds with an unreliable propagation, the "safe zone" is not
> centered around the bot or the ground zero, but the "safe" rectangle can
> be shifted into one direction (eg. you get reliable results up to 11N,
> but down to 20S), which points also to an object-related reason.
>
> The reason is definitely not the global mode itself and not the wrapper
> or sdk either, since, like said above, in some worlds it works well, in
> some less good and in others very unreliable (outside the "safe zone").
>
> Changing the aw_wait value does not make a difference in all that, btw.
>
> What I did not try yet is to set up a seperate world server and put the
> "unreliable" worlds into it - if it is working then, it was a matter of
> world server load situation either for the event queue or the object
> storage lookup.
>
>
[View Quote]

No click events (new world server)

Jul 11, 2003, 10:15pm
Did you try to reload the properties of a world that you saw unreliable?
try and tell me if it fix your problem
because few months ago, i experienced several times a lost of click events
and found that reloading the properties was solving the problem. this
problem didn t occur to me for a long time now, what world server build are
you using?

Regards,
MilesTeg


"kf" <none at junk.mail> a écrit dans le message de news:
3F0F4815.207D at junk.mail...
> I used Xelagot 3.419 for a cross check now (script:
> avatar_object_click.txt) - with exactly the SAME results.
>
> In fact, when running both applications at once, both see the same
> events raised and the same events not raised.
>
>
>
>
>
>
>
[View Quote]

No click events (new world server)

Jul 12, 2003, 8:08am
"andras" <andras at andras.net> a écrit dans le message de news:
3f0f7e06$2 at server1.Activeworlds.com...
[View Quote] I use a windows worldserver, that could explain i have no problem :)

MilesTeg

Avatar location

Jul 31, 2003, 11:39am
nope, that is only way , listenning to
avatar_change/avatar_add/avatar_delete events and storing these informations
in whatever you want .
Regards,
MilesTeg

"swe" <swe at swe-e.com> a écrit dans le message de news:
3f2918c3 at server1.Activeworlds.com...
> hey, i need a little help with getting an avatars location. i want to know
> if there is anyway of finding an avatars location, without the need of
> keeping a database which updates every time an avatar moves?
>
> thanx :)
> -SWE
>
>

VB SDK Terrain Height Set

Aug 12, 2003, 8:39pm
HI , few months ago, a friend asked me for a bot to modify terrain
so I made Terraformer using Visual C net. it was my first bot in C++ :)
it is a console based bot that let the users interact with it via the chat
it has a basic rights feature so you can allow only few ppl to have full
access to it
it uses only 1 instance and is monothreaded but it still accept several
users requests in the same time ( using a queue to schedule them)
it loads terrain page when necessary so it can build way beyond world limit.

It is poorly commented but I hope this will help you

Regards,
MilesTeg

PS: if you want to compile it , you will need the boost library ( used for
the regexp)



"baron sweetman" <petrossadeletethis at msn.com> a écrit dans le message de
news:Xns93D574A618817petrossa at 64.94.241.201...
> "bowen" <Bowen at andras.net> wrote in news:3f38ab37$1
> at server1.Activeworlds.com:
>
> for
> i tried that it works fine for 1 page, but whatever i tried i can't get
> it to put the pages right order. I thought i'd start with the most left
> up page, and work my way down, then backup next page to the right.
> I got some spectuacular results, but alas nothing like the original.
> Then i tried several other ways to get to another page which produced
> some more spectular results. I've asked on this forum a few times how it
> works, but it seems that it's a trade secret :(


begin 666 terraformer.zip
M4$L#!!0````(`.J)#"_;FN8P`! ``#1)```0````=&5R<F%F;W)M97(O07<N
M:+U<;6_;1A+^'B#_ at =<##K&17%H;N;;H)XI:2ZPI4N6+9?E0$+)$VVPH44=1
M3MQ#__O-OI'[1E+IM15:1/O,[.S.[,SL[)+R^_-W?^3G]2O+_+&MM55;N?5L
M9=!:6*55686UL0Z$-K?<UZ^&I7_!Y_S]ZU>O7[W_\[5SROU+E3\^U=8WWW__
MW;N+K[^^L.QUG3]GG\JJV!R H=K_L^WIY>ML=\ at VUFQ59U6^*JQW[ZQY53Y6
MJRW^=Y]5]8M5/AB%#$_Q"S[41'_/'S;9 at [5P_<L+TK+^!NU\!S-\8R_2:'Q]
M9OWC'S(X"H-%A$*=$,5V[#IG((>BEKVPYR[1.TTWV;HX[+.U]693%/EV7U8U
MYLR*0Z9TP.ANDS\,445".K-O4SN.0W>4Q"CUD#^)IS#NQ8</$IN#/"^=N;ZR
MC.\N+[[]U[<2YRAQO;&E?2Z^;[GF] at 2ED7N'K&\NOFOA&-W&28B ^6O!Q&FZ
MWA?'`_[_]:OL,ZS^SOK*^<KZKZC07^"QPF<%,5E#).;6O76$;YEU^%.<K'[9
M9] at $V>ZXQ?I:V+Y>,'']U+=GZ*V$S.TH6 at 3A6$:#A8]"A3%T;UP/P1*8N[1T
M/YF-NGOK4[#G<\]UP)<#7R: at F>UZ'$I\]P:%$>+Q at -W*G26S3GJ(/&1'J),^
M0K&M$4$O;]PIFE(A[L)8HX5HXD9Q2-2 QD^)&Z*Q/CAV<\5"9A'.U XG^NQ#
MY*.%[7618W>F at XX;0]00D?X$1:GM><'"-#G9<NG%A6X!Y#G!#*4S%$6V87QJ
MH2[34ZK1\&1.:1PD(9 at at TL at 1LD-GFB9AXP]<*=F6#2IX&<=4O^6XY&8<Q(:$
MO'85:U(ZXX!SN+.9.V&K**Y',][MW.TAB^;AF&=',0T*C3L` at CMSM7G&00QN
M8AS?MT<>TJ8-ZSI#OB9',#E=/M&T%(G=V%. at D>U<C\- at +J.3,$C\L8P%HQ^1
M$X,QXZF1$**K$$4*C891Z$ZFL4Q $+J at 1#H.8%%](X<?8Q?7"=$<.2Z8C(X;
MF5BN at DDJ1'4+3D*$?!T>>8EB%\<.87FO80:./;='KN?&2YD#E(5MU8D1?+7'
M;A+)Y'DR at F2))]LK16$SZ.*$J/5!2&DS9:VF.,SG0HR+EI>#3EE(.2HH<>Q&
MV.GHJ$AW*AP/_D3&.G(-6T;J'(;U)80NNY""1(H74:VN7C0Y8<WB:9B8:%?>
M4IL_2VF0"^=!&)MHS&01L#CJA *S"Y(5[9PHI1JZ2>DU74Q=X%36S\.]TEL3
MN#2!=R90BPX*&^*#$O0(L6<C%T=PASR9;) K,QCD$TO8-S;LXI#S/,^-A,*#
M\N#8I5E2QY7:0"#8MSH!U\D)[*E*%.,JUA at ]#B1(U:&;[4);:Y*O<-ZV_;'1
M6_#PS)"&7!)=+T>!LN!,O?0&S&).3W-$8M68S*_1$KZ,E7&H*2$2PM!VU>4B
MRW&9 at O% at R V*,KZ=24J6.QPF<X#5S4<J)?Z$'E3W8M:DL&#6J+N/9 at 6!4F7
M3$KJD$F)9ID(;_!&D832(9'0S (7J$L at H70()#2SP#B8F^5A0H<X3#)+ at _06
M!S.S0$;KD,FHAJW5"Q*(`L]>HO";E)T*^UAF=G3=*\)5XU^F0P#")GT[S'+7
MQQ+,;4??I at 26BV%=+ at 9TN1C0Y6)8EXMA72Z&=;D<UN5R0)?+`5TNAW6Y'-;E
MTJQ+4\9,;>,&RXMFXP9K>PM[&:71%!AQ$1V99;.M"?8E=0A*8 4Q+ID4,RQL
M7-H:+4Q)NF4ISF*JIR?CZ!) at -!8E:2%.84-TLY&TP*:XAVZ09R)$27AE.U F
M!C?&C at O[IIM(',%$4 Y)E*2<+KJJ,+KC&JU)2;H9*3X.`=!K`X%X%0;J-B=0
M1X82 at .^>K"XR$\?NU542&2W450A$>/>'P at ?JU!C-331NR% at -!(E\JY;B<'2^
MT48;)<'2]IT&G2W;`(?O(GXGXO9":,W=V)D*[7 at Y1T)S`IN?L&" X!O6ILW"
M+X+3B%"B,%0\%#/H5FDOE?:=2F_GRA!IO at P3Y\P at 9=Y\GH:YV^,QI(Y(0?$-
MBZX12V7JE/CM!\=Q)E1M0C#EU$8.7K=2ZTYJ1>BG!/F.W$&,!0*XX#-V'(02
M"!7P" *38ZR4EL^H#+Q5VDNE?:?2VT5A".P^L0*%<(I0H%DP1BHV1I$3NG.Q
MP&44VS& at :>>LP6"J at ?&U+E+E[C-45-:*8;2TZ]67\."0&4-UIU[*)977'1#
MSW60'RDWNPS3[HH9+IV).!CBZTD5E&[G.*C<536P>*>A"3)?NW$RN6*3KG8E
MBA(ZG#9UQ^,V2#AJOLPDF0QOZ_H5&D%QQ"8&;OW\2&##E0G!9T&;"Y!IT2DX
M3N1#)4&)<82E;4!%_0;O,&I#-ZY(2Y67$2H at )_!]>NMG1^W<KB#E`.2X<W$+
M(VB$_''KY0(D&9GADAD(INA%,/&VQH$EO8924<UP#!;'2$)/:\?XDKX1QJ^"
MZ&)IZ*V&+#7D3N=I,U0KWPZ;( ;GN<%E%0YQ!1-GRR U7AG,GDPL%;BYS8P4
M at JL*4,HIADI[%,,D;V>8=HO"<'95JTH5- at T^O':'TLX`[!4ZZH!"##&(ETH^
M9/9F1 [>JL"="I"'EQH;035>/(3.2U SKZBQ1& UJ'RM)'%,$2D?NQF8"$UE
MH;=&4_=RCJM;";V+GWC!R&X?P 1^%)!P'ZN0=&; at H'A>:+# TSJ[L0U!&ZEP
M6Z9 at POMS:U7757Y_K+.#=9\5Y2=K5676KJRM(WZ/X/[%JI\R*QI?6_1A*Q<6
MVUK)P5$YKS>\XA,JADEY at 8.B+W(L(%6$8'<HR4(;3G"!!L&)8:;SP:)J8(1\
M'11'_S%0'B$30"D4"28I0I!;J;646G<RK4UH-.W at 1.-(XTJX9'.1, at -C34V$
M);+U#LI.T/(+9Y$&E!)7 at ]ZY<PV;3P-??23>$$=)!'5K%)F5NX%]+- [P2R3
MM at 257L1X_>HWC#7M'SI?!X##-)QCVV/!6Q-.GQ<;25#=BG%,2*06'R'A(:6
MTU1M("!?&5R\6Z$(KY+5:39UM3Z7]KDRMT4D,]!C93_5]:\"$][6*3(5%QZD
MA% 4$O* 0N)A)J,X#(R:DK+#2)$?(<FKJ'<2'K^U\Q#+'B9 at /..Q;+"%2#4M
M`4_Z!H_ at I+'=/NJ6*;I7:/G:T(LZ;-,3QP9A8''!YCT<'0X4\/ at )MO+(G:-(
MO-)HT.9YM1B>K21^-- \3F/ID,#O%GLD<)8.">0\IZ'\%BG2.V at .W5!$%VU
M7CR2?AJ5OQ:A"^.I32,T4<Q/#,,<7;HKZ5W1OE.^3.X6WH:"T9 B0X<,&D+X
MZ-B^ at =#A"#AM=M!"Y 7V6*O7VXDTSH,EH$YW)1/61V:93,C$#:VI&#HDMK5A
MYZ!-:0G5R1"/8*X!3F(04JWJ.R=G9 at F"-WLR`[GNLMOS#0%&(8SAV,+"8[1]
M"/!; at ^'#==0CGM=W5U>><*/5P+X)]0-8$;4,:Y;JZEJ%$O_:#Q8^GY:X._5,
MC3 at O+66YA+<&$GWQQ$ at )W1OUD04C17$PGZ,QFQ&[)!Z83W. (UW?JB at <ZX3;
M$>FTM[#;*V=^ODU\']C9!,33:?]B^2POC-U0V'X%PA40%MA)_0`,$-PN#3P$
M3^VD+=XU(O0&^K23/K*CUN at FT=/4C[V9 at 0.BH'4$# at Y[*><D-B(>R$#IU"9S
M<<"?P#FETQI,(IH$L4M?-%BX,/U^=EET#*N)O!.9^0XRQ-ZC6+/O":]]JB8=
M<B9Z*3=:&F_:,([/SHFP2;8$&OB\QA&O\7K&$Y\20$1XUT*T2#06&D::_-:3
M1(H6>+_OZ at <1T47[,9G-NVCX7JL-4Y%$-?VKW^C&GZV56;7U9)7X]Q5_ROO<
M]+7^?%?C=\ at _I?DNKZTWN'E_S(O-V0^<X[G,-X2CSJJM]08W6V+3?5UEJSJS
MWJS+W:&VUD^KZMS:E-M5OGM+F/ O!=X26>?G`!SJU6Z==<I)J^Q0%L_X%PG'
MW2%_Q+]-*,K=H[7:;(!T^#*9F^Q05^6+.G?2D:I.NW8JQQG20U93)NN\9[RB
M?,QWG<(^K;BAMWE1Y(<,3+8Y&$>MR0\RFN+*6IFYZ+1D3FJAYU5Q%&9(EP4Z
M at 3URL.:P=,IH'D!<:F6 at IO]]618G#(/93M;BH2A7->Y%OPQ+)WQF\51$EYDV
MJWJE]VD\DO(5V>ZQ?C*Y'?0^T7**4$TFC<$WYSA 5D5QOUI_)%)Y96FMS\Z(
M2U5K4TRQ+LUDVFXT?$ RYSFSN!SCZ-ESQKQ2.?6"X<^Z/)YTPH,;^S53>%KM
M-D56G;'(,0G:00Z2<PSY;96)]7->=X; at 8?4B2]E"3ED]FASXTU-^V.-!,7(`
MMKS<I?E&7L/N[I C()L!U^ZQ.[VL\SK_-=NE[1UQ>O^2[E9;)9]BY/3NQ^T]
MGS?CZ.N[V0Q.[T0M-EF1X9W at M(%WV>?N=>),^RI[SLOCH9.QH#_(ZU6CX6EO
MXD^Q+N\VH#UGX]I_ at >1>$W"F01.00 #V0[>L\OZ7;%WW&HFQ#"C+N+BN_5R0
M8;O'^\\QJUZHKWR&#+&NRXKF_%^EUB$#1MAL_WWY,_S7)2?]\/G#%\CZ\#/\
M9Y!501XJNRL=:F at AV :,==SESUDE.=Y0%Y9G!J:08?/VR, JIP]5N4W765&P
M at (1O?7,D,G&*ZW,2G5N,>5:BG=2O*,N/Q_T7#-0;*SK[8-1P?X<P^SC$= `E
M>PR^>H;]ON*BJ*?Q[<+$3LUT`N>QPK71;M._!P&7#,!D'K/:(*\&/7#I?,+0
M at J,-.87".I ;%.X!/U"X>YU X3TQ;S:Q26LDXL<<>CM0XZH2' at T2H'ENP=%F
MDY:[XF5((C5>"B49\[WNZ>. /L4 at 58;S,/SS"#M$I9V%NI0YX)-8UBT<ZK$*
MSGBMU3ZSE$O_69?'74V_UC#'8P6F.#R![YU;3QG^P;TI37"9PMZPA^HJ9:+)
M]U^%BID<#'E6[Y'7:R7.U)I^D)48=%=N>DHB",>RR%)6'YX2ZX>L$ at X.6"Z<
MHZ'=\E),Y!U*2<WBR$/C:PU:/P.A at LP)J7L+!]=M5C^5&_Z> at O&R at /*GE'_ at
MS$_Q_>IP at +$V;]6[#Z).[_&=#<8\LR<%28SBEC3,S3?DT[A[JRR)$Y3BB?84
MYG)_,F\FB25K*2\<?\%D?:PJ.# at 5+Q:X0UZL[HL,9"KOF^B.6Z]XJ4 at "F5;B
M0M21,+;*/<ZRIB at 61 BGF:8>_AV2Q#7Z_?,Y\7C"N.E*D]C!*VF*L8>/[6(\
M%*M'8\8H,ORW0= at VSO;GDL?&]F#J]$N)8ZM_FI at ',O2^>%', at AL$3XTW`CP:
MV80Z/#G?;G.8=L\V3K<3?LP$-\L^K4SU)1XF?<B+OI*7<8CJZ!K at WH2?W+&E
M=;[-RF/=+ at `#3&MPW.TR=LED2EB*(Y&_;-(G9?B*\C2)^ZK\_/+_3JL1\H?/
MBE]FJN=9N=;D_F2.I!VMQ?JV2<8B+.3+WGC7(;#6C6?*VX?YC[7\)OZ%EM>O
M_ at =02P,$% ```` at `DWY0+G>ZWIMS````H at ```!0```!T97)R869O<FUE<B]!
M5T-O<F4N:%,N*$I,STU4R,]+3N7EXN5*SDDL+E9P#'=.S,E)2DS.YN6JYN4J
M*$W*R4RVXN7B+,LL*BE-S%$HR\],44B&JM'(S"M1R QRU at '3+HDEB9JV!M:\
M7+76"!.#2O/R$I-R4G&8EY2?GZ-05)JG`3(863<O%P!02P,$% ```` at `V(H,
M+Q.B<AIR# ``+3 at ``!<```!T97)R869O<FUE<B]"=6EL9&5R+F-P<-T;:W/;
MN/&S/>/_ at .B:F(J91%8>=1W3-Z[/:3ISL3-1KE%BNQY: at BQ.)%(EH2CI*?WM
MW5T`)$!",BT[G>G=9"P0V%WL&XO'_13%O=&TSUFC(_H' at Z^/AXV-]9_RSLMI
M-.KSU.[=&X=B^'BX;W9E(HWB*^C:6'_RA/62\3B,^]G&^F629&)W-^57_"OC
M7R>ODQ$_'/<]MK&^MM;XY^G967;^< B=#>KP'C]LRI8<^1-^-%]NK/>&8<H>
MLDD/"?R6A5<\:&"347OW+'XB! at SIL#/!^E$V&87?F!ARUINF*8^%',M$**:9
M`9S$\V0P0)R,BT7PC9=5.=[SKV*:5D41LK^N-(J,$DA]63(I at HO$TL/Q='S)
M4P9*9TD:P4 at HHB2V2>Q)H'T6S[,YG\_FH4OPY11]MAENLC$/XXR%7T(!<ABC
M+DV]YM'54*"B+)-3;VVC$[0V.WW8AI==BTQ/HQ:D5H5;!0I()(7*HICU8" at :
M<\%19!Q$%*4#)8Y#_(/)9/2M+'V(G76%)PI*=FI;HA,I)N;#N1BRT[U#/AIU
M at ".Q?SSO,./S:/Y!?A[%_6(,/V#DG)VBOY^?Q8I<U1\\T41?>(*B5U3E#9M:
M(3V at RF9##A[T+9EB!)$#Z>$TC*\ at [ :LSP=1S/L$3Q'FD+<=-*(!FX1I*-5.
M,1EE;)+RC% at ;\I at Z,[0/0*0A_,XBX."22ZCT"^^[O7(TJ?KD:%+?(T>3W!]'
MDY(W0 at >R-5>ZFTLMS4FY\PDP*>;H<X:_$LZ E!L*G3^1\2KK;Q&_S#L1K<L\
M45#<4]MBGTBQ/<6["H#",T#_I12QQ/(^FV:P+F!'ZL at 7K%%AJZWX>L?'8?IY
M5TZH],'Z"9 at Z3D!!0_(C(EMR5+?2.KRB,K! 784!MF(+6I:R*'50\)W%"S+I
MM9$C5;1(A5(>9 4Y`2%^C3(1-/02:RY]IW(Y.[?3_NG><3GOGUO), ?(!^XT
MJ6 at ;&^Q#8"_QM+)>;Q)3YF0?TB2^>HO9(VA0F[W5J<16ZG&2BF'0H!^30">9
M8C_]F/U'(5H`_UK3<>S%OV;O`3D]9&[G8FE62T6B<]1-E!2)?=2PQ\RB8\L[
M?2_.YZ>OA_ '6MA0#NU)`%1<\_>6O_W=Z>?.<*'):D]T+<5"`!6$#58 at N at A#
MZSBVR&^A-/WSK:8'(YULT= at 1_S"[+5X]O;F*6Z4V4VN*) 3G"?P[GI^\>C4_
M&0PP5-W:JV9\H'DTGHAO=K&Y$$$5DI:Z'3+;?: at ;U,%!N,"HSH7H!G,L41S%
MLJ6ZNZ!U,!6)DUZXR&LWUC$C16^3['U" at :8_FQOKOP-4/_IR at 8OVEW<\FXY$
M`"T/A_WM5JN%)-: at 8*&>O=:#!SG<XY2/[P6M)D,::RD'X\0%E<?_FB;BT39B
M?V=\E/$E8 2TL?X=6?VKW)SM[JJ&9+;#LXP*=9F!8D at IO at )XAYJ!I$2_/D%W
MY<]'^?-)?84S)>_XO2RJWERE0='<W;WBH at .+UHB+)/9([K&>.- -[$WB-PE4
M8![.`W,`?:2-(UGT;PZJQ)] at >^M"]+(1CSWD5I*#K SM(.8S$N04`<]Q!$'C
MWN2;IT!\DA"'"7$"^U Q\!KW,P:)EJ=G<<-7D)+P)49I, A!S_2='<H%6?I-
MT"+FN% AY+7\S7C3)W#%&&DOD#\2..X?)G$&9-^ Y% ;> W2U:LD'4-Y!/5+
M.HUC4)?/Q+<)9[0X)^Q*EPMJ)6<C6!D;.(EMW?]H\WY)HKZRBR'EB ]$6< at ^
M!\OPTW.F.C5-I,!RPKEQZCA"U VBKC3TQR#Z*%N? at NA3[O0`O+^]`V& SCO&
MSP#_/'KZHD5*)<_6D'N/'*!;)J at ]M$B"]^'H,X at at ?7TLU6_IB*&2SL0N at [^ at
M):T1/P?&^50.Z8U#T1M"`18*=R]E%2VPF7 at N",93-'T"]LWM7U/%_ at )$A#_=
M/G\\B-),^/E4?F7EUW36R#[;P4,O!\[Q220%T79";&TK&& %]DK*UP,/" :;
M8G,^I\9[;+1U3YMZ+#P5,A)MJ-%>:^BA;KS6:"C]/15!C_;'BL"#!ZJA97.&
M%!;$(6XZH/P/1Z-D!IM'B")9JDK\AII&9='R;$I,F$ZU5I]/$2A-J*A)Y;Q5
MVT]*-YY.<(4MVMI:N#!(,M)D5%I#9!6+$ 1:%:++`F;!=#7,)$UZ( 4YCJ=E
M]96.?8LQ7\VF?KOE;RT?_C6TNJH'_[&\]QWN0?L4E2L[$NR!,_Z%I^%(G80L
M=^$_9L"8;G\A1!*YPN1AGO6I^+B*/=,WGFHP=Z"4J3ZK1_6YDRKL;S\Y:+ZH
M1_//BVBZ^-RI1_,O99KU4M!VRY&#;I4]4#7T]VXR1['QR3.'P_/,(T,U[350
M;0EF>:$3I3A"J$?X9M-OK%^CFFH](<^Q5J\F],;^_SP3(TN8>+N!<PG,QQ<L
MHZ0WE4)U0E,;`,_8\CS:O\J[Y72^I-J4&P)?I%-NDBRG2>)#:Z5,6.\P;,HO
M<W[R<9V&6U^?OO(!\:0X0SJ$NC<':)K\4+7\/P at ]?31ZMQ%5HKI"H*B+QM4C
M)3_,,>07V.E1)HVCWGCB-1+84U3CPF\W`\BHACWNT at [JSH!XD9> at L,6\KTN'
MNS)!?M%JV&##V,75LH+R3#($(*]H"O,XR[2&CI#RJIDG,-],6GDE\6/-HIG*
M;W/1./V[MX\B?\LPT9=)J\=)<0J(-%B>#!V%Y(\L'Q7$W_O5(JJTGLG3BAQ^
M_T5;K0%K!I$7;05<G%KD at WLM!T)+$R^ZBN;<SMK>9KB9,U/4ON4-W8TV?=;J
M0K%!GQ[ZNEJMY-_R3F_;+_CT6S[>MSEJMUN[:W'G>"U4^[:I7[\XN$7R+PZ1
MK?0O:P$O&R:I:"Y..^7J8.4T4SK,=O#2HFE^\$HCI](O+W[(:D.D2X9?6\GX
M=+%_6],;).HRO*K>S35RV8R.A'^K$YEK)RQO:U;W8KL6JU=OK#J9O4.Z0='Z
MXVKD_+'(7<>,37:%B'$*X9Q,W=S+J99!R,VM*6,M$>]D4N<E at 0//OBY )G&)
M37M(!/66]H)P=B'?-%Y KO4./EP<GAQW3GX]NGASU.D<_.W(U]A2:=^UN S^
M6Y/X/3GIA8+T\BLRS:R:J[ at 9U-<ZO\7A)93U4/X at \\SF'E!XF"4Q5)5-NM)(
M>Y;T\ at [3/"\R2P]ZT]*3/71?)"]+2'ZZ9D12V2Q"7['!J'KOA2#F)M_<S=M'
MU%Z3R$'KZS-9"5T"DY]?YE"9 at =$I8;2<&#,#XT,)X]")$1H8!Q)#QAC53P>7
M&5XFA9>9-\YO(54Q*,?V at F?/56DG\=:>/(%R-!5#^95/OZ.*/8HXHT*49/:#
M[:=5.AD^(BG1:;GI$'O[%0HSGHD2 at <,* at 1(..$H9YYF%DZN0OJ7N8D./Q]3N
M\T$(V+81=DI&0 +JSCKWI.]59Z3#RQ_DA=?YFKQDO][3;J"'[5I*D EG04RB
M9)9&J%>I1&(N4HJ&K!6;\N'2S:)3/8*Z68#*MU U0S3'D2^D7%BU#*&><=4R
MAWK:M\ >\E"--I505>N]:V&.JC5,P <8EI9),.9,3L$L#BDQ'5A0'3?4H0WU
MP0VUTUJ at )E! at +165U]#B.-+8;<M')F8 at ^_)$]Q\\O4RR/*R-[;/>;N?'HG*G
M7=EFJTUV#D;)9ARIQQK5338-&XP$1ONEXL% at :^EQ39S,C",;9TFAMU^T$V29
MOATAX7&G9G54M7'/`)*/($K/4!1%DLJ #8SV,JFJ.S:2::E 4&%XZCP>FD[6
MU>,9^KMT^L0\FBQ/75X1M F,]RVT#-(TJC)2'MI^_HQ\UJ at NU4C5-<J'+J9W
M6 63M*')D5)?A2'#:-;DZD! at +-_%:.[63/9L^YK3EVU1<DRY``R2%.IW,PF)
M\>1-=G6ZTY*OHK)8J.I1#O at [+5\B^575^(X%R%(/Z<=1.$O:"YS(]KUK^'XA
M^=9=OT#N/VW+OHJN48]XYHZOOC2PKU[4RG,(7?K8:B"X=LMOW.\W_)(%$,VI
MMQ>YWA2%6^D"`Z&>)I9QHF/AY\9)W-AMG P&C96XLN]VS3L[W[R)4Q_V56]Q
M3FFTU:NQ([KVU??81LA at M4VCCQ1N<Y]>2B[<&#;H407L?!(VB_JPP(RB<40)
M#/$8GGIF-*+.GV1XJ7"2"XV<:)^FU:= M&:-)P%U$B*U` at 4L>_3#&P"L$NSN
M2]D<!+LYP:XBV#4(=FV"B/ at +'XFP*W&58KI;5$CB_P$B5]B"M^C3GN([^K2U
MI1A8=-Q;Z\*^2R\Q)1>^D8";?I'[FL5),/*-OO3]OU!+`P04````" !Y>E(N
MZV0S_-8!``#]! ``%0```'1E<G)A9F]R;65R+T)U:6QD97(N:)532T\;,1 ^
M-U+^ at P67 at "*XEQ-$5/204I6H"KEYO</&JE\:>T-1U?[VVAX[N^$AQ&&U\_CF
MFZ>/'?).<V:- at .GD6!JA^A;840!$+HWN\&Q[-'8TO51M=,IN&[)+*.X]NR+S
M=/)G.G%]HZ3X/)U\*M:9-(')._!>6C-G8LOQE!FN85X`/Q+;*7/Y/\_H-?WN
MZ;<I&G\\N8B\_RKQSLHV6Y(0FUAQ]0O:&670,2'O8/![,.W"&F\5+,GW%M*:
MI=U%HG=+<2AW/$!J-IEU[3(Q%6XGOL56+_:(18\()JS at =^ at 1OK85RK2X11D]
M%>ZW%F. +P$WD*8S\*P'\7X0-R,K?TQ*8ZUBNKF)78_4RS[8 at ?%P#YH6D1PK
MNH-EESH9E. at :[SGEZR!0^3S$_O- at V:BA/%N?G*(<P&% PAP$9>LXJB2YD]W[
M[,_(%]%$NUQA#V7RX[NHVR at at 4NA2QVGF>7C-3\#&^D."--X9N9/X"K+47S/M
M3Y?6'#VTCF<WW4KO%'^J432Z!XN:AQ> at 7,/K"+^GIW2>M%+F< QO=5 at S$,>+
M'.?G&>70BGC_7Z12Y<T'CJ&\F"R7MW1MVLU>6 at ]I"L&E<^JI3+,NH\QV7.5W
M! ^X at SSP#^;[&[__4$L#!!0````(`#>^#"\KF6& at ^P0``"T1```:````=&5R
M<F%F;W)M97(O0G5I;&1E<DUG<BYC<'"]5VU/VT8<?QTDOL.1:L0.IJ'KNS S
MN>"QJ'D226'K.D6.?4ZL.>?H?(%6A7[VW:-]9]<0;=,DA,[W?_[]GRZO$A2F
MNPB"]HQ$7OSY];I]>/"JN%SNDC2">+/"G'!X\$Y<C%:X"\ISO[]:O!O-$K1*
M(<F0._XP')XS]OLLB4 .B1>&,,^MQ?SR5^^F"[;A94+&N\T28L>X&R8Y<999
MEH*EEZ;T+WN $;^ at #,O)>_OKX4&+_ at F6(8S)Y+T;!VD.SXO;FV2U-JZ3&%B:
M.ALP):TNT^<2O.,\+0S)#B-V?&*.MX1; at /DUS7)W0<(\)] at JO=1BL)45P<O#
MEU9J/K;J_CT!2$^"7]-2F)*J6KT>B!.<$Y at 0-80I)3&"<I($8RNL:!:5E>H
M/GUCVZ[;<3JV8&;_9+BACR)7\9VPH%.(+#U4VS:CL+B(V_ETUGE\E&>IF2D6
M*"ONXV/I#"4_%?6AUU%P'Y `+X(HLAB-YUND]9==FM:3/0TP20*#P" ,'A8)
M(I9WM_!NO;EWLYC>#&X'0__:IY&7Q.'D>C!>3.[&_HVM$B;M%%AJ)M2=#J\$
M;KF+8XC_^/'L3RZT2$A&ZEY<#N:#C_[8= at 2[\^9,H%EVB"08[71ZL=F&S"U5
M>E4J]UGKEV,9Q-[*98B-^B7=,%' 8O-.Y]GFG29L/SYJ' (J6K^['&) ,D#S
M"WBY(UK-,^I;0J=&#:Z9/YL-)F,11K at .Z,Q!P08R1MJ+U$&-=^R-?,'(G*A$
ML()$%IFEK-FR355KT7Z*,IC3S at +P,P,!/$#NYCK9<):*2E:A2I>#X(.J8HLS
M4R\437XSQ]59863_7$L%(_!FZ==($DY.59IJD/UF-Y)^;R9]?$;*N[,%37:^
M,5NV- LDMMH_Y !#`!&!^!-J.RS8<K at \\69O:O4(T at at A*-N]$CC$00[KK:1J
MPWYIE-"Z02M=O^3I at G"',759?KO--?.L<5YOIJHC?0.8I-.+#(VR>QC).FE.
M8'/^FM/7G#TUD+\/%<6(2(0.#_XM1G0>SO=$Z*MJ;+IG-[1? at E6EN;FN$=7E
M76O=S?82"C=;J]TC<=N1DLY;^\ at ]TY;E>#*9UBJVGHYYD/Y%\R&UG+RM%NYS
MSYX0PX# `A%+>S7H`UM_3)BC5BKC30VZ9?M7"7KS<]AJ4TZ?9R9!FT[4:<MT
MK>:1YH-I55:0?"D!PX9JPL;G(20E2-S'_;3T^YKC_P^XH at ',C>L:7^>";AIS
MJQ>"J[#IED=!T8VZQA>G+P?H0P[+5TUUR;N\"\)U-9^=;L>6W27$:KM;EZP`
M5A&FK0CO:;,LZ!."=:-_ZX_G:K1X5U<.*)]K+PM<^4-_[A<R8NZ_+$:3.[XN
MQ<0X?T:,C0P'L(E6K :]GKYI!:4-O)=#W0\5%>1^W"JV%[A%2 533J)^?Q-L
M?Z(#5Y5R]Z+?3^CV#4B&P79 3XPSIA^6^'0W*O! at ^WH)5PGM0W N:$<&$:*H
M))V<`+Y Y);F=Z<7.0PS%/'ZT at 3#% ;8:E[(8I/K3SX)/OFRA1&,`0]L&R08
MF*$I+5-*V at N C+IIQ!0GJ'RN%3N)L1VYH!H\L,44;5J"3$S'0(%CLG&*H9J'
MSX2-95Q8J<Q+M5 at -O)A?A0"&^2XE_S4 at ;C, at O9[Q1.8O>.&$^L5O[%I)JL*E
M[9 B at N^^#]D+6PM>!<8FO3S^P_K1XTL0_4E"+(VC?-879F1-_PU02P,$% ``
M`` at `U+L,+X7PC-9R`0``500``! at ```!T97)R869O<FUE<B]"=6EL9&5R36=R
M+FB]4U%KPC 0?EZA_R'HBRLRWSL15! at ;3!BZ/4N:W.I!FI0DNH>Q_?8E6;6I
MUCT.VI+<]]V7N_O28:UI65&B)(,T&:)D8L^!#"QH35%6I;[;#6* at V*/ at <!:=
M5K2>I4F:,$&-(8M?SJK4:?*9)C>3S'W>-8+DY*"0$WJ at ENHMY9R,?.#VOI_
M=E26\#>' at P![C>,$; 1E$U]DO2\$LMSMO]M*6U(3RT at )MEF/4%J"&S &E0RD
MH Z:&KB"N=XZR+B1(AFIFZ4G.[JQU"*+AA9.WJ L76-*MH7U$)D&:J'E;E^7
MC_.U/X,][(58HGU&8\=1^(5JB_2$-&)K+'>69+5/"NMSH$D+VU!,6\]U1WL(
M%X[V<"X<C3E=1VN-+ at ?RUC9OY?]-H<^[[6)U,B0X7&ME at 5G at ><C at >>Y^EZF[
M'$?Y;$:JHP2MO6ZAE"!5\23?#/C]J?2JT](YU&TK$FJ N?"/^ at `>85ZO"W2[
MKMIY]('Q3!S^Y=X?4$L#!!0````(`)P)4BX'#A(I at ```/(````<````=&5R
M<F%F;W)M97(O0G5I;&1E<E)I9VAT+F-P<%/.S$O.*4U)55 *+DEQ3*O0RU#B
MY5*&"R:59N:DI!859:9GE("E>+F<($)!("$K*V2>1E)^?HY"4E!B7GIJBG-J
M3HX.1" DM:*DM" at 5RO-(!:G5Y.6JYN7BS$52;8O$M at ;+093:0FF(&-0P6Q at #
M*%J+Z:PZ%'>5Y6>F0"P$* at 4`4$L#!!0````(`!<C42YL!W0>= ```, ````:
M````=&5R<F%F;W)M97(O0G5I;&1E<E)I9VAT+FA3+BA*3,]-5,C/2T[EY>+E
M2LY)+"Y6<"K-S$E)+0K*3,\HX>6JYN4J*$W*R4RVXN7B1);22,K/SU%("DK,
M2T]-<4[-R=&!"'BD at F2AG)#4BI+2HE1-:Z#F.A3=9?F9*6!AL,)<)'.0!"%F
M(0E S0.*U (Q`%!+`P04````" "KDO N)42K.D(%``!R# at ``% at ```'1E<G)A
M9F]R;65R+U)E861-92YT>'2M5TUOW#80/5> _L, at %]N%DQ0]]. Z!HHT.15!
MD \$1>(#5Z)6A"52("EOM]"/[YLAM:M=KXT6Z29 1'(X'V_>#"=E\4E[KQKG
M>^W)!%(4>M5UM'*18JLB8>$VM'4C14>Z-MCF&\9266Q,;-T8J5)>1W6G?2!O
MUBTNV9I6>NOP3VPU;9SO:NI,;^*+LO at 3NC8&-HR%*E5%8CU);79DM:6UN3=V
M3;#G?,V:89%U57"J,U:715EXW2M_1RZ=;+R)?*5R]E[;:)R]*HNOM[A8FTI%
M#:_(#;RO.E)^/?:0*HMI)Q"H'[MHAHZM.%/!QO7-XCK=JV[4=$XA>C;D/-FQ
M7VE_P<ZD/Q^C\N(%>P00X<*KXU]9Q&/0X7-PL*N&H6-K1F("_&. ,Z[O at 2A'
MO?,[<#J"CF*G-DVCO>RF``.[(IE]FXQ<OS;QG?AZ0]?O50A(28W/+YP9_/MV
M[+H/G#K(_6%"Q-8'S6%64=>'!W%J)Z3KZ_7OK at <-;O#UWOEX<WO[S7ZSSRY^
M9=L[<S_\<$58F+^US6"1'ZU=('0)U$,$71B&F4CDFCUSP)G996)] at P<W.KW6
M-,S;( at XDJV2J+"0P2$,\L8\9O%$V'G"X+(X#)UP0O 'NH#SRSL3%/BQ4AW&D
M\O ZE0CDD)$&ZK9')N $T6?D40(R70T*>_J1Q5-QZ7OM42OZA61;T0L^JDU0
MJRY=8 at ?*XG1"OL_? at X+&7T5^9X5 .JO]_Q= 9HXDI=8-TYD/I66$.>.GHZ3X
M*NJ_X at COG>VVE]2^:K6TFK2,[>Z<>T\Z*XM$T6PQ?5O5Z]G6: T\#ZAS9K!(
M#?B8`7L at A1!0=*9'C3;;=!;TI5"K<F/'B-UQ_"L`W8"AJ;'AV!/GIM= &J6)
MOO' at 2FAAN!I3ZY2L<&(`<)U:Z/X^J53TVM:SA^ at Y:\TF=5<O6Y$;GNY$92'!
M;%%1.G ;NM/;79_-'6F#_N<V>ZV?PU,ZH9$;(*E-"H0[_$$A*\M$65)PS,3B
M%T>>!:\K#<1ELX=?:JUAY]FRG:'2<Q=!ZK>#II>Q85WKW!!SQPQ"O&?2D/+.
MTN.RD&N9-]<V]T<[A4E/FTDAF%G?Z+F][F1A:O[,7.%HG3<0DN;-+?[ at '!ZO
M=-QHE.-/(OS+S\1,V-U at "4L-ORE at 0GM)018![RL66A9:!;3+C7QO-!<Y#,M*
MW2O at #HUGZ at R at *1O$[Z5^P19=5NB8Y0_.6_C&O.0W*+$[Q\#X+9 JB^?[7UF at
MSH=.;4_B]! at X25_+_')V<DUSH#/I/<9>I,&N.'()6;I*'B_\W(4HKZBN+P%.
MFSB,?6QJA6X&:__J[JEX#A0M at MB[?QJ/`]_SO=2^9M8QVYZ?^IT`(MUD#O+;
M+XVTGJ$^3S,*BKCB&4A:Q at 7S)(OGQ,\-\I N1Q9F2![<.\656>,RNF5(CP"3
M]!VXR]Z>_2;VSF9]V<X\>KS672>3ULV[Z2,MEF^F+VGYQM;[,U[ at Y):^<B)N
M'T'Z>WYH;#LDCDAS'B^X`%XZ?R+R\_9BSDP%1QE8+R7*;)&JF8^]LFMYN.:$
ML[Q4`LRBA^XG9)Y!\APNDT"%N3=[Y_B!GQ6)`E#WX/+B^5^HX*E!QO?4LI,V
ML?S0>2RWR7N DE^O!V,WG7$FSL at T^\$,JO at =TC[W_F7Q[/S;356)%U(;PHKC
MI()O^Q'COZ9DW#URI[(R&Q_ at ""KX4U*:Q^LGR+4G"7K]48M\ at at 27V9U'&C</
MAOS?H*ND-S]]&'<`FL6;BF&-$RZWCW#85VLW",Q3/I at 2%)/X.TF<$Z!^,K:Y
MO$59X_*\F=W9SP__`%!+`P04````" !%KE NC^S^4/ ```"9`0``% at ```'1E
M<G)A9F]R;65R+W)E<V]U<F-E+FAUCEUJPS 0A-\-OL-"'P.Q#;V :RE at :DO!
M?S1/1K%61<7(Q;)"2\B!>XL*TU(2FH5E8>:;9:+H?&:\)W1/&:$LRVE]N81!
M%$&IAWFRDUJ at T]:)$;+-!E[1X"P6E*#-,#J)H/2(VS706B\?/Z'9;><A#%:M
M$R.ZV<*[F$%^*>$6L$Z?A%G0 at O1K)G="X3Y at .K[A8M=0&#QH)5%!NJ^;EN2\
MSUG'GRE9#7/E5#0EG!6'OCZ43[RH/>)];1!ZS_2,OC2>J7E;9;3OTJ*E\#-)
MG/P'9[PL4T:N67B,XWLX:RI>W.#)'=J7I+>O?YN at D5K]W6]02P,$% ```` at `
MZ8H,+YV/*2A>`0``X0,``!T```!T97)R869O<FUE<B]2=6YN86)L95%U975E
M+F-P<'5276O",!1]KN!_B JE"NJ[4L&-O<G8)OL!L;G58)IV2;,/1O?;UR1M
M;#52*,W)/:?GW'LGE"=,$4#C?4FVZ??B-!X.) at X4BG-\8/"A0(&YT\]; at [YJ
M=+7J':/>Z1$S]H"3\PP57GPZ'/P.!T%V>!%Y`E)2?HQ3S"2L#;I7L at !..I!?
M)O;#:VVV\CC^ZUO^S"FQ3DRQ/J(K!B;$)4.SNBW;I*0Y;_WWJA>%DJ?H4J.-
MTQ1%(Q=HBC0K*&SHR%14SJS? at 2NVOVP$+WUK-'NM+(4R;0N^3I1!QT 8CJX\
M0U:4/]&T40D\6>,K1BIR7EKO at ;'C*N>;^O.B==.>O&AI`0$&)2!'M7"%H!YX
M2U\N$49U_%H at 0WF2* '$WAP$X'-#T>_JI at -N<XQ#?^8PO+-6H_CY?;=K8]PI
MFF^H?+)"Z]9#92;IFZ*T_>^L7&?-FW'=74(!4F7 at Y[J at W:6JE?X!4$L#!!0`
M```(`'9V3RY]SZT5[0```/X!```;````=&5R<F%F;W)M97(O4G5N;F%B;&51
M=65U92YH;9#+3L,P$$77M>1_&+6;- at O$.BF52M5] at 05KQQX5"[^P/9$0 at F^G
M3M5'HBQ]/3[WC!<ABJ,5X)U$SA;:24,*8;Y]W_F(#Q_SNW#]0DBXX8PS:41*
M\$K.B=9 at G^^$,<]"?G+VPUF at UFA9<S;K=,PD#'1>*]!I;T/^7I;#ZNFQX>RW
M*;A)X at TN%M.5D,5)O/5J63V-P3T"B7OQ8125R14D=Q69NW=;2!1"NC4Z%G$
M1/;&.NE&W8F,Q3=E5==?I6M](5<;L .+`FJ]-V#;0_024]+N>!>^G5N;\?J7
MQ2JPTQLW`Y7>-9P+KK+EY_\!4$L#!!0````(`)I;3"X-),,CV at ```$L!```6
M````=&5R<F%F;W)M97(O<W1D869X+F-P<$V0L6[#, Q$=P/^!R(=.M7>NQ4(
M at G;*D Q=&8F&6<B20,I ^LGJ5Y1R':#;B> ]WFD<08O'Z3ZXG.$5)G8SDX"F
M51P!1Q=6C 64EQQH(9.!]+&F\-$6/!D$HT?QT'?C"%<2P5.2A63(; at :A+%7-
M3!">*;Z4'U,V<FG)'.KFV6.DVQ>X% L_3G&<#(2%4U2P2^4[__>2]EW?/?&>
MX[!CYD,;MRCGX[GU0BX&DSI5H6C-<+W#GD1!UYQ#;>V0Q=ZQ.E+]TQ[M[N5Z
M?#M]#N\;$F^MRA;&0/M7]-TO4$L#!!0````(`-QF3B[WQRK\2 at $``# at "```4
M````=&5R<F%F;W)M97(O<W1D869X+FAU44U/ at T 0/9>$_S"I5RV)WHQI at BT:
M8H7$-L$;66$H:V"7[D=:_['X*QR at MACC:6??FWDS\\;S0)N<%8=9";?PP+.2
MHX)09)7-$1II%52HH1 at (?6+TAS:?-;V&B9RI_-)U/ ^D_2>[:3->\)TEDMD#
M-$J^H]&PLQRT% :LX177+96JEK+J&H49)-$,&8HI[%"H94Y2K>Y8UW&=BT:Q
M;<U B at S[?XX%%PA)&-U<IZO CU(_6J;/%$PF)! at <:":%_: HKLR7H2#A(I=[
M?>[R,Q#I\>,2=V04E[-R/L9,5C+58^?.]W&\WJ0OP6/PFJXW_B9<I*LP>AJ7
MO4FIC:=PBV1\T\S_<MF9A+&XGQPU1R53?S\KI[^ 9"$5]B"MO(F7,5VW8+S;
M5;5%JY#<`I[Q_APG&[1MFJKM#&!<T5^T&6H]Q,QV9]LJ1L=QG6]02P,$% ``
M`` at `B+X,+TC7 at 8^[! ``:0L``!L```!T97)R869O<FUE<B]497)R849O<FUE
M<BYC<'"%5O]NXC at 0_IM*?8<Y3MV&7HY?+>T*EDJTS;9(64 4KCIM$0J)(=8F
M<<XQI=S1!]ZWN+&30("6%5*P9[X9SWP>CUTJP8!P;GUEW">\:(<AU,'Y.:4!
M%> 1"!D-!#BG)!#\IYS..7BG5AAZU+8$90'8+(B81XK'1Z72\='QT>\TL+VY
M0R ?"<>:OA;=?%8XF5//(=R?\1V%D&'08$_Q!=UX=%)TK[-"7)4R)9,_&>-8
M^&BNR:'%9[8.X\'M0ZM_)F<OWT>%XZ/_CH]R4LWM!H <3T&3T"\U6*V4T?55
M`20J%W($HCK?L[CE$XPM0 at `!GT81#6;/0;[0V,(-(VM&ZEDNX9:*SMR?X*AG
M1=&"<0>>&/<<^#KWO#Z=N0(1)HT$]$DD.+4%<;;$8N6NA O?[YC,#+[W&!>C
MT7.POSIYM?S0VUF_4KVL`4)>PH4#K2>HZ.?ELEZ[J%U>P!D at 2W/A%BU;T!>R
MD'%%19OY4+N\*N\MH>6EZ#GH<1(A$?"#+$$P^&=.Q1JY<*E'-/AM_&/B4J$5
MH*"8?),?3L2<!U"1P+=D%^B:G^98"$8UM4^5D?)FNQ;'($,[I:ZIM-71EE+1
M&6O.MS62XH3&6'\QVG'+!;6V(;51(Y?+I=%5FF=Q1)=Q1$I8W0C_J"CQA#$/
M)HF[`7G%/$E30^OFJ3A=K=1 at ( ?55%)5DGWC!R+W/K%U4]N'U,1-!P^Q[4U\
MCE3!P#2MJ&96K D^)_KZLV\6QBN_8SFUO(CH.WGIVZ%*?Y)3//\")+.2V+A6
M4\)"K-AFN9$Y:WC"X at .6(&/JK]3N;$"?8U!.V6>JXW.\%ZJ&WH! at C+#M+?]N
M4>?7=8<+*)_-<A*&G,B23Q%IO;>Q_V&F]%\\[<5B,:URZ8#;T 1K,58M4FL]
MC6^&;?.NL-LYAH$UP0:*QX2FO at BT>FUT0*P(&^>)4T"W.K:C.*GDD%1W0[EE
M04 PHV FG0T#3(UCXB=1')>>)K\7H(T+"8(9)P!=[8<.G:%I' at at W,9LP+'C<
M6BNPR:]B/E<QJZ:*Z\JR'D=$2&Z,SL#HC^_-[DW+U/'(I!A<54(4?V;WOMT9
M=Y\Z1E_/M 6U`D)E;PQF.^A>O_U7VS3NC7&O]?CXU.W?Z9EN<="TU>N9[=O6
MH-WMZ)#/=,S\0;-.ZYOQ'C[=)H_-L$E_4"NQ4CO >H(XS//%AN=2"3 ^517)
M#8S_'N-;],KH;[N=QZYIC/O&G5Y.,WQ'?]\WC,Y!Q(TY-/1JK99"LON\QG3-
M.UUUCT.H]J"%6_"8`0[BV__;#/NSO]S,FIMAO3XCXA$3]HA at at 99M9XG99M;<
M#.OUN* WEEO7 at [Y[&>B?UMU4_Y3MD%N[C>\A(HLDN=(SAU$)] at I X>51C-4?
MUT$,3'"_JH=:VBNP&CQF.3* at $!\B4,;?9 D.F5IS3^#;+)<E]<]K9+*'.*VL
MES=W0YJ;`D[C1T2?6,[R.?B;S<&V` at C8(HGP!-\! at 0-B&1(H80X8.CH%X<HZ
M]'W41> AG>\^'"+!0I5/EJX/'A!9%A<6*O 5D_*W(=# at G'%PYFI/+)# #\E+
MV;M4L[>$0H= at => ++U-%C:QX0U]#W7L8CB/?;6P)6EKK2(R?S)(UY,7R)O'_
M`U!+`P04````" ":6TPNA<-AA5$!``":`P``&P```'1E<G)A9F]R;65R+U1E
M<G)A1F]R;65R+G-L;IV1P6^",!C%SY+P/S2<7&))45 \[ `%EQVV+'/9S at B?
MIDMM30MFB]O_OJ(XAQZFWNA[Y??>]_6!Y4IJ.2_1*]-5QM&TK HFT53RJF12
MH GCT$,3J9:9N0-*U^+()<2VGI1\A[SL.ILPIF.:QB$.8S_"GI<0'":>APF)
M"!U[QO7[W\X-ND7."RB5U3A03J]U=-?YRA!K=9.F01+$ at PC3(/:Q[X\2'-( at
MP(-A&)*^-TS\4?3MV%8JBJ:%;=UQ.<NX;75V'U,CFJ[=_214BCE;5"JK#W65
ME8*]9W[J[/S'; DN,6X"LVIQI'M&?P8.F0;CF.Q6TDERTRR!%8 at "1,Y ;W.E
M+O\$GXLY[=_F=,Y;FKL=S(T,>PUTOMB/^O7&Q*!_,2>N&"\."[N8TJRSU:?1
MKF8=.AV3_MUU^E&"T&S&."L_=]95;];B1$5Q+\[#_"JV]0-02P,$% ```` at `
M%2%1+C1K;:K%! ``-Q,``!X```!T97)R869O<FUE<B]497)R849O<FUE<BYV
M8W!R;VKM6%UOZC at 0?>Z5[G] T3[LZJK0\M%6"NP5)=!%"X4%VCY6)AF">QT[
M<IP6]N._[]A)+H1+2\-J=[72/E <>\YXYGCF.+3Y>16PTC/(B K>LL[+9U8)
MN"L\ROU2JV0]4.Z)E^CTO-JH6I]__/BA>4^CF+"IBCTJQE(\ at :L^?CA)1[-U
M""TK,2EU/GVR<.D^<WY9/CO3$[<D0*,92$EZ0 at 8 at K8V#F[N^T[)^ZW8;3N.Z
MUC[M-*[KI_7ZI7-ZU6DT3FL75U=GU?,+IW[9_D/#?H;UBY!>2P=:JVHG% at 9Y
MTAPSHA;H/-)/FT?]D.YO`%;%6%=RYLV.X OJQY(HC#OUD)O;<N/ //9_3YR9
MZ5&LPE at Y5&(V0JY3BV2MSQ5 at PAXE"O9;Y+9)V#Q/5Y9$$A?Q4U MJVK2Q+AF
M0C S2N.Y[W0&'1&$E('4:PGX9!0J&M!?C=N6=9;.CB6$4K at 014(ZL*"<FHR1
MG/YMK6H_.MWKNQO[L3.ZG8X&W10T1+. L D&31DR/YO<94O7)*+N).:X%W26
MX'Y!5[5T+9T>T+DD.NE&AHD7"YV4&TNJU at ;5LGKMP31S>A<!QNDF.7D_`?%
M;MP^$,FQ5 at ?P#&PSZX!"<B_JUU2-A51D3ADZQ_*8,PBB7,R&_#[7IV_8Z9E!
MRZHGM;&?XCA2(KC6^1N.7[<<4/XE=Q!MSS,D$^9 "-S#9J. $9&7QTAA`&Z9
MT7EV:*:4>IAVR_KN^Y&IJA\J6XU3AA6DMGJC/G<E!, 58;I"DH6^SX4$/%T2
M,Y6RKZ/#/7$G-U"V_O)2ZQO at ('5U[K"2HPQY]"4)'(+$D at C>"C#TLF2F\7RZ
MCA0$7ROZ9$:D#VI(W"7EIM!?YW'8=P8'J!Z+2)DCZ3XC!8>,)12QU>R^QW0"
MD8BE"[D.?-W\`>93D,_4Q0H7JW5*OG at '#(N'B760CZA9R<G'V\(U`09X>&]*
M5VKSIGCE;-XO7V;R82D8I-645RA3;7]%XK+ROV%B3MCV6K[]^YQA\?5B[NJU
M[BHD/,HYZ'*"HH')2XHK;F:9]S(*J.IA$C 65-.TLYKL#M at 3Z7W:#D-&W7V=
M]:8 at W^X5Y*D.S1\C$_B5<[>KN?7W:FZ2=):K$5?=`KO^_R5IKOW'I3G3OX/2
M7$24]^AK5G<3P-/&;+3C?%EW1D.G/>L)YIFCS1;_%^:_79AWII(73UU/Z?LF
M#E%'C/O$^]3$7S(FR3$E)BW+#4/;M=W5RO9 at 80N/V10_R_#)GA-EDRC(A%1C
MDX!1M'';9Q at 3M6Q9AG L6724F5:T[?M at 0_]8Y(3Z2U44BYIF2O>7&&(H"IX-
M$=XVHE88.D8H;BK7A9%;JG ,E/(C*$Z18^(7)BE2'EFLME")Z;<O$OM^`Z6(
M[>XX<&^_=HU\59TTZF_?;0X&EG_'^4=#VV+:#+%37VGLQ.F^QEYB$X?V$AM[
M&=B48U]S]U OMQ\Z>*>4ET4.O/U2S#[3BV- NI2/P25:40B95XI"T&V=* ;<
MJ$0QW*;1C\&9-B\$E.F%6 R52L,>S($BS^[??64N79NZPL:747L>A+;'?%NZ
M5?PH>TZY+?W(]NG"? at I]_(#Y8^W?,XEYIPJPO8905BNU!3(Q)Z/DYDU^)B3C
MRN:A6=GS[RZ<_Q-02P,$% ```` at `E[X,+Z<*+6$8! ``5 T``!H```!T97)R
M869O<FUE<B]497)R86EN36=R+F-P<-56;8_:1A#^#!+_89)(E<V9I)6J1.*M
M(G<T%RF'Z(6T$5_0 at at >SJKUVUNM[47KY[=TW+S8UA'PL7_#.S,[./,_LS+Z at
M;!,7(<+SCR*<;!]>[IYWVB^<4"#GA+(DX at >*=4'C$ ^E(N$%(QM!4W:HR:3F
M2X'\42LZ[87Q?!/Q+NR_^_UHM;CY2%D4HTC9:/;IPX>!,K]+:5BSVQ$6QKBR
M`:XV<AUA")XR]#OMKYUVRYK/2830W12<(Q-6-HI0N%,\OS>6:V7GD?L59<*;
M_+5:3&]O)^]GJ_GDW73UV0^.:)9^L"5QCKX,LT6WX-4/>J93\$'%TWKU"D+*
MQ2-D\B at EJ-OVQLGZ4[9(KXC D78Z:#(JLE :>/K IT[[2<$C/8L=S6%;,(T^
MD#A.[Z'(0:2P(W<(!'*:9#'")DTRPHE(>:==L)Q&3,(F,P,)P2UN/?5)%1:?
M`W#?2U\EP%$4G('G&?U//S_\+G_^</C+:_\?(UR6PH&-["C/50(T:5\M at /4*
M,/AI^"0#>">16.6H>9C^.9TM'!M7D\4D at ,7\MF!_J#K[3XE(U( at &[3N.IK.K
MDWZ0A>>XN;R>S-Y-I:OF2C4NZKDRO*] at Y! at N<:\9&WRKB%9V5BY!DEGY1!>&
M3*E ?9#,CY%UC%KB:90'57N=O%9>RF)Z2S9_'\1WU,YK.O.8\X983H0`#775
M[W]K3OV<>G%YGU$39]HZXIU]+L)^/R'9L'K? at DI[ZH[[?2H+1-U*R-[++[5M
M*Q>>68X2979#LI=KC*CL6# PBF=[C:S+O?SB`GQ58"'*:D$CZXUSW*0LU VU
MY?9M8B2VV*QU`P&GM24]35:5&CC at 3F=^V!1T%V[N0<$Z36-87W*4_<]R+!XS
M#'$+&N*,4 XG0 ;U-Y=& at _ITZ +'O(B%$M=:(I4-<53V11./;8<_3FLJ*=B3
MM:62+>7>S0VM'T&-3O#=Y A3S!D(P >:BP#R75K$(:QE8P]##']31LI+B8[9
MUC)Y52^NP;>:2]! J.E.^QJA+$<NO!(_'7E at G/O&] at E0#JSZL79ZMW03JQI8
MO4JY4I357N<(D3)H&/_RYMFE9ZIB at 0]R(]H:N48:[81=S*4SY'=XG<88:%HO
M,8[+TE+?R_([+22#YKMTJ*#F`G+K\JUY^'1AR]/$+DZTVMY8\N-I_&]DES,:
M;Q]M&6 at ]1A.?#<U&Y0(J(ZD$$*CA[[O>:"(^N%AFE]><OQF^6GPQ>OWKH%PM
MW<K=R)$Q&X_?U.1+(U]:></M&KG;7:L^P6VYU9C7+[(R9'U at S^X;#M_X%AHK
M6BJ12UY%=)"Z1>Y_E;N+^8>2/V,Z5Q\*1XV\VD3N0M- /_&^^'[O/QWAMW-"
MW$]ZZ_J at 29SP3_-IDHG'ZF-!-<^F7&H/^.8;KEA+* at _R?P%02P,$% ```` at `
MQ[T,+Y.4S,BH`0``8 at 0``! at ```!T97)R869O<FUE<B]497)R86EN36=R+FB-
M4TU/PS ,/5.I_R&"2YDF?D"'D&!"XC*)CQT0ERE+3!:1)B5Q)A""WTZ29NL8
M!>U4.WY^MI_=D]92T5!B-(.R.)&:*<^!'"-82Z5NJ8"SU?%NQ'JMZ5+!JP>_
M%SMO:'M1%F7!%'6.7'FI.-C)QI_/[KV^9"B-GO2H>5=I)FQ9?)3%T;.5H/D>
MN/5+)5D=PE\]OEH;R4]#]"B_W89N1T0`1J.2&HF,UN.8;.VG\=(81993"Q0A
M)4<6X at `S2=4!YO"&WD*&WX 4*\S.K04'= at TW1L$X,4]!J4V5:#]M;.,U9GM#
M2-S*6"0N4V:11N39FB8[J:T.%H;I at -5PH02-KH at #I K_(1U2E&Q'\R37 at ]1"
M`1K=*YJ!29L5U5S!(I_$ at at 5?`-]B6RO70<NZW\./W3CD=1T.X]QK)X4&'GL:
M[V[L at C3Q.Z-MQ-_G^[J+]S6E2EU1]D)&I&ES3 at C8]Q_17VD[Z.Z$TNM?`BSF
MLZT":1Z#P!!X_0]MWT3(^!P\YS_;K4EWSF1PU/07]/=^`%^UU^3 Z&D37X=P
M;?>65B_===/B^]"N#Q/\<_(-4$L#!!0````(`'"+#"]0JK8/^P(``+ at (```;
M````=&5R<F%F;W)M97(O5&5R<F%I;E!A9V4N8W!PE55M3]I0%/Z,"?_AC&5;
M"XCNJZPF#IMILJ!"R4P=(9?VEMZLWK*^*++H;]]]:[V% at A$(O?><Y[R?GO.1
M4"_*?0RM<>:?!:M>V&H>?"R)&4X21. at 2+? F9YGD]&^.DR?!X%]' at J\9^.1$
MNQB$9D#XZ;9;'MWN**<4S2-\D^,<0WNI)&ZX3D$SFP?_F at >->REJR4>_I+B2
MXDK*&#-GJ(>M8W'?UF9MDP1R/EDZ\3G*L!6 at *!6T9<+<#(S6SQCYA"Z AP^?
M?/[K]7J_::NK?%)/U^12^=)G6 at Q^?MY*QXN>CX>8^#(X`>17J*!CJJ[,+V2H
M/.0T)0N*??!"E ! A"DWRS.J?U9UQ'4=D<8^GM7"!6>W3$K6(D]I&"=9^Y49
M8K((L[2_Z2R#9'B5Y0GF/,8]:D."/4P>,,04"Z5?4GADVD*(`U!=!RR?"-I'
M3$"Z"A: at QQEWR3C[-7/LT>CL<C at ;7IW;LUM1`NGW'IC["N-![$&.+UU; at O/
M&=:H1F4R6>'BEK!CWSJ3D3WNPF=6):%&Y89K$6F#/>(7]N6/"T>7#N($#![8
M<1_6\$TK`ZP['1-X?TC02H)65="J!#5(`,:NH*7AV>!J,G1,L"SX6DCQDG%]
M0%)H!1'*6G#(:A<]B0+*X. !1?Q-/I(2]PBE%X)QMX*.ZK;IW;HXKZ?,U;;6
M,XW&,V#V"A8FWZ6 at TU$JW at Q2%6=7E&50JO J*IY<3#.2B';5 at _0<"=SGI-;^
M=6&^1T4E4/[W_/88L:DOIDBCJ8_*^NX?VS<3>SB0S:]-QRP1`Y.9DOU;L;3
MF:R4G/4C' UP%*EQKVZNFF,)9G%0T*I;XJ?ET9U*6]6AMVE3I>U=1LM<[[$Z
MC^.H:HRD12*,#8UEAOH[ZU!L!BG(>_/#JY at IVJ!F81V>(M\W*'X$YYKM2L$P
MLI"D74D;?"]=XE033%&RHAUT`%O'.EQSCO=5>2D6KL:W-':_5O-+177M:JO at
M/11%<^3]444;R'+Q15=C_O!4ZT"#H2WK6"S8_U!+`P04````" `RNPPO=U#_
MY7D!``"4`P``&0```'1E<G)A9F]R;65R+U1E<G)A:6Y086=E+FB%4LM.PS 0
M/*=2_\%J+VU5\0')J80*.""%M at A4A)#C+(F%XP3'KD (OAW;<1.'AU NWLGN
MS,[N3FN!\Q*CBA,8CZ:4$Z8R0).-XARG#*X5*# at I)N.1^0C#38-V27QZ4^^J
M,RPAZD 0`E-^E8L>2C2+)A!OD5?<YB4XUWKOXU'P)"CP;)C< at P.E#O:U:I4R
M2D+]UZ.>42X1-:^[9??<+P>NT*)V%5;68G.C\ND3'2J:6;0I*B%1#O(":%[(
M5F$#+ ;&G(B+]C9?\8;F'#)$"BQ,W0Y>I1+P;Z%11*K.M.=>/:TJAFAS'$;W
MHW>OB8* at ;#U'PWCOQ5MX4:"7;6H%/6BN\& at N*#%N6G?WR>I\_;B]W*\?O*>A
M,6Y,(G%V_LXT+0=EZN_OV_S+GPNP;542B(0L/ ZCXBYOS;-9/Z,.UO38XA_1
M[U<:HG9.:'4;8\923)[M\7FWXV7/O/VCA>P#=QU^:K< at VQ%QY&['<;M=T]Y\
M.&]/85%Z at ?7P!5!+`P04````" !%KE N6B<59'<!``!/!0``$0```'1E<G)A
M9F]R;65R+U1&+G)CO9/;;H) $(;O27B'*=YH;*! at ^ at `H2$ at 1& at Y&$Q.RX502
MNI!%DE[T87OK6W01#5A;C(EV+G?GWYE_OEE!`"< at :;&%, (2E65>D2 J(=GA
M'=E! at 0 at LTH#D91YO89F6%<I at -A[S+",(+#-(<9!55,E1Z5[)OW$L0R_"*$YQ
M!/*KXWJ*;OFV*BN6::Q]9[V86H93ZV\833N"`%K3]U?=^38EM:L,M<; 55>N
M;LX,3U%!.G.!X at ^:>O!PN>H50:M4F ZE;R)WF G8+5(9)QE*2QAZO,./]I32
M&!X:4N%0GJ]H3X[EV3/55PQC!)^?T+UT95OSY[9,I89L:IZLJ2!*CR#2APJ"
MDG<$01Y&?H&2:"A*S]*QQHEMW5Q:+ZIR+_X=OLT9RX at GT(%EIJJFFRP#-#I[
MNWFBU%53J252GZ1=EW9?N W98.Z0T'UITO?27Z)!A$.*A at 9U=#ZY'PD]B"\/
M[HJH"Q^(XO]$>LV7GO!'ZK?_O]V9XQS_"N8;4$L#!!0````(``"+#"_6#1 at I
M& ,``` at (```;````=&5R<F%F;W)M97(O5$U2=6Y!8W1I;VXN8W!PC51;3]LP
M%'Y.I?X'KVA50M.I0S DBBLQ]L +$V-%FLH0<A.WM938E2] -76_?4Y\G#H%
M:;PD/A>?Z_?Y at /&L,#E%O9\ZOUB\?%KUNIV#1JE+:3C)-!.\MG0[T^M;PR]J
MS=E9(,1S(0HTG](7;21-G71%V7*E0;B15%'Y1*]$05/&-6*7M"A^I: at YS_Q9
M&*[A[ ,BM1)2(P4AOQI6Y%0>HH44)0CIE$I)&+]>6OUZ)R3=SI^HVXE*7QWV
MAW&M=2$Q_)TN+!:WI-KN2L?NM]/,G&8&FJH-['Y.X_.S,#^TA%60/^ at *!^?:
M%G2& at [.U;5\MZ&^XH2?!\FH6X%AOI>5M=QTX16[B!.JZ_SP:C1ZJ" at Q7;,EI
MCK(5D8ADT,S.P2XN8M-R[88$PQI\.=ZWS< V`]M"2!376\>C,3N'"8[98)" at
MJJ"HMMV0);6C]_$GD]-QRS9K;+.6[986L#5_=1B[8.?GI\DKOR ,^,T:/YAZ
MI3Q$%ANFT#C<RW"RI+JR0H+4W4^U-!0R+5#\P=T<3IBZ6T_%-Z)IG$"G+0 at ,
M)XKR_%)P9?%W396J(O<8(J6=OC:D*#9H;M0&Y>*9%X+DC"^1=M6 at G&B2HCE%
M:Z(9M;S:""-1)LJR)#Q'3"'!D<I6-#<%16=)SQ4826J7RM&"%*K&:;3U=7O&
M^%(;A+ '7 8HCK:(VLMO>/G&[92<,FZVDS;S3_:S`LY\6J<,J=GO!X'!^\W(
M&!^='/LXT0[!MC1K</VWBF_[Q"T&)&5(9ZBXW7IX^9TE!LU[N X&E7+K2(1D
MMO\:#">-],-0N;$?0RUVC%I;^,0)T,^R1"A+,"L]KUA1850H3[9DQ[/OMKK*
MLS+7U;1YGUT:*2V>_)L6-&DOU.\`Q(\'`Q^L2=/OQ\$%L#Y at O!<UV;%%9I at \
M/P*J'Q75L7]8JGPHA:<D]<&&E3K=BY=Z%-:7&K+5#96.6/=')R>N^DBMI9W$
M( at 9+VKOC9&Y)H at 6R^1'$;) at 62TJ4)=/'//G->ZG=$%"I'0:4_R5XVSW:X:%>
M"G0)B' at ?$BKHE=0!`>A=O4A6W/X#4$L#!!0````(`+1^4"Y9WVX]] at ```!$"
M```9````=&5R<F%F;W)M97(O5$U2=6Y!8W1I;VXN:%61S6K#,!"$SS7X'9;D
MT at ;3!TA.;2ZY!$KPH>0FRUM;H!^SDDR at M,]>V_+/]K;S21[-K/<=B<8(<%9B
MGNV5E3K6"+L2B82RUX9>VQT_>(]*UYAHGDDMO(?R>HOV30;E[!&Z6&DE82!6
M5'HP_<ZSQ(YY]L2N/E?.::A*?(1(6"1U0=6T818?A!ZIQXO36" at ;0)U1Z\\"
MUOF^S"[:,,^+(?C640`_6\[!#_!%SLRBV&H>H-O$RVF(^LNS]D[5$YV24=Q(
M1ZH7`:=RS,TPN_4[L[1E),5C at +<>\5C*I.;_Y9W)L?\FV2MI"<9OSZR+,&P3
MP\'/:?RC?U!+`P04````" #TN at POH<_D]P8"```[!0``& at ```'1E<G)A9F]R
M;65R+U104G5N475E<GDN8W!PC5-1;]HP$'XV$O_A2C4IB6#M7HN"A#H>)K&.
MT:!.>XF,8XJU8&>.LZR:LM\^.[&)6]C6)\=WWWWWW7?.)>,DKS(*HWN5S7<_
MW^Y'P\'E,: at *6?'O%95/;6(XV J1HZI(E4 at SK.C41EI(RGA:2/$H:5GJ1$*E
MQ(RO\".%"$ at E)>7*W*:&Z(= at &22K=<4_F]J;FSWF64Y3U549= at R!087#P:_A
M`'D$DYG at EOV]A at 6A9FQ>0TIY] at K.!<]:2L1V$. Z-1-",'](D\5Z/?]PE]Y^
M^KA:+I)%&()A\?R &)2LS(1("SJU1>=W."^I$^QK_=U?/(UG at ![.\S at "U5_&
M\X=;G.=;3+Y% at &OW;<<^>&6Q5V5D'_K*N"]T>KMU/[-8/Y# \C*N0)+XVGEW
M$?B=)C-6;HI$Z)71('3>>2N(??3TQ%AG'/JGK0C5>Y93W;POMJTZ32?%+HNN
M(B at 5E at HP<%I#"X3HJDM*HIOHQ^">4I=],>"!F?/+&,Z%OYZ&[ZFFX82VK\T*
ME.0H"!526ZICHPW'6SV4$E:55:'1%)>"PYLL'(VU]X[HF:UWF^72Q4T';\47
M;;)OZ*]_,B/V2VL:7Q^I449SJC?B05VJZ4Y[G%N3^SL<2'M>8Z9 at )Z0;30`1
MAZ)M8<W7MK> at X)U5T;Q\.6[$QKZ\OXWXO_'.CV98)565-(:3.&[!S1]02P,$
M% ```` at `.;L,+_,;6R/!````; $``! at ```!T97)R869O<FUE<B]44%)U;E%U
M97)Y+FB-CT$. at C 01=>2<(<);)08#X KX at 5025R2H:W06 HI+6J,GMT"*EVZ
M:-+_YL_O;] at J+&N$1A+F>R&71!C*(#AJFIQOFRIPH69*(9<MEFR<^!X1V'60
MI0<C]X:I>PRM*00G8('$0MC,A^]-+/:]Q>Q<9E-8:L,BT+-8)Z<="E$ at N42
MU^]]M;7K+V>_;S at =8=$T`I21,^DT:MMAT%"AI(+EGP=RBAK_,C))X6=L%>]1
ML_$';NW:44.>6[V>A1T][7D#4$L#! H``````#D`#2\````````````````,
M````=&5R<F%F;W)M97(O4$L!`A0`% ```` at `ZHD,+]N:YC `$ ``-$D``! `
M`````````0` at `+:!`````'1E<G)A9F]R;65R+T%W+FA02P$"% `4````" "3
M?E N=[K>FW,```"B````% `````````!`" `MH$N$ ``=&5R<F%F;W)M97(O
M05=#;W)E+FA02P$"% `4````" #8B at PO$Z)R&G(,```M. ``%P`````````!
M`" `MH'3$ ``=&5R<F%F;W)M97(O0G5I;&1E<BYC<'!02P$"% `4````" !Y
M>E(NZV0S_-8!``#]! ``%0`````````!`" `MH%Z'0``=&5R<F%F;W)M97(O
M0G5I;&1E<BYH4$L!`A0`% ```` at `-[X,+RN98:#[! ``+1$``!H`````````
M`0` at `+:! at Q\``'1E<G)A9F]R;65R+T)U:6QD97)-9W(N8W!P4$L!`A0`% ``
M`` at `U+L,+X7PC-9R`0``500``! at ``````````0` at `+:!MB0``'1E<G)A9F]R
M;65R+T)U:6QD97)-9W(N:%!+`0(4`!0````(`)P)4BX'#A(I at ```/(````<
M``````````$`( "V at 5XF``!T97)R869O<FUE<B]"=6EL9&5R4FEG:'0N8W!P
M4$L!`A0`% ```` at `%R-1+FP'=!YT````P ```!H``````````0` at `+:!&"<`
M`'1E<G)A9F]R;65R+T)U:6QD97)2:6=H="YH4$L!`A0`% ```` at `JY+P+B5$
MJSI"!0``< at X``!8``````````0` at `+:!Q"<``'1E<G)A9F]R;65R+U)E861-
M92YT>'102P$"% `4````" !%KE NC^S^4/ ```"9`0``% at `````````!`" `
MMH$Z+0``=&5R<F%F;W)M97(O<F5S;W5R8V4N:%!+`0(4`!0````(`.F*#"^=
MCRDH7 at $``.$#```=``````````$`( "V at 5XN``!T97)R869O<FUE<B]2=6YN
M86)L95%U975E+F-P<%!+`0(4`!0````(`'9V3RY]SZT5[0```/X!```;````
M``````$`( "V at ?<O``!T97)R869O<FUE<B]2=6YN86)L95%U975E+FA02P$"
M% `4````" ":6TPN#23#(]H```!+`0``% at `````````!`" `MH$=,0``=&5R
M<F%F;W)M97(O<W1D869X+F-P<%!+`0(4`!0````(`-QF3B[WQRK\2 at $``# at "
M```4``````````$`( "V at 2LR``!T97)R869O<FUE<B]S=&1A9G at N:%!+`0(4
M`!0````(`(B^#"](UX&/NP0``&D+```;``````````$`( "V at :<S``!T97)R
M869O<FUE<B]497)R849O<FUE<BYC<'!02P$"% `4````" ":6TPNA<-AA5$!
M``":`P``&P`````````!`" `MH&;. ``=&5R<F%F;W)M97(O5&5R<F%&;W)M
M97(N<VQN4$L!`A0`% ```` at `%2%1+C1K;:K%! ``-Q,``!X``````````0` at
M`+:!)3H``'1E<G)A9F]R;65R+U1E<G)A1F]R;65R+G9C<')O:E!+`0(4`!0`
M```(`)>^#"^G"BUA& 0``%0-```:``````````$`( "V at 28_``!T97)R869O
M<FUE<B]497)R86EN36=R+F-P<%!+`0(4`!0````(`,>]#"^3E,S(J $``&($
M```8``````````$`( "V at 79#``!T97)R869O<FUE<B]497)R86EN36=R+FA0
M2P$"% `4````" !PBPPO4*JV#_L"``"X" ``&P`````````!`" `MH%410``
M=&5R<F%F;W)M97(O5&5R<F%I;E!A9V4N8W!P4$L!`A0`% ```` at `,KL,+W=0
M_^5Y`0``E ,``!D``````````0` at `+:!B$ at ``'1E<G)A9F]R;65R+U1E<G)A
M:6Y086=E+FA02P$"% `4````" !%KE N6B<59'<!``!/!0``$0`````````!
M`" `MH$X2 at ``=&5R<F%F;W)M97(O5$8N<F-02P$"% `4````" ``BPPOU at T8
M*1 at #```(" ``&P`````````!`" `MH'>2P``=&5R<F%F;W)M97(O5$U2=6Y!
M8W1I;VXN8W!P4$L!`A0`% ```` at `M'Y0+EG?;CWV````$0(``!D`````````
M`0` at `+:!+T\``'1E<G)A9F]R;65R+U1-4G5N06-T:6]N+FA02P$"% `4````
M" #TN at POH<_D]P8"```[!0``& at `````````!`" `MH%<4 ``=&5R<F%F;W)M
M97(O5%!2=6Y1=65R>2YC<'!02P$"% `4````" `YNPPO\QM;(\$```!L`0``
M& `````````!`" `MH&:4 at ``=&5R<F%F;W)M97(O5%!2=6Y1=65R>2YH4$L!
M`A0`" at ``````.0`-+P````````````````P````````````0`/]!D5,``'1E
at <G)A9F]R;65R+U!+!08`````&P`;`%T'``"[4P``````
`
end

object changing help

Sep 12, 2003, 11:04pm
please post a more complete code ,
that would certainly help to see where is the problem :)

Regards,
MilesTeg

"swe" <swe at swe-e.com> a écrit dans le message de
news:3f626141$1 at server1.Activeworlds.com...
> i get the info when the user clicks the object, so im pretty sure its
> correct.
>
> -SWE
>
[View Quote]

aw_terrain_set()

Oct 21, 2003, 10:14am
the rotation is indicated in the 2 upper bits of the texture byte :
http://www.activeworlds.com/sdk/AW_TERRAIN_NODE_TEXTURES.htm


"codewarrior" <pete at accelr8r.com> a écrit dans le message de
news:3f94b7d2$1 at server1.Activeworlds.com...
> The SDK doesn't seem to allow a bot to set the rotation of a
> given terrains texture, although the browser seems to have this
> capability.
>
> It would be nice if the SDK could specify a rotation value.
>
>

problem is aw_address

Mar 3, 2004, 9:21pm
hi DM Mercury, i use aw_address without problem but i don t use it like in
your pseudo code.

aw_address is a blocking function so you can t be sure of the context when
it returns because while in a blocking function , events can be raised. that
s why i suggest you use the callback.

a rule of thumb is to never use a blocking function in an event handler.
blocking function may appear simpler to use but they lead to many trouble in
a non trivial bot.

another point is that aw_address asks the world for the ip of the user so
you should do it only once, in the avatar_add event and then save the result
and associate it with this aw_session so you don t waste time asking the
server again and again :)

Regards,
MilesTeg


"dm mercury" <dmmercury at houston.rr.com> a écrit dans le message de
news:40462e14 at server1.Activeworlds.com...
> I have been trying to make it so IP's are correctly logged when ever an
> event occurs. However when there are multiple people in the world, the IP
> that is looked up is reported as the same number as the first IP found on
> avatar add events. When chat occurs it displayes the correct IP so does
> exiting the world and object / avatar clicks.
>
> I have tried the code in VB (com wrapper), Microsoft Visual c++ and dev
c++,
> all produce the same results. Maybe i have made a dummy error with
> something, but i just cant seem to see why i am getting the same result
for
> the IP.
>
> this is the psudo code
>
> sdk.aw_addres(aw_int(aw_avatar_session));
> log (event, sdk.aw_int(aw_avatar_address), msg);
>
>

Brant's PaintballBot help needed

Jun 8, 2002, 10:58am
Hi MrBruce,
Just a reminder :
ocx need to be registred.
To do so, you need to use an utility called regsvr32.exe that is in your
system directory
copy your ocx where it needs to be then drag it on the regsvr32 to register
it :)


Regards,
MilesTeg




"mrbruce" <MrBruce406969 at aol.com> a écrit dans le message de news:
3d01e50e at server1.Activeworlds.com...
> Ok well, I have Windows ME and I ran into this problem months ago with
> BillyBobs RPG Bot and I put the file in my windows system file folder and
> that program still would not work.
> I had Brant's Paintball 2.4 and it worked fine it did not ask for this OCX
> exstension.
> I obviously need it for the bot to run, so I need to know exactly where to
> download AWSDKOCX.OCX that will work with Windows ME and how and where to
> install it so the Shoemakervillage 3.00 PaintballBot will find it and use
it
> correctly, without screwing up my OS.
> I would really like some detailed info as shamefully I admit I am not that
> knowlegeable about SDK or C++ or Visual Basic stuff. Being a world owner
> does not allow time to study these things LOL.
> HELP!
> MrBruce.
[View Quote]

Brant's PaintballBot help needed

Jun 8, 2002, 4:32pm
did you try to register it like I posted earlier? :)

MilesTeg

"mrbruce" <MrBruce406969 at aol.com> a écrit dans le message de news:
3d024178 at server1.Activeworlds.com...
> One more thing, after adding the new awsdkocx5.ocx
> I am still getting the same error at startup of the bot as I posted in my
> first post, so that did not help either.
> MrBruce.
[View Quote]

Brant's PaintballBot help needed

Jun 9, 2002, 8:21am
consider regsvr32.exe like cobdump3.exe .. this utility needs the name of
the ocx as argument like cobbump3 needds the name of the cob file...
ocx are a special case of activex dll.. that s why regsvr32 is talking about
dll.
you can register your ocx like andras said or simply open Explorer, drag
your ocx with your mouse and drop it on the regsvr32.exe.a messagebox saying
registration succeeded will appear .

Regards,
MilesTeg


"mrbruce" <MrBruce406969 at aol.com> a écrit dans le message de news:
3d02aa3e$1 at server1.Activeworlds.com...
> i found the application regsvr32.exe and click on it, but seen no where to
> add it, ok question. Do I just copy and past it INTO the regsvr32.exe
> because when i just click on it it says in a box with Exclamation point
the
> following>> NO DLL NAME SPECIFIED Useage: Regsvr32 [/u] [/s] [/n] [/i[:
> Cmdline]] Dllname
> /u- Unregister server
> /s- Silent; display no message boxes
> /c- Console output
> /i- Call Dllinstall passing it an optional [cmdline]; when used
with
> /u calls dll uninstall
> /n- do not call DllRegisterServer; this option must be used with /i
> That's what I see when I double click Regsvr32 in my windows system
folder.
> Now what?
> MrBruce.
[View Quote]

Re; Tw is a hacker (dont knwo iuf first post worked)

Mar 8, 2003, 12:16pm
that is wrong dan
He doesn t work in Mutation, we ejected him several times

He is not welcome in Mutation

MilesTeg


"d a n" <awdan at aol.com.nospam> a écrit dans le message de news:
3e69f740 at server1.Activeworlds.com...
> 1. Use a spellchecker
> 2. No, hes not a hacker. He works in mutation :P
>
> ---
> D a n
>
>

(Newbie) - How to use an object's name in an object search?

May 27, 2003, 7:48pm
Hi Chris,
There's no integrated search engine in the aw sdk,
You will need to query the world and parse the action field yourself.

Remember that the scripting function 'name' allow several objects to use
the same name :)

Regards,
MilesTeg





"the architect" <user at domain.invalid> a écrit dans le message de news:
3ed393c9$2 at server1.Activeworlds.com...
> Hey there. My name is Chris, and I have just started playing around
> with writing bots. I am using AX Logic's Java implementation
> (http://www.axlogic.com/aw/).
>
> Is there any way (short of String parsing with the action field) to use
> an object's name in an object search?
>
> If not, I think that splitting out the name into a new field would be a
> good idea for a future release. Otherwise, how do you search for a
> specific object among several using the same model? Use coordinates? I
> would think name would be the most logical way.
>
> Anyway, thanks for listening to the ramblings of a newbie. I hope to
> learn enough to contribute at some point, instead of just ask questions.
>
> - Chris
>

Question about searches

May 31, 2003, 11:57pm
I can't help you with AX Logic, I use my own java wrapper.
But I am surprised you can't find your object by description.
are you sure you compare to the right String?

Regards,
MilesTeg



"the architect" <user at domain.invalid> a écrit dans le message de news:
3ed83e57$1 at server1.Activeworlds.com...
> Hey all, another question.
>
> First off, I am using Java, through the SDK provided by AX Logic
> (http://www.axlogic.com/aw/).
>
> I have a bot that does a 5x5 query. First, I tried looking (for a
> specific object which I *know* is right there) by Description. Didn't
> work. then, I tried looking by Model. Nope. Then, just out of
> curiosity, I used AWObject.allObjects, which should basically be a hit
> on *every* object. For each object found, I have the bot speak the
> model string. I noticed that several objects aren't being found at all.
>
> Any idea why I might miss objects when I don't constrain my search? I
> mean, they are right beside my bot.
>
> Thanks in advance,
> Chris
>

Interested in comments

Jul 15, 2003, 3:13pm
"brant" <awteen at shoemakervillage.org> a écrit dans le message de news:
3f1303f9$1 at server1.Activeworlds.com...
> Well, but even if Mutation has one, that doesn't mean that I shouldn't
make
> one, since Mutation's isn't publicly available. I wouldn't consider
myself
> a champion of the open source movement, but I do think that the AW
community
> benefits most when everyone has the opportunity to use a bot.
>
> But then again, I respect the decision of the owners of Mutation - money
> speaks, after all :)
>

Hi Brant,
sure you are more than welcome to make a weather bot.
the weather handling in Mutation is made by a very small part of the bot so
there's no point to post a few lines of java code that would be meanless
without the whole framework.
the bot in Mutation is definitively not like an usual bot, it has no GUI, no
help, nothing that a user would expect from a bot. I programmed it to make
Mutation a game world, it was never designed to be a general purpose bot nor
to be available for other users. There are already very good general purpose
bots and sooner or later they will handle a 3.4 day night cycle. i m pretty
sure someone could already make a xelag script to do that :)

I you face a problem while making your bot, well, i will be glad to help you
if I can. But as you probably guessed, i don 't use VB but Java to make bots
;)
I can already give you a tip: even if you change only one attribute of the
world, ALL the attributes will be send to ALL the users inside the world and
in response, ALL the users will generate an AW_EVENT_AVATAR_CHANGE , that
can generate quite a big network traffic.


Regards,
MilesTeg

Interested in comments

Jul 15, 2003, 3:17pm
Welcome in the virtual worlds ;)
In Mutation the day night cycle last 2 hours : 80 minutes for day 40 minutes
for night.
in my opinion, that would be boring to have the same timeframe than in
reality, that would mean if you use to go in aw in your evening time, you
would alway see evening, nothing very exciting.

Regards,
MilesTeg

"starfleet" <Starfleet at Command.com> a écrit dans le message de news:
3f141b7c$2 at server1.Activeworlds.com...
> Muti's system is not a 24 hour cycle.
>
[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