Jump to content

Rank Pvp System 3.8.9 [Il - H5]


Recommended Posts

Missing Configs:

BUTTON_W

BUTTON_H

BUTTON_DOWN

BUTTON_UP

 

	
// Buttons
public static int BUTTON_W;
public static int BUTTON_H;
public static String BUTTON_UP;
public static String BUTTON_DOWN;

		// Buttons
		BUTTON_W = Integer.parseInt(ccSettings.getProperty("WidthOfButton", "134"));
		BUTTON_H = Integer.parseInt(ccSettings.getProperty("HeightOfButton", "21"));
		BUTTON_UP = ccSettings.getProperty("SourceOfNonPressedButton", "L2UI_ch3.BigButton3_over");
                       BUTTON_DOWN = ccSettings.getProperty("SourceOfPressedButton", "L2UI_ch3.BigButton3");

 

#-------------------------------------------------------------------------------------

#     Buttons             -

#-------------------------------------------------------------------------------------

WidthOfButton = 134

HeightOfButton = 21

SourceOfNonPressedButton = L2UI_ch3.BigButton3_over

SourceOfPressedButton = L2UI_ch3.BigButton3

Link to comment
Share on other sites

Hello I have this problem with latest version

Server version: L2j Server rev 5937/9641

MySql version: 5.5.24

RPS version: 3.6.4

Problem: Cb rankings not work

Server log information: Not problems in Gs

Additional: The command: _bbsrps is not implemented yet.

Link to comment
Share on other sites

Hey im getting 1 error ...

 

Description Resource Path Location Type

The method getPaperdollItems() is undefined for the type PcInventory RankPvpSystemDeathMgr.java /L2J_Server_BETA/java/com/l2jserver/gameserver/masteriopack/rankpvpsystem line 74 Java Problem

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...