Board ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
xelag // User Search
xelag // User SearchHow do you remove avatar session numbers from a list?May 18, 2001, 8:19pm
First convert sdk.AwAvatarSession to string, I don't know how to do it in VB
any more :) suppose this would be it: Dim s As String s = Ascii(sdk.AwAvatarSession) ' or something instead of Ascii For I = 0 To List3.ListCount - 1 If List3.List(I) = s Then List3.RemoveItem I ' here exit the For loop, because you have one element less now and you'll get another error. ' there is a way of doing this in VB End If Next XelaG [View Quote] How do you remove avatar session numbers from a list?May 18, 2001, 8:26pm
Found an OLD VB Book:
Dim s As String s = Str$(sdk.AwAvatarSession) For I = 0 To List3.ListCount - 1 If List3.List(I) = s Then List3.RemoveItem I Exit For End If Next XelaG [View Quote] How do you remove avatar session numbers from a list?May 18, 2001, 8:28pm
In the other newsgroup you insulted him as well, and you did not provisde an
answer he could use:) [View Quote] Bot that detects flying and/or shift?May 24, 2001, 4:55pm
Heights won't help much, KAH, in closed rooms. Unles you know the geometry
of the objects, you could only at most keep the bot above a certain height (and you need to take neighbouring cells into account, an object may seem in a cell, but visually may be in a neighbouring one + you need to know the height of the objects). Xelagots only know the point of origin of an object, not their geometry. At most, it would be usefull for a birdbot :) XelaG [View Quote] HELP ON XELABOT pleaseeMay 22, 2001, 12:28pm
include a Text field with all the names in the area with subs and events:
Text Moderators StarCube.VR AMD Evesolyn XelaG EndText at the begining of your code: var /s_Moderators SListSetText /s_Moderators Moderators (this reads your text field into a string list) supposing $n has the name of a person, to check for the presence of the name in the list: IfSlistGetString /s_Moderators $n %c <DoSomethingHere> Else <DoSomethingElse> (%c has the index in the string list, 0 if it fails to find it) XelaG [View Quote] HELP ON XELABOT pleaseeMay 24, 2001, 4:51pm
For experts I say: look in the docs :)
Well, since it is an IF statement, the value of %c does not matter if it fails (and is set to 0), but can be of value if it succeeds: indices in my string lists start with 1. You can test it easily. XelaG [View Quote] Custom Bot dosent reconnect.May 22, 2001, 12:39pm
Hmm, the actual limit is 200 m (20 coords from where CA is), it is the
hearing distance of CA. I use 300m from GZ for safety, CA is somtimes a bit off center :) XelaG [View Quote] Attention Xelagot X1 3.0 and 3.01 users!!!Jun 24, 2001, 1:11pm
ATTENTION users of Xelagot X1 version number 3.0 or 3.01
I just found a stupid (yes real stupid) bug in my last two versions of X1 xelagot: It fills the ini file in the section [Parameters] with these lines: http://www.imatowns.com/xelagot/xlgdl.html=http://www.imatowns.com/xelagot/x lgdl.html http://polygon.imatowns.com/viewforum.php?forum=3=http://polygon.imatowns.co m/viewforum.php?forum=3 http://www.imatowns.com/xelagot=http://www.imatowns.com/xelagot http://www.imatowns.com/xelagot/xlghlpidx.html=http://www.imatowns.com/xelag ot/xlghlpidx.html xelag at 3dee.nl=xelag at 3dee.nl http://polygon.imatowns.com/viewforum.php?forum=3=http://polygon.imatowns.co m/viewforum.php?forum=3 http://polygon.imatowns.com/viewforum.php?forum=3=http://polygon.imatowns.co m/viewforum.php?forum=3 http://polygon.imatowns.com/viewforum.php?forum=3=http://polygon.imatowns.co m/viewforum.php?forum=3 .... Unless you upgrade to version 3.02, within a few weeks your X1.ini will be miles long and X1 will not be able to load it. Version 3.02 has just been uploaded with the fix. Download it as soon as possible if you are using versions 3.0 or 3.01, install the new version. Then, if you wish to clean the X1.ini file, open it in a text processor (not Wordpad, Notepad or PFE should do), Look for the section [Parameters], and delete all these lines: http://www.imatowns.com/xelagot/xlgdl.html=http://www.imatowns.com/xelagot/x lgdl.html http://polygon.imatowns.com/viewforum.php?forum=3=http://polygon.imatowns.co m/viewforum.php?forum=3 http://www.imatowns.com/xelagot=http://www.imatowns.com/xelagot http://www.imatowns.com/xelagot/xlghlpidx.html=http://www.imatowns.com/xelag ot/xlghlpidx.html xelag at 3dee.nl=xelag at 3dee.nl notice that http://polygon.imatowns.com/viewforum.php?forum=3=http://polygon.imatowns.co m/viewforum.php?forum=3 may be repeated lots of times! Save the ini file as text, make sure it gets saved with the same name it had: X1.ini My apologies for this blunder, XelaG Download page: http://www.imatowns.com/xelagot/xlgdl.html Wanna cage your friends?Jun 30, 2001, 12:25am
And with a Xelagot... but is that important? I was caged by a Xelagot once,
I HATED it, LOL. Let other bots get the credit, all bots are welcome :) Xel;aG [View Quote] av99bot v 3.01 build 20Jul 15, 2001, 11:56pm
Av99bot uses exactly the same code as X1 in most aspects. But all what
refers to user interface may or may not work: an example is DJ, and others may show up too. If you have any problems with this, please send a full description to my email. Postings as this one do not help in any way, they say absolutely nothing that a programmer can use to fix a bug :) XelaG [View Quote] av99bot v 3.01 build 20Jul 17, 2001, 3:46pm
JBell,
I can't read minds. I don't read the scripts on your computer. I have an email address where you can send me details about exactly WHAT is not working in WHICH script. Include the script, a description of what you think should be happening, what actually happens, what the script is for, who wrote the script etc. Thanks, XelaG xelag at 3dee.nl [View Quote] av99bot v 3.01 build 20Aug 1, 2001, 7:27pm
JBell,
I asked you 3 times, two times here and once when you sent me a telegram about this, to reply to my email address with the details I asked for. You did not. If you want it your way, you get it your way. But I made the bot, and I want it my way (which was made clear). So in future, if you want something from me about my bot, you do it my way :) No need to say I did NOT look any further into this matter, nor will I do, untill you comply. It's my time I'm giving out for free to people, not yours. XelaG [View Quote] Xelagot 3.04 availableAug 1, 2001, 7:27pm
Xelagot 3.04 (X1, Av99Bot and SrvcXlgBot) fixes a bug in the scripting
engine: abusive case sensitive testing of "Label" in "ONxxxEVENT Label", which caused some scripts to malfunction. Thanks SK Shadow! XelaG http://www.imatowns.com/xelagot/ Xelagot 3.04 availableAug 1, 2001, 11:01pm
When I was ready to announce it, I got this bug report :) 3.03 was posted
one day earlier, it fixes a problem which occurs if a world owner decides to change the world title often (not a very common thing), like the weather bot in AWTeen. XelaG [View Quote] The bird botAug 4, 2001, 9:48am
Ryan, try this, maybe it works:
log in 2 bots, any bots. start the bird bot, only one should log in stop you first 2 bots if you want, you will have 2 bot slots free. Not sure if this works, but worth a try :) XelaG [View Quote] The bird botAug 5, 2001, 1:47pm
You can use a xelagot for that, you don't need a script. Just adjust the
random movement parameters of one bot to look like a bird flight, and make one or more follow or join that bot or each other. like bot1 does a random movement, bot2 joins bot1, bot3 follows bot2 etc... use your imagination :) XelaG [View Quote] Xelagot 3.05Aug 12, 2001, 5:55am
Bug-fix in the "join me" code, see "What's New" for details
XelaG http://www.imatowns.com/xelagot/ Xelagot Prob..Aug 23, 2001, 7:50am
To change a citnum, you must scan the area and turn it into a project.
Remove from the project all unnecessary objects and save it to file. Use this file to delete the objects. Load back the file, change the citnums in the citnum tab and rebuild. Make sure the bot has the necessary ED and Build rights. XelaG On 15 Aug 2001 13:01:24 -0400, "lanezeri" <Lanezeri at stuff-x.com> [View Quote] >The thing won't change the citizen number of a object from one citnumber to >another.. which is TOTALLY necessary right now. > xelagon offlineAug 22, 2001, 2:35pm
For your information,
I have pulled down my world xelagon in the ActiveWorlds universe, removed my bots from there and suspended all services to AW until the following situation gets fixed: A new world name has appeared next to my world xelagon. This trial world is called XelaGsuX, wich I condider very offensive, since my name in AW is XelaG. ActiveWorlds refuses to pull this world down. I have notified my decision to AW, and also state that I am considering cancelling my citizenships and world unless they remove this offensive name. I will continue to give support to xelagot custommers outside AW. XelaG Alex Grigny de Castro Public Speaker rights in BotsAug 30, 2001, 5:49pm
[View Quote]
>That should work but you need more than 3 bots on your account.
>Andras Or a xelagot company working through a xelagot server. See the City4All page http://www.city4all.com/2000/browser/de/index.html click on Users Online :) All xelagots spying for users there communicate with the Central xelagot using the xelagot server. Each avatar add/delete is sent to Central, which makes an html page once a minute. The bots don't need to belong to the same owner to do this XelaG Xelagot pob....(Bad bug... for me anyway)Aug 27, 2001, 12:22pm
Omega,
the scripts you download are Action scripts, not Dialogs. Make sure you load them in the Action Script section :) XelaG On 22 Aug 2001 19:23:21 -0400, "omegablue x" <Cyber_dork at hotmail.com> [View Quote] >Everytime i try to load a script it gives me an error saying... ,"Access >violation at adress (A whole buncha numbers and letter, they change for like >each script i do) Read adress (more numberss.. but same as first numbers)" >what do i do? >I tried redownloading it didnt help please help me... also where can i get a >list of goos scripts! This is a bad bug and id really like to no how to get >around this > xelagon back onlineAug 22, 2001, 10:31pm
AW Community,
Thank you for your support, AWCOM sent me this message: --- quote After revaluation of the world "XelaGsuX" we found that it is a direct attack on another user and does violate our guidelines. This world has been removed and I apologize for any frustration and inconvenience this confusion may have caused. Please feel free to contact me directly if you have any other concerns or questions. --- unquote I am personally satisfied by this reply. I hope this kind of incident will not happen again. Assignment of trial worlds is an automated automated process. When I personally phoned AWCOM to explain the situation, I was told their decision would be sent by email. This was what I received: --- quote I spoke to our customer service manager and we can not take the trial world down from the server. --- unquote AWCOM was broadcasting at the time, through their worlds list, a personal insult at my address. Originally, this was an automated decision, but AWCOM's reply was human and accepted the automated decision. I did not accept this situation. . Indeed, as someone pointed out, I could have been entitled to sue AWCOM for this. This may be a normal procedure in the US, in Europe we do not usually feed the lawyers the way you do, it is always a last recourse :) My approach was to point to the 'moral' side of the issue. This has been a very trying and tiring day for me. Thank you all again for helping to set this right. My world, bots and services are running again as normal. May I point out that everybody is entitled to their own opinion (about me, about AWCOM, about the rest). If you wish to fill your world with slander, you are responsible for that. But if you, as provider, spread othe peoples slander, you - as provider - are responsible for that. I wish the owner of the former XelaGsuX world a lot of sucess and happiness, but since he/she never revealed his/her identity, I would not know how to convey this message. Maybe Radon can do that for me. According to my bot: Radon is citizen number 322351, url www.andras.net/aw_ear Bye, XelaG :) xelagon back onlineAug 26, 2001, 7:41pm
Thank you Marcus, but the issue has now been settled :)
XelaG On 23 Aug 2001 14:51:42 -0400, "m a r c u s" <i_have_a_site at yahoo.com> [View Quote] >Well Xelag, I have 2 citizenships which means I have 2 free trial worlds >which I haven't used. You are welcome to use them at your convenience for >those 2 months until mid-december (when the accounts close). I will not be >renewing my citizenship for either one until AWCOM listens to me as well. > >This may help you or may not, let me know if it will. I can give you my >email if interested. > [View Quote] Xelagot version 3.07Aug 26, 2001, 7:28pm
Version 3.07 of Xelagot is available for download!
It enables reading 3.1 world server multiple-world propdumps (x1 only), saving projects to file as propdumps (all bots, action script) and playing checkers (all bots, the checkers script will be available soon). http:www.imatowns.com/xelagot/ see what's for details: http://www.imatowns.com/xelagot/xlgwhatsnew.html XelaG Checkers script for xelagots now availableSep 2, 2001, 11:29am
The Checkers script for xelagots is now available. This script
requires version 3.08 of the bots (not 3.07 as stated before, there's a bug fix in 3.08). The scripts page is here, look for the Checkers script: http://www.imatowns.com/xelagot/xlgasexamplesidx.html The main xelagot page is here, follow the link to download the new version: http://www.imatowns.com/xelagot/ Please read What's New, there is an important message about a new potentially dangerous script statement and how to avoid this danger: http://www.imatowns.com/xelagot/xlgwhatsnew.html XelaG Xelagot 3.10 (AW 3.2 SDK 22) availableSep 25, 2001, 5:42pm
Xelagot 3.10 (SDK 22), first 3.2 compliant version available for
download at http://www.imatowns.com/xelagot/ Please check What's New for details: http://www.imatowns.com/xelagot/xlgwhatsnew.html XelaG Xelagot 3.10 (AW 3.2 SDK 22) availableSep 26, 2001, 12:54am
And Xelagot today, and I hope Preston soon, and that that the VB SDK
will follow too... playing games with me, young falfa? :) [View Quote] >MagsBot had SDK 21 two days ago, and 22 yesterday... > [View Quote] |