[C#] [r26] Pet Commands [r26] [C#]

Results 1 to 11 of 11
  1. #1
    Account Upgraded | Title Enabled! 321olos is offline
    MemberRank
    Mar 2009 Join Date
    409Posts

    [C#] [r26] Pet Commands [r26] [C#]

    Ok so i decided today to release my pet commands as i dont plan on coding pets anymore.

    They are not complete so if anyone wants to fix then re-release you may but include me in credits.

    This has just about all commands need but not all.

    PHP Code:
                        #region Pet Commands
                        #region dead
                        
    case "dead":
                            {
                                
    handleStatus("ded"""20000);
                                break;
                            }
                        
    #endregion
                        #region jump
                        
    case "jump":
                            {
                                
    handleStatus("jmp"""10000);
                                break;
                            }
                        
    #endregion
                        #region sit
                        
    case "sit":
                            {
                                
    handleStatus("sit"""10000);
                                break;
                            }
                        
    #endregion
                        #region lay
                        
    case "lay":
                            {
                                
    handleStatus("lay"""10000);
                                break;
                            }
                        
    #endregion
                        #region come
                        
    case "come":
                            {
                                
    Coord Next = new Coord();
                                
    int[] Borders Room.getMapBorders();
                                
    Next = new Coord(roomUser.1roomUser.Y);
                                
    goalX Next.X;
                                
    goalY Next.Y;
                                break;
                            }
                        
    #endregion
                        #region beg
                        
    case "beg":
                            {
                                
    handleStatus("beg"""20000);
                                break;
                            }
                        
    #endregion
                        #region eat
                        
    case "eat":
                            {
                                
    handleStatus("eat"""10000);
                                break;
                            }
                        
    #endregion
                        #region sleep
                        
    case "sleep":
                            {
                                
    handleStatus("ded"""20000);
                                
    Room.sendShout(this"ZzzZZZzzzzZzz");
                                break;
                            }
                        
    #endregion
                        #region nest
                        
    case "nest":
                            {
                                
    ToNest();
                                break;
                            }
                        
    #endregion

                        #region NEED TESTING
                        
    case "play":
                            {
                                
    handleStatus("ply"""10000);
                                break;
                            }
                        case 
    "drink":
                            {
                                
    handleStatus("drk"""10000);
                                break;
                            }
                        
    #endregion
                        #endregion

            #region ToNest
            
    private void ToNest()
            {
                
    haltAI true;
                
    milliseconds 20000;
                
    Coord PetNest = new Coord();
                
    int[] Borders Room.getMapBorders();
                
    PetNest = new Coord(Nest.XNest.Y);
                
    goalX PetNest.X;
                
    goalY PetNest.Y;
                
    //if (X == Nest.X && Y == Nest.Y)
                    //haltAI = true;
            
    }
            
    #endregion 
    Add these to virtualPet.cs if ur emu has pets. If your not a noob you will know where to add.

    Please click thanks.


  2. #2
    Alpha Member Zak© is offline
    MemberRank
    Oct 2007 Join Date
    2,693Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    Is this the one you coded for me?

  3. #3
    Thanks for the memories! Mithex is offline
    MemberRank
    May 2010 Join Date
    HeavenLocation
    2,014Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    Nice Olos!

  4. #4
    Enthusiast Focus is offline
    MemberRank
    Jul 2010 Join Date
    25Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    yes.. Now the pets code for in our source :P

  5. #5
    Account Upgraded | Title Enabled! 321olos is offline
    MemberRank
    Mar 2009 Join Date
    409Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    Quote Originally Posted by ŽÄK View Post
    Is this the one you coded for me?
    I had these coded way before i added to your emu. SO yeah.

  6. #6
    Enthusiast Focus is offline
    MemberRank
    Jul 2010 Join Date
    25Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    but its nice..

  7. #7
    Account Upgraded | Title Enabled! Sledmore is offline
    MemberRank
    Jun 2009 Join Date
    1,133Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    Cheers for this (:.

  8. #8
    Account Upgraded | Title Enabled! 321olos is offline
    MemberRank
    Mar 2009 Join Date
    409Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    Quote Originally Posted by Sledmore View Post
    Cheers for this (:.
    No problem. Please click thanks.

  9. #9
    Banned winterpartys is offline
    BannedRank
    Jan 2009 Join Date
    Australia, OLD.Location
    695Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    Its amazying the inactivity of HH Section
    Anyway is there a really good source that you recommend to add this? :D

  10. #10
    Account Upgraded | Title Enabled! 321olos is offline
    MemberRank
    Mar 2009 Join Date
    409Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    Quote Originally Posted by winterpartys View Post
    Its amazying the inactivity of HH Section
    Anyway is there a really good source that you recommend to add this? :D
    I know i just saw like 6 replies in how many hours and im like looks like no one likes habbo anymore.

    And yeah the emu i coded them in was r10 so that would be the best.

  11. #11
    I'm back! iJay is offline
    MemberRank
    Nov 2008 Join Date
    Down Under ;)Location
    602Posts

    Re: [C#] [r26] Pet Commands [r26] [C#]

    This is nice Scott, Like always..

    Keep it up!



Advertisement