Re: Disable Firstmaster [252]
Quote:
Originally Posted by
Trilest
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
Re: Disable Firstmaster [252]
Oh nvm then lol.
Thank you BA.
Re: Disable Firstmaster [252]
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
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?
Re: Disable Firstmaster [252]
/showinfo, I believe it's called in the first-master function. I could be wrong, idk. :p
Re: Disable Firstmaster [252]
Re: Disable Firstmaster [252]
show info is nothing to the 252 function though...
Re: Disable Firstmaster [252]
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.
Re: Disable Firstmaster [252]
Quote:
Originally Posted by
Wizkidje
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.
Re: Disable Firstmaster [252]
If i'm right that's it.
1)0045C1DF - JMP SHORT 0045C1F3
2)0045E7E1 - JMP SHORT 0045E7FD
Edit : Work 100%
Re: Disable Firstmaster [252]
Quote:
Originally Posted by
lapochier
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
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.
Re: Disable Firstmaster [252]
Well the showinfo are annoying anyway XD
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
Re: Disable Firstmaster [252]
Quote:
Originally Posted by
BetrayedAcheron
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.
Re: Disable Firstmaster [252]
Quote:
Originally Posted by
Wizkidje
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
Re: Disable Firstmaster [252]
Quote:
Originally Posted by
lapochier
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 ?
Re: Disable Firstmaster [252]
Yes, only the 2 addresses. First is optional though.