[TF2] SourceIRC ItemBotLite (Item Relay)
[TF2] SourceIRC ItemBotLite
Version 1.1.0
Version 1.1.0
Description:
Announces item transactions (found, traded, crafted, etc) to IRC with item name and quality.Commands:
Example:
Requires SourceIRC.
Note:
ItemBotLite is a version of ItemBot that does not use the now nonfunctional Backpack hook extension. Since without Backpack hook the plugin must hook the item_found event, some features are not longer possible.
sm_reloaditembot - Reloads configsIRC Commands:
backpack or bp: Returns a TF2B backpack link for a userCvars:
Examples:
- bp "Player on server"
- bp STEAM_0:1:123456
- bp CustomSteamURL
- sm_itembot_version - Plugin Version
- sm_itembot_debug "0" - Set to "1" to print name debugging info.
- sm_itembot_timestamp "1" - Show/hide item timestamps
- sm_itembot_showsteams "1" - Show steamids when players disconnect (for looking at backpacks later)
- sm_itembot_timeoffset - number of seconds to correct server clock by
- Place ItemBot.smx into your addons/sourcemod/plugins/ folder.
- Place ItemBot_Items.kv in addons/sourcemod/configs/.
- Edit your sourceirc.cfg and add "items" "1" to the channels where you want to see items.
- Edit the cvars in the ItemBot.cfg file.
ItemBot_Items.txt:Version History:This file does not need to be edited except to add any new items Valve may add in the future.sourceirc.cfg Example:
It is a direct copy-paste of the (item) related bits in items_game.txt
Code:
"#MyChannel"
{
"relay" "1" // Tell the RelayAll module to relay messages to this channel
"cmd_prefix" "!" // Ontop of calling the bot by name, you can also use "!" in this channel
"items" "1"
}
"#MyOtherChannel"
{
"ticket" "1" // Tell the ticket module to send tickets to this channel
"items" "1" // Prints all items to this channel
}
"#Ninja"
{
"items" "1" // Prints all items to this channel
}
- V1.1.0
- Initial release
Orignal From: [TF2] SourceIRC ItemBotLite (Item Relay)
Post a Comment