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
Originally Posted by Ahl
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
Originally Posted by Kithio
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.
Originally Posted by Kithio
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
Originally Posted by Ahl
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?
Originally Posted by DylanGM
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.