Petition System

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
taro87
Posts: 18
Joined: Mon Dec 10, 2012 12:37 pm

Petition System

Post by taro87 »

On Retail you could write a Petition at any time. I think removing the "is the gm online" will be a better one.

/L2J_Server_BETA/java/com/l2jserver/gameserver/network/clientpackets/RequestPetition.java

Code: Select all

ย // if (!AdminTable.getInstance().isGmOnline(false))// {// activeChar.sendPacket(SystemMessageId.NO_GM_PROVIDING_SERVICE_NOW);// return;// }
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Petition System

Post by Zoey76 »

Seems right, but if there is no GM online you get a message, I'll che it out and post some screens maybe.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
taro87
Posts: 18
Joined: Mon Dec 10, 2012 12:37 pm

Re: Petition System

Post by taro87 »

Zoey76 wrote:Seems right, but if there is no GM online you get a message, I'll che it out and post some screens maybe.
When commented out. The petition is working allright for me.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Petition System

Post by UnAfraid »

taro87 wrote:
Zoey76 wrote:Seems right, but if there is no GM online you get a message, I'll che it out and post some screens maybe.
When commented out. The petition is working allright for me.
you must use //gmliston
In order to make yourself visible not to remove this check :)
Image
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Petition System

Post by Zoey76 »

UnAfraid wrote:
taro87 wrote:
Zoey76 wrote:Seems right, but if there is no GM online you get a message, I'll che it out and post some screens maybe.
When commented out. The petition is working allright for me.
you must use //gmliston
In order to make yourself visible not to remove this check :)
I noticed in retail the petition windows open even if there are no GM online/visible.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
taro87
Posts: 18
Joined: Mon Dec 10, 2012 12:37 pm

Re: Petition System

Post by taro87 »

When i remember right. Its about 2 years ago i played on Teon (Retail, former Naia?). There were 24/7 no /gmlist working. And petition were answered without that ;)

But i noticed that the "Accept" Button is working even if the player who made this petition is offline. I didnt find the handler which is doing that. But when i find it i will fix that too :-)
Because after accepting the petition, the html interface doesnt contain a new accept button.
Thats a bit damn if you have 20 or more petitions :S
Post Reply