Opennos Problem Limited Account

04/03/2020 12:26 stefano78#1
Hello Community


I have a Problem when i give GM rights with DB like 51

the player cant hit and they become a message LIMITED_ACCOUNT

how can i fix this please help me

[Only registered and activated users can see links. Click Here To Register...]

can it be this is the Problem?

best regards :-)
04/03/2020 13:04 InnoTx#2
ctrl+f in source then LIMITED_ACCOUNT and the rest you should be know how to do it !
04/03/2020 13:21 stefano78#3
yeah but its only a message in the source
like these

if (Session.Account.IsLimited)
{
Session.SendPacket(UserInterfaceHelper.GenerateInf o(Language.Instance.GetMessageFromKey("LIMITED_ACC OUNT")));
return;
}
04/03/2020 13:27 XV50#4
Quote:
Originally Posted by stefano78 View Post
yeah but its only a message in the source
like these

if (Session.Account.IsLimited)
{
Session.SendPacket(UserInterfaceHelper.GenerateInf o(Language.Instance.GetMessageFromKey("LIMITED_ACC OUNT")));
return;
}
Delete the code, and it's fixed.
04/03/2020 13:32 Irelia<3#5
Quote:
Originally Posted by XV50 View Post
Delete the code, and it's fixed.

pfff bullshit @[Only registered and activated users can see links. Click Here To Register...]



Account.cs

public bool IsLimited => Authority >= AuthorityType.Administrator && Authority != AuthorityType.Administrator; //Is Limited Fix
04/03/2020 13:35 InnoTx#6
Quote:
Originally Posted by Irelia<3 View Post
pfff bullshit @[Only registered and activated users can see links. Click Here To Register...]

This is a Packet Check i have a solution for that :) i must search it.
you kidding me ?


Quote:
Originally Posted by XV50 View Post
Delete the code, and it's fixed.
Tbh what XV50 says its right ?

you can also do it as comment with // or /*{the code}*/

[Only registered and activated users can see links. Click Here To Register...]
04/03/2020 13:51 stefano78#7
and what is the problem with these one

[Only registered and activated users can see links. Click Here To Register...]

im thanking you a lot guys :-)
04/03/2020 13:57 XV50#8
Quote:
Originally Posted by stefano78 View Post
and what is the problem with these one

[Only registered and activated users can see links. Click Here To Register...]

im thanking you a lot guys :-)
This is a missing LanguageKey
04/03/2020 14:17 Cucalon#9
Delete all the codes of limited accoint. You should look this in the source and delete all the code and done!
04/03/2020 14:54 stefano78#10
yeah i fix it thanks a lot

but now i have the problem with these

[Only registered and activated users can see links. Click Here To Register...]