AKllX's Plus Edit

Page 5 of 13 FirstFirst 12345678910111213 LastLast
Results 61 to 75 of 184
  1. #61
    Account Upgraded | Title Enabled! iRetro™ is offline
    MemberRank
    Feb 2010 Join Date
    United KingdomLocation
    558Posts

    Re: AKllX's Plus Edit

    Could someone upload a complied version of this?

  2. #62
    Proficient Member Jeanzinh0 is offline
    MemberRank
    May 2009 Join Date
    BrazilLocation
    175Posts

    Re: AKllX's Plus Edit

    Editing the code I got it:


  3. #63
    ~|=_=|~ Receiver is offline
    MemberRank
    Sep 2013 Join Date
    PlutoLocation
    624Posts

    Re: AKllX's Plus Edit

    Quote Originally Posted by iRetro™ View Post
    Could someone upload a complied version of this?
    Here you go:
    Debug

  4. #64
    Proficient Member Jeanzinh0 is offline
    MemberRank
    May 2009 Join Date
    BrazilLocation
    175Posts

    Re: AKllX's Plus Edit

    Quote Originally Posted by Vaulient View Post
    Found a bug in this emu .... When you buy 2 bots , and set a speech for one , the speech goes to the other bot aswell. My hotel has like 20 bots , and one bot is in the welcome room and it's giving out the speech that every bot is programmed to say.
    Yep.

    Find:
    Code:
    dbClient.setQuery("SELECT text, shout, bot_id FROM bots_speech
    Replace:
    Code:
    dbClient.setQuery("SELECT text, shout, bot_id FROM bots_speech WHERE bot_id = " + Row["id"]);

  5. #65
    Proficient Member Jeanzinh0 is offline
    MemberRank
    May 2009 Join Date
    BrazilLocation
    175Posts

    Re: AKllX's Plus Edit

    Bots Freeroam fix:

    Go to Silvarwave/HabboHotel/RoomBots/GenericBot.cs

    Find:
    Code:
    internal override void OnTimerTick()
    Replace:
    Code:
            internal override void OnTimerTick()
            {
                if (base.GetBotData() != null)
                {
                    if (this.SpeechTimer <= 0)
                    {
                        if (base.GetBotData().RandomSpeech.Count > 0)
                        {
                            if (canSpeak)
                            {
                                RandomSpeech randomSpeech = base.GetBotData().GetRandomSpeech();
                                base.GetRoomUser().Chat(null, randomSpeech.Message, randomSpeech.Shout, 0);
                            }
                        }
                        this.SpeechTimer = speechDelta;
                    }
                    else
                    {
                        this.SpeechTimer--;
                    }
                    if (this.nextAction > 0)
                    {
    
                        this.nextAction--;
                    }
                    else
                    {
                        switch (base.GetBotData().WalkingMode.ToLower())
                        {
                            case "freeroam":
                                {
                                    Point point = base.GetRoom().GetGameMap().getRandomWalkableSquare();
                                    base.GetRoomUser().MoveTo(point.X, point.Y);
                                    break;
                                }
                            case "specified_range":
                                {
                                    Point point = base.GetRoom().GetGameMap().getRandomWalkableSquare();
                                    base.GetRoomUser().MoveTo(point.X, point.Y);
                                    break;
                                }
                        }
                        this.nextAction = new Random(DateTime.Now.Millisecond + this.virtualId ^ 2).Next(15, 30);
                    }
                }
            }
        }
    Screen: http://i.imgur.com/r1KTp52.png
    Last edited by Jeanzinh0; 27-12-13 at 11:15 PM.

  6. #66
    Not so spooky... MrSpooks is offline
    MemberRank
    May 2010 Join Date
    Under a rockLocation
    1,068Posts

    Re: AKllX's Plus Edit

    Quote Originally Posted by SamuelM View Post
    why did you stop? it was funny to watch you work ;D

    Maybe his internet went? lol i duno xD

  7. #67
    Member SamuelM is offline
    MemberRank
    Jan 2014 Join Date
    Norrtälje, SweLocation
    90Posts

    Re: AKllX's Plus Edit

    Quote Originally Posted by MrSpooks View Post
    Maybe his internet went? lol i duno xD
    i think so xD

  8. #68
    Unspoiled Perfection AKllX is offline
    MemberRank
    Aug 2007 Join Date
    @ akllxprojectLocation
    366Posts

    Re: AKllX's Plus Edit

    Srry I had to go shopping. Should be online for the next hours now. https://secure.join.me/604-074-493

    My current to-do list is (in that order. Please notice that I won't be able to do all of it today):

    Handle Room-Settings with no rollbacks.
    Room fowarding
    Basic Catalogue Pages implementation
    Bots Catalogue Page
    Room Chat options
    Bot Serializing and room testing: Walking, Talking and Dancing. Stress test the room with 30 bots.
    General catalogue implementation: General Furni listing and buying
    New floor furni Heightmap tests
    Missing catalogue buying furni aspects: Gifts, Limited Edition and Seasonal Currency

  9. #69
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: AKllX's Plus Edit

    Are u gonna release it?

  10. #70
    Proficient Member 13rad is offline
    MemberRank
    Jul 2013 Join Date
    166Posts

    Re: AKllX's Plus Edit

    Quote Originally Posted by Twan View Post
    Are u gonna release it?
    Twan, on the join.me he said he will release it.

  11. #71
    Enthusiast IcePhreak is offline
    MemberRank
    Nov 2013 Join Date
    The Great DividLocation
    41Posts

    Re: AKllX's Plus Edit

    When I upload the DB i get over 10000 errors in Navicat. Can anyone help me solve this?

  12. #72
    Banned rafa95123 is offline
    BannedRank
    May 2009 Join Date
    /home/RaphaLocation
    564Posts

    Re: AKllX's Plus Edit

    Quote Originally Posted by Steven Vasquez View Post
    Operate the rollers and wireds correctly?
    Rollers yes. Wireds no. :)

  13. #73
    ayyy lmao Lagan is offline
    MemberRank
    Jan 2011 Join Date
    294Posts

    Re: AKllX's Plus Edit

    Will you be updating to the new UI in your next revision release?

  14. #74
    Proficient Member JerryCool is offline
    MemberRank
    Jul 2013 Join Date
    ChicagoLocation
    154Posts

    Re: AKllX's Plus Edit

    Wired are completely working fine for me.. and Here is a SQL for Room Catagories;
    INSERT INTO `navigator_flatcats` VALUES ('15', 'No Category', '1', '1');INSERT INTO `navigator_flatcats` VALUES ('1', 'Chrome Staff Room', '1', '4');
    INSERT INTO `navigator_flatcats` VALUES ('2', 'Competition Category', '0', '1');
    INSERT INTO `navigator_flatcats` VALUES ('3', 'unused competition category', '0', '1');
    INSERT INTO `navigator_flatcats` VALUES ('4', 'Themed & RPG Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('5', 'Restaurant, Bar & Night Club Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('6', 'Club & Group Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('7', 'Chat, Chill & Discussion Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('8', 'Maze & Theme Park Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('9', 'Trading & Shopping Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('10', 'Gaming & Race Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('11', 'Hair Salons & Modelling Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('12', 'Help Centre, Guide & Service Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('13', 'School, Daycare & Adoption Rooms', '1', '1');
    INSERT INTO `navigator_flatcats` VALUES ('14', 'All Other Rooms', '1', '1');
    If anyone wants it :D

  15. #75
    Enthusiast Saywaves is offline
    MemberRank
    Feb 2014 Join Date
    Habbo HotelLocation
    25Posts

    Re: AKllX's Plus Edit

    Quote Originally Posted by JerryCool View Post
    Wired are completely working fine for me.. and Here is a SQL for Room Catagories;

    If anyone wants it :D
    Wired? A test hotel?



Advertisement