[FIXED]Clan Privileges

Move here solved/invalid bug reports.
Please add manual tag [INVALID] to invalid reports, until we add new tag system, thanks.
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Clan Privileges

Post by Sdw »

Wild try as it's the only diff I can see related :

ManagePledgePower

change the 2 first D with :

writeD(_rank);
writeD(_action);
otsaki5
Posts: 40
Joined: Tue Oct 14, 2014 10:22 am

Re: Clan Privileges

Post by otsaki5 »

I changed it to:

Code: Select all

			writeC(0x2a);
			writeD(_rank);
			writeD(_action);
			writeD(_clan.getRankPrivs(_rank).getBitmask());
Not working.. god damn :/ how can it work to you :P can you upload your source and i'll run it in my eclipse to see what is different?

I explain again, when i enter in game with Clan Leader all my buttons in clan window are "unavailable" like i would have no privs.
otsaki5
Posts: 40
Joined: Tue Oct 14, 2014 10:22 am

Re: Clan Privileges

Post by otsaki5 »

Nothing? I still didn't find the solution to fix it... anyone can push on git the last working clan privs?
otsaki5
Posts: 40
Joined: Tue Oct 14, 2014 10:22 am

Re: Clan Privileges

Post by otsaki5 »

Any news about it? I still didn't manage to fix it yet...
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Clan Privileges

Post by Sdw »

Please be patient :|
otsaki5
Posts: 40
Joined: Tue Oct 14, 2014 10:22 am

Re: Clan Privileges

Post by otsaki5 »

I am patient but would have been cool if you would have share the working one already so i can test it out and not wait for Unafraid, he is probably gone for a couple of days ^^ but aight.. :D

From all i investigated.. i think the masks from userinfo are the issue.. how they are sent
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Clan Privileges

Post by UnAfraid »

Fixed in [commit]83ea1d75d41b26e55131b13b1be59b64c93a2165[/commit] and
Image
otsaki5
Posts: 40
Joined: Tue Oct 14, 2014 10:22 am

Re: Clan Privileges

Post by otsaki5 »

I've remade for the 4th time the server setup.

1) I download with Eclipse from git the "Ertheia" branch for both L2JServer/L2JDataPack.
2) I build both of them then unrar Datapack then Server into a new folder.
3) I setup the DATABASE with the .jar file for gs,ls.
4) I go and setup the db password in login config/server config.
5) i register hexid and move it in gameserver config file.
6) I enter game and clans privs don't work, i reboot i did all i knew... can anyone help me?

Image
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Clan Privileges

Post by UnAfraid »

It works for me.
You do not have the required permissions to view the files attached to this post.
Image
Post Reply