Disable Firstmaster [252]

Page 3 of 3 FirstFirst 123
Results 51 to 69 of 69
  1. #51
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: Disable Firstmaster [252]

    Quote Originally Posted by Trilest View Post
    what command ?
    I'm asking for a fix to stop the ugradeid 252 from getting roommaster once he gets in a room.
    that is a command though <.< Instead of a written text commmand it reads your ugrade as 252 and COMMANDS it to make you first master <.<

    /sigh

    ill take a day off from the pengu quest and help you xD

  2. #52
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: Disable Firstmaster [252]

    Oh nvm then lol.
    Thank you BA.

  3. #53
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: Disable Firstmaster [252]

    /bump..

  4. #54
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: Disable Firstmaster [252]

    all i am finding is the command that forces the maker of the room the master, then when he leaves the next person that joined becomes the master.

    even searching just the ugrade 252 leaves nothing, because it is also connected with 254 and 255

  5. #55

    Re: Disable Firstmaster [252]

    /showinfo just shows the master of the room.

    There is another function that deals with the player join/leaving and when a UGradeID 252 joins, it changes the room master and calls the FirstMaster function to show the previous master of the room.

    Can anyone help in finding that function?

  6. #56
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: Disable Firstmaster [252]

    /showinfo, I believe it's called in the first-master function. I could be wrong, idk. :p

  7. #57

    Re: Disable Firstmaster [252]

    It is the same.

  8. #58
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: Disable Firstmaster [252]

    show info is nothing to the 252 function though...

  9. #59
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: Disable Firstmaster [252]

    still no fix ...

  10. #60
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: Disable Firstmaster [252]

    Editing 0045C1DF would stop an account with UGradeID 252 from automatically executing /showinfo when they join the room.

    0045D120 is the address that changes the stagemaster to a staffmember. If you reverse it a bit more, you'll end up at 0045E7E1. Change it to JMP and done.

  11. #61
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: Disable Firstmaster [252]

    Quote Originally Posted by Wizkidje View Post
    Editing 0045C1DF would stop an account with UGradeID 252 from automatically executing /showinfo when they join the room.

    0045D120 is the address that changes the stagemaster to a staffmember. If you reverse it a bit more, you'll end up at 0045E7E1. Change it to JMP and done.
    So a 'RETN' at '0045D120' and change '0045E7E1' to 'JMP' ?

    Wow thanks man.

  12. #62
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    Re: Disable Firstmaster [252]

    If i'm right that's it.

    1)0045C1DF - JMP SHORT 0045C1F3

    2)0045E7E1 - JMP SHORT 0045E7FD

    Edit : Work 100%
    Last edited by lapochier; 01-08-09 at 06:14 AM.

  13. #63
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Disable Firstmaster [252]

    Quote Originally Posted by lapochier View Post
    If i'm right that's it.

    1)0045C1DF - JMP SHORT 0045C1F3

    2)0045E7E1 - JMP SHORT 0045E7FD

    I will try it later.
    Quote Originally Posted by Wizkidje View Post
    Editing 0045C1DF would stop an account with UGradeID 252 from automatically executing /showinfo when they join the room.

    0045D120 is the address that changes the stagemaster to a staffmember. If you reverse it a bit more, you'll end up at 0045E7E1. Change it to JMP and done.
    You don't need to edit 0045C1DF.

  14. #64
    Proficient Member lapochier is offline
    MemberRank
    Oct 2008 Join Date
    153Posts

    Re: Disable Firstmaster [252]

    Well the showinfo are annoying anyway XD

  15. #65
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: Disable Firstmaster [252]

    well i think if you would do show info after the edit i think you would probably crash, thats what wiz was getting at

  16. #66
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Disable Firstmaster [252]

    Quote Originally Posted by BetrayedAcheron View Post
    well i think if you would do show info after the edit i think you would probably crash, thats what wiz was getting at
    I believe he was saying thats just for stopping the command happening.

    Its optional from what I see.

  17. #67

    Re: Disable Firstmaster [252]

    Quote Originally Posted by Wizkidje View Post
    Editing 0045C1DF would stop an account with UGradeID 252 from automatically executing /showinfo when they join the room.

    0045D120 is the address that changes the stagemaster to a staffmember. If you reverse it a bit more, you'll end up at 0045E7E1. Change it to JMP and done.
    Big thanks. =D

  18. #68
    Account Upgraded | Title Enabled! Trilest is offline
    MemberRank
    Apr 2009 Join Date
    The NetherlandsLocation
    549Posts

    Re: Disable Firstmaster [252]

    Quote Originally Posted by lapochier View Post
    If i'm right that's it.

    1)0045C1DF - JMP SHORT 0045C1F3

    2)0045E7E1 - JMP SHORT 0045E7FD

    Edit : Work 100%
    So only change these 2 adresses ?

  19. #69

    Re: Disable Firstmaster [252]

    Yes, only the 2 addresses. First is optional though.



Page 3 of 3 FirstFirst 123

Advertisement