The welcome lounge room model and fixed furni.

Results 1 to 22 of 22
  1. #1
    Make a wish .::Arjan::. is offline
    MemberRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    thumbs up The welcome lounge room model and fixed furni.

    Hello RZ, i have found the Welcoms lounge model with clickable furni on my retro; Drabbo.nl

    First make this room: (Thanks Ryan aka Niels for that tip)


    Download this furni;
    Fixed_Furni.rar (Thanks duckietm)!

    And you have clickable furni with the welcome lounge model.
    (and place blackhole 1x1 in the remaining tiles).

    And the look from Frank;
    hr-831-45.fa-1206-91.sh-290-1331.ha-3129-100.hd-180-2.cc-3039-73.ch-3215-92.lg-270-73


    The bot sql:
    -- phpMyAdmin SQL Dump
    -- version 3.5.2
    -- phpMyAdmin
    --
    -- Machine: localhost
    -- Genereertijd: 25 jul 2012 om 15:53
    -- Serverversie: 5.1.41
    -- PHP-versie: 5.3.1

    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
    SET time_zone = "+00:00";


    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;

    --
    -- Databank: `drabbo`
    --

    -- --------------------------------------------------------

    --
    -- Tabelstructuur voor tabel `bots`
    --

    CREATE TABLE IF NOT EXISTS `bots` (
    `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
    `room_id` int(10) unsigned NOT NULL DEFAULT '0',
    `ai_type` enum('generic','guide','pet') NOT NULL DEFAULT 'generic',
    `name` varchar(100) NOT NULL,
    `motto` varchar(120) NOT NULL,
    `look` text NOT NULL,
    `x` int(11) NOT NULL DEFAULT '0',
    `y` int(11) NOT NULL DEFAULT '0',
    `z` int(11) NOT NULL DEFAULT '0',
    `rotation` int(11) NOT NULL DEFAULT '0',
    `walk_mode` enum('stand','freeroam','specified_range') NOT NULL DEFAULT 'stand',
    `min_x` int(11) NOT NULL DEFAULT '0',
    `min_y` int(11) NOT NULL DEFAULT '0',
    `max_x` int(11) NOT NULL DEFAULT '0',
    `max_y` int(11) NOT NULL DEFAULT '0',
    `effect` int(2) NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`),
    KEY `room_id` (`room_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1549 ;

    --
    -- Gegevens worden uitgevoerd voor tabel `bots`
    --

    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
    (3, 1, 'generic', 'Frank', 'Hallo, ik ben Frank!', 'hr-831-45.fa-1206-91.sh-290-1331.ha-3129-100.hd-180-2.cc-3039-73.ch-3215-92.lg-270-73', 15, 19, 0, 0, 'freeroam', 0, 0, 0, 0, 0);

    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
    And the furni sql:
    http://forum.ragezone.com/f353/new-p...-found-837878/

    Like if you like my Topic(s).
    Greetz,
    Arjan
    Last edited by .::Arjan::.; 27-07-12 at 02:21 AM.


  2. #2
    Valued Member Monsma is offline
    MemberRank
    Dec 2011 Join Date
    The NetherlandsLocation
    126Posts

    Re: The welcome lounge room model and fixed furni.

    thanks for this

  3. #3
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: The welcome lounge room model and fixed furni.

    Awesome Arjan! :-)

  4. #4
    Make a wish .::Arjan::. is offline
    MemberRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: The welcome lounge room model and fixed furni.

    Quote Originally Posted by Lasse View Post
    Awesome Arjan! :-)
    You're welcome ;)

  5. #5
    Member Timzzz is offline
    MemberRank
    May 2012 Join Date
    52Posts

    Re: The welcome lounge room model and fixed furni.

    i love it

  6. #6
    Alpha Member sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,665Posts

    Re: The welcome lounge room model and fixed furni.

    how to put the bot in the room at that point?

  7. #7
    hoi Nilenz is offline
    MemberRank
    May 2011 Join Date
    The NetherlandsLocation
    380Posts

    Re: The welcome lounge room model and fixed furni.

    Wow Arjan, I like this so Thanks for release

  8. #8
    Make a wish .::Arjan::. is offline
    MemberRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: The welcome lounge room model and fixed furni.

    The bot sql:
    -- phpMyAdmin SQL Dump
    -- version 3.5.2
    -- phpMyAdmin
    --
    -- Machine: localhost
    -- Genereertijd: 25 jul 2012 om 15:53
    -- Serverversie: 5.1.41
    -- PHP-versie: 5.3.1

    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
    SET time_zone = "+00:00";


    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
    /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
    /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
    /*!40101 SET NAMES utf8 */;

    --
    -- Databank: `drabbo`
    --

    -- --------------------------------------------------------

    --
    -- Tabelstructuur voor tabel `bots`
    --

    CREATE TABLE IF NOT EXISTS `bots` (
    `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
    `room_id` int(10) unsigned NOT NULL DEFAULT '0',
    `ai_type` enum('generic','guide','pet') NOT NULL DEFAULT 'generic',
    `name` varchar(100) NOT NULL,
    `motto` varchar(120) NOT NULL,
    `look` text NOT NULL,
    `x` int(11) NOT NULL DEFAULT '0',
    `y` int(11) NOT NULL DEFAULT '0',
    `z` int(11) NOT NULL DEFAULT '0',
    `rotation` int(11) NOT NULL DEFAULT '0',
    `walk_mode` enum('stand','freeroam','specified_range') NOT NULL DEFAULT 'stand',
    `min_x` int(11) NOT NULL DEFAULT '0',
    `min_y` int(11) NOT NULL DEFAULT '0',
    `max_x` int(11) NOT NULL DEFAULT '0',
    `max_y` int(11) NOT NULL DEFAULT '0',
    `effect` int(2) NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`),
    KEY `room_id` (`room_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1549 ;

    --
    -- Gegevens worden uitgevoerd voor tabel `bots`
    --

    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
    (3, 1, 'generic', 'Frank', 'Hallo, ik ben Frank!', 'hr-831-45.fa-1206-91.sh-290-1331.ha-3129-100.hd-180-2.cc-3039-73.ch-3215-92.lg-270-73', 15, 19, 0, 0, 'freeroam', 0, 0, 0, 0, 0);

    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
    /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
    /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

  9. #9
    Novice St89 is offline
    MemberRank
    Apr 2012 Join Date
    1Posts

    Re: The welcome lounge room model and fixed furni.

    Where is the sqls for the furnis? Please addet!

  10. #10
    Make a wish .::Arjan::. is offline
    MemberRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: The welcome lounge room model and fixed furni.

    Quote Originally Posted by St89 View Post
    Where is the sqls for the furnis? Please addet!
    Here you go ;)
    http://forum.ragezone.com/f353/new-p...-found-837878/

  11. #11
    En Français? Bjork is offline
    MemberRank
    Apr 2007 Join Date
    854Posts

    Re: The welcome lounge room model and fixed furni.

    I fixed myself age ago but nice release for others :)

    Thank you

  12. #12
    Alpha Member sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,665Posts

    Re: The welcome lounge room model and fixed furni.

    Quote Originally Posted by iArjan View Post
    The bot sql:

    thanks guy

  13. #13
    Enthusiast DaiMinzz1 is offline
    MemberRank
    Feb 2012 Join Date
    The NetherlandsLocation
    31Posts

    Re: The welcome lounge room model and fixed furni.

    Thank you :)


    Edit: Its not fixed ? ..
    Last edited by DaiMinzz1; 25-07-12 at 07:15 PM.

  14. #14
    Make a wish .::Arjan::. is offline
    MemberRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: The welcome lounge room model and fixed furni.

    Quote Originally Posted by DaiMinzz1 View Post
    Thank you :)


    Edit: Its not fixed ? ..
    You must clear your cache ;x

  15. #15
    Proficient Member blink182sp44 is offline
    MemberRank
    Oct 2011 Join Date
    156Posts

    Re: The welcome lounge room model and fixed furni.

    Nice job! I Like it. You have MY like :D

  16. #16
    Account Upgraded | Title Enabled! landline is offline
    MemberRank
    Oct 2011 Join Date
    In Blast HotelLocation
    423Posts

    Re: The welcome lounge room model and fixed furni.

    Mine was already fixed, but thanks anyway.. It will help others :D

  17. #17
    Valued Member BurakAdama is offline
    MemberRank
    Jul 2012 Join Date
    142Posts

    Re: The welcome lounge room model and fixed furni.

    Thanks, working

  18. #18
    Enthusiast Matthew55 is offline
    MemberRank
    Jan 2012 Join Date
    39Posts

    Re: The welcome lounge room model and fixed furni.

    Where is the furniture and catalog_items sql??????
    :)

    -Matt

  19. #19
    Make a wish .::Arjan::. is offline
    MemberRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: The welcome lounge room model and fixed furni.

    Quote Originally Posted by Matthew55 View Post
    Where is the furniture and catalog_items sql??????
    :)

    -Matt
    I have place it in my post.

  20. #20
    Account Upgraded | Title Enabled! Chapo is offline
    MemberRank
    Jul 2010 Join Date
    United StatesLocation
    944Posts

    Re: The welcome lounge room model and fixed furni.

    (!@#$%^%!) i found for you :@:@

  21. #21
    Account Upgraded | Title Enabled! Incinigrate is offline
    MemberRank
    May 2012 Join Date
    314Posts

    Re: The welcome lounge room model and fixed furni.

    Thanks for the release <3 Will help a lot of people who want to make a welcome room like that :P

  22. #22
    Make a wish .::Arjan::. is offline
    MemberRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: The welcome lounge room model and fixed furni.

    Quote Originally Posted by Niels View Post
    (!@#$%^%!) i found for you :@:@
    O sorry i forgot to say that :$



Advertisement