DROP TABLE IF EXISTS `playerbots_text`; CREATE TABLE `playerbots_text` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `key` varchar(255) NOT NULL, `text` varchar(1024) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `playerbots_text` VALUES -- %role - Healer, Tank, Frost Mage, Elemental Shaman etc -- %instance - name of the dungeon by bot's level (NULL, 'suggest_instance', 'Anyone wants %instance?'), (NULL, 'suggest_instance', 'Any groups for %instance?'), (NULL, 'suggest_instance', 'Need help for %instance?'), (NULL, 'suggest_instance', 'LFD: %instance.'), (NULL, 'suggest_instance', 'Anyone needs %role for %instance?'), (NULL, 'suggest_instance', 'Missing %role for %instance?'), (NULL, 'suggest_instance', 'Can be a %role for %instance.'), (NULL, 'suggest_instance', 'Need help with %instance?'), (NULL, 'suggest_instance', 'Need %role help with %instance?'), (NULL, 'suggest_instance', 'Anyone needs gear from %instance?'), (NULL, 'suggest_instance', 'A little grind in %instance?'), (NULL, 'suggest_instance', 'WTR %instance'), (NULL, 'suggest_instance', 'Need help for %instance.'), (NULL, 'suggest_instance', 'Wanna run %instance.'), (NULL, 'suggest_instance', '%role looks for %instance.'), (NULL, 'suggest_instance', 'What about %instance?'), (NULL, 'suggest_instance', 'Who wants to farm %instance?'), (NULL, 'suggest_instance', 'Go in %instance?'), (NULL, 'suggest_instance', 'Looking for %instance.'), (NULL, 'suggest_instance', 'Need help with %instance quests?'), (NULL, 'suggest_instance', 'Wanna quest in %instance.'), (NULL, 'suggest_instance', 'Anyone with quests in %instance?'), (NULL, 'suggest_instance', 'Could help with quests in %instance.'), (NULL, 'suggest_instance', '%role: any place in group for %instance?'), (NULL, 'suggest_instance', 'Does anybody still run %instance this days?'), (NULL, 'suggest_instance', '%instance: anyone wants to take a %role?'), (NULL, 'suggest_instance', 'Is there any point being %role in %instance?'), (NULL, 'suggest_instance', 'It is really worth to go to %instance?'), (NULL, 'suggest_instance', 'Anybody needs more people for %instance?'), (NULL, 'suggest_instance', '%instance bosses drop good gear. Wanna run?'), (NULL, 'suggest_instance', 'What about %instance?'), (NULL, 'suggest_instance', 'Anybody needs %role?'), (NULL, 'suggest_instance', 'Anyone needs %role?'), (NULL, 'suggest_instance', 'Who wants %instance?'), (NULL, 'suggest_instance', 'Can anybody summon me at %instance?'), (NULL, 'suggest_instance', 'Meet me in %instance'), (NULL, 'suggest_instance', 'Wanna quick %instance run'), (NULL, 'suggest_instance', 'Wanna full %instance run'), (NULL, 'suggest_instance', 'How many times were you in %instance?'), (NULL, 'suggest_instance', 'Another %instance run?'), (NULL, 'suggest_instance', 'Wiped in %instance? Take me instead!'), (NULL, 'suggest_instance', 'Take me in %instance please.'), (NULL, 'suggest_instance', 'Quick %instance run?'), (NULL, 'suggest_instance', 'Full %instance run?'), (NULL, 'suggest_instance', 'Who can take %role to %instance?'), -- == Quest == -- %quest - random player's quest (NULL, 'suggest_quest', 'Need help with %quest?'), (NULL, 'suggest_quest', 'Anyone wants to share %quest?'), (NULL, 'suggest_quest', 'Anyone doing %quest?'), (NULL, 'suggest_quest', 'Wanna do %quest.'), -- == Trade materials (AH) == -- %category - AH category to grind (NULL, 'suggest_trade', 'Anyone to farm %category?'), (NULL, 'suggest_trade', 'Looking for help farming %category.'), (NULL, 'suggest_trade', 'Damn %category are so expensive!'), (NULL, 'suggest_trade', 'Wanna %category.'), (NULL, 'suggest_trade', 'Need help with %category.'), (NULL, 'suggest_trade', 'WTB %category.'), (NULL, 'suggest_trade', 'Anyone interested in %category?'), (NULL, 'suggest_trade', 'WTS %category.'), (NULL, 'suggest_trade', 'I am selling %category cheaper than AH.'), (NULL, 'suggest_trade', 'Who wants to farm %category?'), (NULL, 'suggest_trade', 'Wanna farm %category.'), (NULL, 'suggest_trade', 'Looking for party after %category.'), (NULL, 'suggest_trade', 'Any %category are appreciated.'), (NULL, 'suggest_trade', 'Buying anything of %category.'), (NULL, 'suggest_trade', 'Wow, anybody is farming %category!'), (NULL, 'suggest_trade', '%category are selling mad in the AH.'), (NULL, 'suggest_trade', 'AH is hot for %category.'), (NULL, 'suggest_trade', '%category are on the market.'), (NULL, 'suggest_trade', 'Wanna trade some %category.'), (NULL, 'suggest_trade', 'Need more %category.'), (NULL, 'suggest_trade', 'Anybody can spare some %category?'), (NULL, 'suggest_trade', 'Who wants %category?'), (NULL, 'suggest_trade', 'Some %category please?'), (NULL, 'suggest_trade', 'I should have got skill for %category.'), (NULL, 'suggest_trade', 'I am dying for %category.'), (NULL, 'suggest_trade', 'People are killing for %category.'), (NULL, 'suggest_trade', '%category is a great bargain!'), (NULL, 'suggest_trade', 'Everybody is mad for %category!'), (NULL, 'suggest_trade', 'Where is the best place to farm for %category?'), (NULL, 'suggest_trade', 'I am all set for %category.'), (NULL, 'suggest_trade', 'Is it good to sell %category?'), (NULL, 'suggest_trade', 'I''d probably keep all my %category with me.'), (NULL, 'suggest_trade', 'Need group? Maybe to farm some %category?'), (NULL, 'suggest_trade', 'I am still thinking about %category.'), (NULL, 'suggest_trade', 'I heard about %category already, but my pockets are empty.'), (NULL, 'suggest_trade', 'LFG for %category'), (NULL, 'suggest_trade', 'Would selling %category make me rich?'), (NULL, 'suggest_trade', 'OK. I an farming %category tomorrow.'), (NULL, 'suggest_trade', 'Everyone is talking about %category.'), (NULL, 'suggest_trade', 'I saw at least ten people farming for %category.'), (NULL, 'suggest_trade', 'I sold all my %category yesterday. I am completely broke!'), (NULL, 'suggest_trade', 'Wanna join a guild farming for %category.'), -- == Reputation == -- %faction - random faction name -- %level - random level (honored, revered, exalted) -- %rnd - urand(1,5) (NULL, 'suggest_faction', 'Anyone farming %faction rep?'), (NULL, 'suggest_faction', 'Anyone help with %faction?'), (NULL, 'suggest_faction', 'Wanna quest for %faction.'), (NULL, 'suggest_faction', '%faction is the best.'), (NULL, 'suggest_faction', 'Need just a bit to be %level with %faction.'), (NULL, 'suggest_faction', 'Anyone got %level with %faction?'), (NULL, 'suggest_faction', 'Who wants to be %level with %faction?'), (NULL, 'suggest_faction', 'I''ll never be %level with %faction.'), (NULL, 'suggest_faction', 'Someone missing %faction rep?'), (NULL, 'suggest_faction', 'Could help farming %faction rep.'), (NULL, 'suggest_faction', 'The more rep the better. Especially with %faction.'), (NULL, 'suggest_faction', '%faction: need %rndK for %level.'), (NULL, 'suggest_faction', 'Who can share %faction quests?'), (NULL, 'suggest_faction', 'Any dungeons for %faction?'), (NULL, 'suggest_faction', 'Wanna do %faction rep grind.'), (NULL, 'suggest_faction', 'Let''s farm %faction rep!'), (NULL, 'suggest_faction', 'Farming for %faction rep.'), (NULL, 'suggest_faction', 'Wanna farm for %faction.'), (NULL, 'suggest_faction', 'Need help with %faction.'), (NULL, 'suggest_faction', 'Is %faction sells something useful?'), (NULL, 'suggest_faction', 'Are there %faction vendors?'), (NULL, 'suggest_faction', 'Who farms %faction?'), (NULL, 'suggest_faction', 'Which is the best way to farm %faction?'), (NULL, 'suggest_faction', 'I hate %faction rep grind.'), (NULL, 'suggest_faction', 'I am so tired of %faction.'), (NULL, 'suggest_faction', 'Go for %faction?'), (NULL, 'suggest_faction', 'Seems everyone is %level with %faction. Only me is late as usually.'), (NULL, 'suggest_faction', 'LFG for %faction rep grind?'), (NULL, 'suggest_faction', 'Can anobody suggest a good spot for %faction rep grind?'), (NULL, 'suggest_faction', 'Would %faction rep benefit me?'), (NULL, 'suggest_faction', 'Who would''ve thought that %faction rep will be useful after all...'), (NULL, 'suggest_faction', 'I wanna be exalted with all factions, starting with %faction.'), (NULL, 'suggest_faction', 'Is there any point to improve my rep with %faction?'), (NULL, 'suggest_faction', 'What is better for %faction? Quests or mob grinding?'), (NULL, 'suggest_faction', 'Will grind %faction rep for you. Just give me some gold.'), (NULL, 'suggest_faction', 'I think grinding rep with %faction would take forever.'), (NULL, 'suggest_faction', 'I am killing for %faction every day now but still far from %level.'), (NULL, 'suggest_faction', 'At %level AH deposits will decrease, right?'), (NULL, 'suggest_faction', 'How many exalted reps do you have?'), (NULL, 'suggest_faction', 'Who wants to be %level with %faction?'), (NULL, 'suggest_faction', 'Damn. My guild did a good %faction grind yesterday without me.'), (NULL, 'suggest_faction', 'Nobody wants to help me because I am %level with %faction.'), (NULL, 'suggest_faction', 'Please stay away from %faction.'), -- == Anything == -- %role - Healer, Tank, Frost Mage, Elemental Shaman etc -- %zone - Name of the bot zone (NULL, 'suggest_something', 'Wanna party in %zone.'), (NULL, 'suggest_something', 'Anyone is looking for %role?'), (NULL, 'suggest_something', '%role is looking for quild.'), (NULL, 'suggest_something', 'Looking for gold.'), (NULL, 'suggest_something', '%role wants to join a good guild.'), (NULL, 'suggest_something', 'Need a friend.'), (NULL, 'suggest_something', 'Anyone feels alone?'), (NULL, 'suggest_something', 'Boring...'), (NULL, 'suggest_something', 'Who wants some?'), (NULL, 'suggest_something', 'Go get me!'), (NULL, 'suggest_something', 'Maybe a duel in %zone?'), (NULL, 'suggest_something', 'Anybody doing something?'), (NULL, 'suggest_something', '%zone: is anybody here?'), (NULL, 'suggest_something', '%zone: where is everyone?'), (NULL, 'suggest_something', 'Looks like I am alone in %zone.'), (NULL, 'suggest_something', 'Meet me in %zone.'), (NULL, 'suggest_something', 'Let''s quest in %zone!'), (NULL, 'suggest_something', '%zone is the best place to be!'), (NULL, 'suggest_something', 'Wanna go to %zone. Anybody with me?'), (NULL, 'suggest_something', 'Who wants going to %zone?'), (NULL, 'suggest_something', 'I don''t like %zone. Where to go?'), (NULL, 'suggest_something', 'Are there a good quests in %zone?'), (NULL, 'suggest_something', 'Where to go after %zone?'), (NULL, 'suggest_something', 'Who is in %zone?'), (NULL, 'suggest_something', 'LFG in %zone.'), (NULL, 'suggest_something', '%zone is the worst place to be.'), (NULL, 'suggest_something', 'Catch me in %zone!'), (NULL, 'suggest_something', 'Go for %zone!'), (NULL, 'suggest_something', 'Wanna quest in %zone'), (NULL, 'suggest_something', 'Anyone has quests in %zone?'), (NULL, 'suggest_something', 'Come here to %zone!'), (NULL, 'suggest_something', 'Seems there is no Horde in %zone'), (NULL, 'suggest_something', 'Seems there is no Alliance in %zone'), (NULL, 'suggest_something', 'I am really tired of %zone. Maybe go somewhere else?'), -- == Trade == -- %item - [item]xN (NULL, 'suggest_sell', 'WTS %item for %gold.'), (NULL, 'suggest_sell', 'Who wants %item for %gold?'), (NULL, 'suggest_sell', 'Anyone wants %item? Only %gold.'), (NULL, 'suggest_sell', 'Just %gold for %item!'), (NULL, 'suggest_sell', 'Selling %item for %gold.'), (NULL, 'suggest_sell', '%item is yours just for %gold!'), (NULL, 'suggest_sell', 'Ridiculus price of %gold for %item!'), (NULL, 'suggest_sell', 'Wanna sell %item for %gold.'), (NULL, 'suggest_sell', 'Who needs %item? Only %gold.'), (NULL, 'suggest_sell', 'Anyone needs %item for %gold?'), (NULL, 'suggest_sell', '%gold for %item. Less than AH!'), (NULL, 'suggest_sell', '%item is expensive, but I''d sell it for %gold.'), (NULL, 'suggest_sell', 'You''ll never find %item cheaper than %gold!'), (NULL, 'suggest_sell', 'Need more than %item!'), (NULL, 'suggest_sell', 'I have %item and need more.'), (NULL, 'suggest_sell', 'Have %item. Who wants to buy for %gold?'), (NULL, 'suggest_sell', 'Anyone WTB %item for %gold?'), (NULL, 'suggest_sell', 'What about %item? For %gold.'), (NULL, 'suggest_sell', 'Who said I am a bastard? %item for %gold is a good price.'), (NULL, 'suggest_sell', 'I am selling %item? Just %gold.'), (NULL, 'suggest_sell', 'LFG for farming. You can still buy %item I have for %gold.'), (NULL, 'suggest_sell', 'Sold almost everything today. Still have %item for %gold.'), (NULL, 'suggest_sell', 'What use for trade chat? Of course to sell %item for %gold.'), (NULL, 'suggest_sell', 'Can anyone beat the price of %gold for %item?'), (NULL, 'suggest_sell', 'Wanna stop trade chat? Just buy %item? For %gold!'), (NULL, 'suggest_sell', 'Everybody spams in trade chat. Me too - %gold for %item!'), (NULL, 'suggest_sell', 'Is %item any use? Just selling it for %gold.'), (NULL, 'suggest_sell', 'I have %item ready to sell you for %gold.'), (NULL, 'suggest_sell', 'Did nothing yesterday but have got %item. Selling it for %gold.'), (NULL, 'suggest_sell', 'Farmed yesterday and got %item. Anyone wtb for %gold?'), (NULL, 'suggest_sell', 'Bought %item yesterday. Anyone needs it for %gold?'), (NULL, 'suggest_sell', 'Who asked for %item? The price is the same - %gold.'), (NULL, 'suggest_sell', 'I sill have %item. WTB for %gold?'), (NULL, 'suggest_sell', 'I used to have more than %item. Now needs to sell it for %gold.'), (NULL, 'suggest_sell', 'I wish I have more than %item. You could buy it for %gold anyways.'), (NULL, 'suggest_sell', 'What use for your gold? To buy my %item for %gold.'), (NULL, 'suggest_sell', 'Please spare some gold for me. You can buy %item for %gold.'), (NULL, 'suggest_sell', 'Is %gold is a good price for %item?'), (NULL, 'suggest_sell', 'Just bought yesterday %items, but do not need it anymore. Anyone wants for %gold?'), (NULL, 'suggest_sell', 'I am going to post %item on the AH but you can buy it now cheaper just for %gold.'), (NULL, 'suggest_sell', 'Why the #!@ have I bought %item? Anyone needs it for %gold?') ;