:brb on Phoenix

Results 1 to 2 of 2
  1. #1
    YOLO <3 DutchenL is offline
    Grand MasterRank
    Jul 2013 Join Date
    543Posts

    :brb on Phoenix

    Anyone know how to make the command :brb on PhoenixEMU?


  2. #2
    Newbie FreakyD96 is offline
    MemberRank
    Apr 2015 Join Date
    2Posts

    Re: :brb on Phoenix

    Here:

    Paste in ChatCommandHandler.cs


    Code:
    case 124:
    
    
    {
    
    if (Session.GetHabbo().method_24().int_0 == 500)
    
    {
    
    Session.GetHabbo().method_24().method_2(0, true);
    
    }
    
    else
    
    {
    
    Session.GetHabbo().method_24().method_2(500, true);
    
    }
    
    flag2 = true;
    
    return flag2;
    
    }
    And in RoleManager.cs

    Code:
    this.dictionary_4.Add("afk", 124);
    this.dictionary_4.Add("brb", 124);
    Download for Enable:
    Here

    Screen:


    Cheerio,
    Dany

    (Code and download by retroripper.com)



Advertisement