Welcome to the RaGEZONE - MMORPG development forums.

Simple Bot with drink and speaks!

This is a discussion on Simple Bot with drink and speaks! within the Habbo Releases forums, part of the Habbo Hotel category; Hey every one i figured id make a simple bot for every one to use the sql you can edit ...

Results 1 to 8 of 8
  1. #1
    mr.ryan @ freehabbo.org
    Rank
    Member +
    Join Date
    Apr 2008
    Posts
    355
    Liked
    2

    Simple Bot with drink and speaks!

    Click
    Hey every one i figured id make a simple bot for every one to use
    the sql you can edit if you would like


    INSERT INTO `bots` (`id`, `room_id`, `ai_type`, `name`, `motto`, `look`, `x`, `y`, `z`, `rotation`, `walk_mode`, `min_x`, `min_y`, `max_x`, `max_y`, `effect`) VALUES
    (122, ROOM ID, 'generic', 'Mr.Slave', 'Suck Dick Nigga', 'hr-831-61.wa-2005-62.sh-295-62.ch-803-96.hd-3091-1.lg-281-89', 8, 8, 0, 4, 'freeroam', 0, 0, 0, 0, 0),
    (2, 18, 'generic', 'Phil', 'Welcome to Revolution!', 'hr-831-61.wa-2005-62.sh-295-62.ch-803-96.hd-3091-1.lg-281-89', 3, 1, 0, 4, 'specified_range', 2, 1, 5, 1, 0);


    You can change the name and appearence and motto also for the hand id it may or may not work depending on your swfs you can go to your texts and theres a list of hand item ids you can use


    above is the bot and here is the responses below

    if you want a drink from the bot just say drink



    CREATE TABLE IF NOT EXISTS `bots_responses` (
    `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
    `bot_id` int(10) unsigned NOT NULL,
    `keywords` text NOT NULL,
    `response_text` varchar(200) NOT NULL,
    `mode` enum('say','shout','whisper') NOT NULL DEFAULT 'say',
    `serve_id` int(11) NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`),
    KEY `bot_id` (`bot_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

    --
    -- Dumping data for table `bots_responses`
    --

    INSERT INTO `bots_responses` (`id`, `bot_id`, `keywords`, `response_text`, `mode`, `serve_id`) VALUES
    (1, 122, 'hey;hello;hallo;hai;hoi;howdy;hi', 'Hey!', 'say', 0),
    (2, 122, 'drinken;drink;cola;voedsel;kopen;eten;ijs', 'You can get everything here, doesnt this look like a bar to you?', 'say', 66),
    (3, 122, 'Phil', 'Thats me!', 'say', 0),
    (5, 122, 'liefde;love;ik hou van jou;kusje', 'Liefde is raar... ', 'say', 0),
    (6, 122, 'dust;dusty;dirty;filthy;disgusting;eww', 'Are you calling my lobby dirty!??!', 'shout', 0),
    (7, 122, 'whisper to me harry', 'Do you like being whispered to...?', 'whisper', 0),
    (8, 122, 'yes;yep;definitely;yeah;uh-huh;no;nope;never;nay', 'Oh, well, if you say so...', 'say', 0),
    (9, 122, 'dutch;italian;sweedish;french;spanish;polish;portugese;brazillian;inglaise;anglais;hola;bonjour;nederlands;engels;swedish;language;german;deutsch', 'This is an English hotel! Please speak English or face punishment!', 'shout', 0),
    (10, 122, 'help;halp', 'I''m here to help! If theres anything I can''t answer, use the help tool to the left!', 'say', 0),
    (11, 122, 'job;badge;plz;please;pls', 'Please do not beg staff members! It''ll only annoy them and decrease your chances!', 'say', 0),
    (12, 122, 'cred;credz;creds;credits;coins', 'Credits are given out at random intervals. Check the site for more details.', 'say', 0),
    (13, 122, 'mod;admin;staff', 'Our dedicated staff are here to improve your retro experience!', 'say', 0),
    (14, 122, 'furni;decorate;walls;floor;windows;sofa;chair;table', 'If you want to decorate, buy some items from the catalogue and place them in your room!', 'say', 0),
    (15, 122, 'pixels', 'You get pixels for being online and getting achievements, you can then spend them in the catalogue!', 'say', 0);

  2. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jun 2007
    Location
    United Kingdom
    Posts
    233
    Liked
    61

    Re: Simple Bot with drink and speaks!

    Anyone with phoenix database can do this.

  3. #3
    (:
    Rank
    Member +
    Join Date
    Sep 2011
    Location
    Chi-Town
    Posts
    1,237
    Liked
    277
    Gamertag: BoiYouBettaRun

    Re: Simple Bot with drink and speaks!

    This release was aimed towards people who wont waste time making a good amount of features like this bot... Thanks for saving me time with this :P

  4. #4
    Member
    Rank
    Member
    Join Date
    May 2012
    Location
    Denmark
    Posts
    49
    Liked
    5

    Re: Simple Bot with drink and speaks!

    I already know how to, but great for noobies.
    |Working horses|Fun Commands|Very stable|Wired|Working groups and more|

    The new Habbo Emulation system!

  5. #5
    I am Nobody.
    Rank
    Member +
    Join Date
    Oct 2009
    Posts
    330
    Liked
    25

    Re: Simple Bot with drink and speaks!

    Add this...

    (16, 122, 'gay', 'YES I AM!', 'shout', 0);

    I'm joking -.-'
    Nice release btw
    Like my posts when you like them!!!

  6. #6
    mr.ryan @ freehabbo.org
    Rank
    Member +
    Join Date
    Apr 2008
    Posts
    355
    Liked
    2

    Re: Simple Bot with drink and speaks!

    lol i thought id have some fun with the name like Mr.Slave from south park but yea its great for newbs i meen you could probly use this on any databae also if you know how because usally if theres any errors when you put it straight there the sql you can just go to insert and edit it to work i find that to help with custom furni because alot of the times people who make customs dont always have the sqls 100 percent correct for every one but soon im also ganna try to release a catalogue that will just be customs and ect. but idk how long that will take me considering the amount of customs available but it should be a nice release but thank you every one for the feed back because i meen its easy to make a bot but this just saves so much time

  7. #7
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Oct 2008
    Location
    In a box.
    Posts
    368
    Liked
    72
    Gamertag: Xi Samosa iX

    Re: Simple Bot with drink and speaks!

    Cheers never could be asked to do this ^_^

  8. #8
    mr.ryan @ freehabbo.org
    Rank
    Member +
    Join Date
    Apr 2008
    Posts
    355
    Liked
    2

    Re: Simple Bot with drink and speaks!

    If any ones looking for help on there hotel and needs some one that can do bots/catalogue work or any thing meesage me

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •