New pages
From StealthBot Wiki
- 13:07, 13 December 2018 DataBuffer object (hist) [9,329 bytes] Pyro (talk | contribs) (Created page with "The DataBuffer object allows easy manipulation of binary data (byte arrays). It is typically used for creating and parsing network packets. This object makes heavy use of...")
- 17:03, 25 April 2016 List of BNLS Servers (hist) [1,692 bytes] Pyro (talk | contribs) (Created page with '== Official Servers == These are servers operated by StealthBot.net staff, or trusted members of the community. These servers are used in the Automatic Server Finder. <table…')
- 11:30, 22 March 2016 List of data files (hist) [2,803 bytes] Ribose (talk | contribs) (Created page with 'StealthBot uses files in the bot folder to store configuration and lists. INI files store discrete settings and TXT files store lists of strings or objects. ==Configuration file…')
- 07:31, 19 March 2016 Message queue (hist) [2,056 bytes] Pyro (talk | contribs) (Added history, tuning, and scripting)
- 19:13, 13 March 2016 StealthBot Menu Tree (hist) [1,213 bytes] Pyro (talk | contribs) (Created page)
- 17:55, 13 March 2016 Using the StealthBot Launcher (hist) [1,787 bytes] Pyro (talk | contribs) (Created page)
- 01:16, 26 August 2013 QueueObj object (hist) [571 bytes] Pyro (talk | contribs) (added description, example, and list of properties... no information on the properties yet)
- 16:23, 4 July 2013 BNLS (hist) [2,238 bytes] Pyro (talk | contribs) (added third party implementations, vulnerabilities, and a server list)
- 15:53, 4 July 2013 BNCS (hist) [1,454 bytes] Pyro (talk | contribs) (added protocol information and common errors)
- 12:05, 4 July 2013 Version bytes (hist) [1,613 bytes] Pyro (talk | contribs) (added information on configuration and a list of the current version bytes as of 8/30/2009 (based on forum thread))
- 15:02, 3 July 2013 Support Technician (hist) [1,455 bytes] Pyro (talk | contribs) (added description, list of developers, and support mediums) originally created as "Support Tech"
- 02:59, 13 May 2012 GetInternalDataByUsername function (hist) [1,219 bytes] Neco (talk | contribs) (Created page with 'The GetInternalDataByUsername function is provided by the Script Support Class to StealthBot to give additional information about users in the current channel. ==Dev…')
- 15:23, 26 March 2011 Gateway property (hist) [217 bytes] Neco (talk | contribs) (Created page with '===Gateway property=== Returns the current gateway being used as a string. Possible gateways: - Azeroth (USEast) - Lordaeron (USWest) - Kalimdor (Asia) - Northrend (Europe)…')
- 02:14, 3 December 2010 Queue object (hist) [1,510 bytes] Neco (talk | contribs) (Created page with 'The Queue object allows you to access and modify messages currently queued for sending to Battle.net. ==How to use== Example: Count how many items are in the queue. Value =…')
- 19:49, 21 October 2010 Event Command (hist) [739 bytes] Neco (talk | contribs) (Created page with 'This StealthBot scripting event occurs when a user sends to a command either directly to the bot or in the bots channel. The Event_Command(Command) …')
- 13:34, 25 September 2010 ReloadSettings function (hist) [1,479 bytes] Ribose (talk | contribs) (Created page with 'The ReloadSettings function causes the bot to reload its settings from config.ini. ==Development== The ReloadSettings function was added to StealthBot in version 2.4…')
- 13:07, 25 September 2010 ReloadScript function (hist) [1,324 bytes] Ribose (talk | contribs) (Created page with 'The ReloadScript function causes the script system to reload. ==Development== The ReloadScript function was added to StealthBot in version 2.7 by Stealth. ==Documen…')
- 18:59, 15 September 2010 MediaPlayer object (hist) [4,137 bytes] Ribose (talk | contribs) (Created page with 'The MediaPlayer object allows you to control a media player using StealthBot scripting. You cannot change the media player StealthBot is interacting with using scripting. Thi…')
- 21:13, 11 September 2010 Version history (hist) [81,305 bytes] Ribose (talk | contribs) (Created page with 'These are the many versions of StealthBot. ==Version 0.5 Alpha== The first ever recorded version of StealthBot was 0.5, labeled "Alpha", which was able only to connect and c…')
- 18:25, 11 September 2010 Access (hist) [1,036 bytes] Ribose (talk | contribs) (Created page with 'Access is, by definition, the ability for a user to do a function. In StealthBot, access is the ability for a user to use one of the bot's many commands. Access can …')
- 15:37, 10 September 2010 Event ChannelLeave (hist) [551 bytes] Ribose (talk | contribs) (Created page with 'The Event_ChannelLeave scripting event occurs when the bot leaves a channel to join another, right before the Event_ChannelJoin() event. This does no…')
- 15:10, 10 September 2010 Battle.net clan rank (hist) [2,103 bytes] Ribose (talk | contribs) (Created page with 'In a WarCraft III clan, there are four possible ranks: '''chieftain''', '''shaman''', '''grunt''', and '''peon'''. Sometimes they are referred to as '''leader''', '''officer'…')
- 14:30, 10 September 2010 Event ChannelJoin (hist) [624 bytes] Ribose (talk | contribs) (Created page with 'The Event_ChannelJoin scripting event occurs when the bot joins a channel. ==History== The Event_ChannelJoin() event was added in StealthBot version 2.4…')
- 14:28, 10 September 2010 Battle.net channel flags (hist) [699 bytes] Ribose (talk | contribs) (Created page with 'Battle.net channel flags are seen when you join a channel on Battle.net and specify certain features about the channel. They are binary flags. …')
- 14:24, 10 September 2010 Numeric flags (hist) [889 bytes] Ribose (talk | contribs) (Created page with 'In scripting, flags are integers that tell a certain trait about a certain thing. There is a defined list of possible values. ==Binary flags== Binary flags are flags tha…') originally created as "Flags"
- 13:48, 10 September 2010 Battle.net user flags (hist) [1,162 bytes] Ribose (talk | contribs) (Created page with 'Battle.net user flags are seen on any user in a Battle.net and specify certain features about them. They are combinable flags. ==Possible flags and their meaning== …')
- 17:53, 9 September 2010 Event ClanMemberLeaves (hist) [724 bytes] Ribose (talk | contribs) (Created page with 'The Event_ClanMemberLeaves scripting event occurs when a member of the clan leaves. ==History== The Event_ClanMemberLeaves() event was added in StealthB…')
- 17:51, 9 September 2010 Event ClanMemberUpdate (hist) [1,232 bytes] Ribose (talk | contribs) (Created page with 'The Event_ClanMemberUpdate scripting event occurs when a member of the clan changes his rank or online status. To find the current values of a user's ra…')
- 17:21, 9 September 2010 Event ClanMemberList (hist) [1,186 bytes] Ribose (talk | contribs) (Created page with 'The Event_ClanMemberList scripting event occurs once for each member of a clan during log in to a bot in a WarCraft III clan. It is more convenient …')
- 17:13, 9 September 2010 Event ClanMOTD (hist) [1,130 bytes] Ribose (talk | contribs) (Created page with 'The Event_ClanMOTD() scripting event occurs when the bot receives the WarCraft III clan message of the day (MOTD) text from Battle.net. This occu…')
- 17:05, 9 September 2010 Event BotRemovedFromClan (hist) [856 bytes] Ribose (talk | contribs) (Created page with 'The Event_BotRemovedFromClan scripting event is fired when you are removed from a WarCraft III clan or the clan is disbanded. Battle.net does not…')
- 16:02, 9 September 2010 Event LoggedOff (hist) [790 bytes] Ribose (talk | contribs) (Created page with 'The [[Event_LoggedOf] scripting event occurs when disconnecting from Battle.net. ==History== The Event_LoggedOff() event was added in StealthBot version…')
- 15:58, 9 September 2010 Event LoggedOn (hist) [968 bytes] Ribose (talk | contribs) (Created page with 'The Event_LoggedOn scripting event occurs after the bot has completed logging on, after telling Battle.net to join its home channel. The bot should n…')
- 15:40, 9 September 2010 Event BotJoinedClan (hist) [789 bytes] Ribose (talk | contribs) (Created page with 'The Event_BotJoinedClan() scripting event occurs when the bot successfully joins a WarCraft III clan. ==History== The Event_BotJoinedClan() event wa…')
- 14:59, 9 September 2010 Event BotClanRankChanged (hist) [1,167 bytes] Ribose (talk | contribs) (Created page with 'The StealthBot scripting event, Event_BotClanRankChanged() occurs when the bot is promoted or demoted in a WarCraft III Clan. ==History== The Ev…')
- 14:36, 9 September 2010 Event BotClanInfo (hist) [1,140 bytes] Ribose (talk | contribs) (Created page with 'This StealthBot scripting event occurs when the bot is told it is a member of a WarCraft III clan. This can happen only during the logon sequence and…')
- 08:46, 5 September 2010 Quotes object (hist) [2,104 bytes] The-Black-Ninja (talk | contribs) (Created page with 'The Quotes object allows you to access and modify the bot's quotes.txt file. ==How to use== Example: Count how many quotes you have. Value = Quotes.Count Example: Adding a …')
- 20:14, 2 September 2010 OSVersion function (hist) [687 bytes] Ribose (talk | contribs) (Created page with 'The OSVersion function allows you to retrieve the OSVersion object in order to get information about your current operating system. ==Development== This function was add…')
- 19:00, 2 September 2010 CommandDocs object (hist) [5,358 bytes] Ribose (talk | contribs) (Created page with 'The CommandDocs object allows you to access a command's documentation. This is not generally needed as most access checks are handled before calling Event_command() with …')
- 10:37, 13 August 2010 GetBotVersion function (hist) [783 bytes] Ribose (talk | contribs) (Created page with 'The GetBotVersion function returns the current bot's version string. ==Development== The GetBotVersion function was added in version 2.6 by request of [[Imhotep[Nu]]]. ==Do…')
- 09:22, 13 August 2010 GetApphInstance function (hist) [573 bytes] Ribose (talk | contribs) (Created page with 'The GetApphInstance function is provided by the Script Support Class to get the bot's instance handle. ==Development== The GetApphInstance function was added in version …')