Overview

Namespaces

  • Budabot
    • Core
      • Modules
    • User
      • Modules
  • None
  • Tyrence
    • Modules

Classes

  • AlienArmorController
  • AlienBioController
  • AlienMiscController
  • AOSpeakController
  • AOUController
  • AXPController
  • BankController
  • BosslootController
  • BroadcastController
  • BuffPerksController
  • CacheController
  • ChatAssistController
  • ChatCheckController
  • ChatLeaderController
  • ChatRallyController
  • ChatSayController
  • ChatTopicController
  • CityWaveController
  • CloakController
  • ClusterController
  • CountdownController
  • DevController
  • DingController
  • EventsController
  • FightController
  • FindOrgController
  • FindPlayerController
  • FunController
  • GitController
  • GuideController
  • GuildController
  • HelpbotController
  • HtmlDecodeController
  • ImplantController
  • ImplantDesignerController
  • InactiveMemberController
  • ItemsController
  • KillOnSightController
  • LevelController
  • LinksController
  • LootListsController
  • MdbController
  • MessageInfoCommandReply
  • MockCommandReply
  • NanoController
  • NewsController
  • NotesController
  • OnlineController
  • OrgHistoryController
  • OrglistController
  • OrgMembersController
  • OSController
  • PlayerHistoryController
  • PlayfieldController
  • PocketbossController
  • PremadeImplantController
  • PrivateChannelController
  • QuoteController
  • RaffleController
  • RaidController
  • RandomController
  • RecipeController
  • RelayController
  • ReputationController
  • ResearchController
  • RunAsController
  • SendTellController
  • ShoppingController
  • SilenceController
  • SkillsController
  • SpiritsController
  • StopwatchController
  • Teamspeak3
  • TeamspeakController
  • TestController
  • TimeController
  • TimerController
  • TimezoneController
  • TowerController
  • TrackerController
  • TrickleController
  • UnixtimeController
  • VoteController
  • WeatherController
  • WhatBuffsController
  • WhereisController
  • WhoisController
  • WhoisOrgController
  • WhompahController
  • Overview
  • Namespace
  • Class

Class AlienMiscController

Authors: - Blackruby (RK2), - Mdkdoc420 (RK2), - Wolfbiter (RK1), - Gatester (RK2), - Marebone (RK2)

Namespace: Budabot\User\Modules
Definecommand(:

command = 'leprocs', accessLevel = 'all', description = "Shows each profession's LE procs", help = 'leprocs.txt', alias = 'leproc' )


Definecommand(:

command = 'ofabarmor', accessLevel = 'all', description = 'Shows ofab armors available to a given profession and their VP cost', help = 'ofabarmor.txt' )


Definecommand(:

command = 'ofabweapons', accessLevel = 'all', description = 'Shows Ofab weapons, their marks, and VP cost', help = 'ofabweapons.txt' )


Definecommand(:

command = 'aigen', accessLevel = 'all', description = 'Shows info about Alien City Generals', help = 'aigen.txt' )


Instance: Commands this controller contains:
Located at ALIEN_MODULE/AlienMiscController.class.php
Methods summary
public
# setup( )

Setup

public
# leprocsCommand( $message, $channel, $sender, $sendto, $args )

This command handler shows menu of each profession's LE procs.

This command handler shows menu of each profession's LE procs.

Handlescommand("leprocs")

Matches("/^leprocs$/i")

public
# leprocsInfoCommand( $message, $channel, $sender, $sendto, $args )

This command handler shows the LE procs for a particular profession.

This command handler shows the LE procs for a particular profession.

Handlescommand("leprocs")

Matches("/^leprocs

(.+)$/i")
public
# ofabarmorCommand( $message, $channel, $sender, $sendto, $args )

This command handler shows Ofab armors and VP cost.

This command handler shows Ofab armors and VP cost.

Handlescommand("ofabarmor")

Matches("/^ofabarmor$/i")

public
# ofabarmorInfoCommand( $message, $channel, $sender, $sendto, $args )

This command handler shows list of ofab armors available to a given profession.

This command handler shows list of ofab armors available to a given profession.

Handlescommand("ofabarmor")

Matches("/^ofabarmor

(.+) (\d+)$/i")
(.+)$/i")
public
# ofabweaponsCommand( $message, $channel, $sender, $sendto, $args )

This command handler shows Ofab weapons and VP cost.

This command handler shows Ofab weapons and VP cost.

Handlescommand("ofabweapons")

Matches("/^ofabweapons$/i")

public
# ofabweaponsInfoCommand( $message, $channel, $sender, $sendto, $args )

This command handler shows all six marks of the Ofab weapon.

This command handler shows all six marks of the Ofab weapon.

Handlescommand("ofabweapons")

Matches("/^ofabweapons

(\S+)$/i")
(\S+) (\d+)$/i")
public
# aigenCommand( $message, $channel, $sender, $sendto, $args )

This command handler shows info about Alien City Generals.

This command handler shows info about Alien City Generals.

Handlescommand("aigen")

Matches("/^aigen

(ankari|ilari|rimah|jaax|xoch|cha)$/i")
Properties summary
public $moduleName

Name of the module. Set automatically by module loader.

Name of the module. Set automatically by module loader.

#
public $db

Inject

#
public $text

Inject

#
public $util

Inject

#
public $itemsController

Inject

#
public $logger

Logger

#
Budabot 4 Docs API documentation generated by ApiGen