Warning to Anyone Using Phoenix Source

Posts 1621 of 21 · Page 2 of 2
Quote Originally Posted by DylanGM View Post
BS i've searched for an hour now. I can't find anything. Still looking though.


Does this have anything to do with it,


 
Code
internal class LuciferTestingCommand : ICommand
{
public string Command
{
get { return "lucitest"; }
}

public int RequiredRank
{
get { return 9; }
}

public void Execute(Player player, string[] args)
{
player.Client.Reconnect(new ReconnectPacket
{
Host = "",
Port = 2050,
GameId = World.ADM_ID,
Name = "Admin Room",
Key = Empty<byte>.Array,
});
}
}
Nope not even close.

The rank override was pretty smart. Anyone who had x name would have the Founder tag and also the commands so even if you tried to demote that person, they will still have the commands
Quote Originally Posted by Ahl View Post
Nope not even close.

The rank override was pretty smart. Anyone who had x name would have the Founder tag and also the commands so even if you tried to demote that person, they will still have the commands
It was just me being lazy... not wanting to promote myself through DB drove me to make an override for the accounts I use
Quote Originally Posted by Kithio View Post


It was just me being lazy... not wanting to promote myself through DB drove me to make an override for the accounts I use
Fucking beautiful.
Quote Originally Posted by Kithio View Post


It was just me being lazy... not wanting to promote myself through DB drove me to make an override for the accounts I use
But that lazyness created another loop hole
Quote Originally Posted by Ahl View Post
Nope not even close.

The rank override was pretty smart. Anyone who had x name would have the Founder tag and also the commands so even if you tried to demote that person, they will still have the commands
Must of been fixed on the server I use. I have all 3 usernames claimed, and it does give me the stars, but not the tag, nor the commands. I think it somewhere, but I forget where. Was the tag [CM] or something like that?
Quote Originally Posted by DylanGM View Post
Must of been fixed on the server I use. I have all 3 usernames claimed, and it does give me the stars, but not the tag, nor the commands. I think it somewhere, but I forget where. Was the tag [CM] or something like that?
I believe @Stellar Spark Fixed the issue in the 1.9.2 version release of the source/client. No need to worry anymore, only the stars are present.
Posts 1621 of 21 · Page 2 of 2

Post a Reply

Tags for this Thread

None

Need help?