DescJa Posted May 6, 2013 Posted May 6, 2013 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
<< Masterio >> Posted May 7, 2013 Author Posted May 7, 2013 thx for info i will add this config in next rev:D
stevefox Posted May 11, 2013 Posted May 11, 2013 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.
<< Masterio >> Posted May 12, 2013 Author Posted May 12, 2013 Check CommunityBoard class and my path for it. I changed command name from: _bbscprs for: _bbsrps :D
stevefox Posted May 12, 2013 Posted May 12, 2013 bypass is correct. you can see by the image. http://img96.imageshack.us/img96/739/bypasserrorc.jpg what else could be wrong? Could you answer my pm? Thank you.
<< Masterio >> Posted May 13, 2013 Author Posted May 13, 2013 should be: _bbsrps:0 replace ";" for ":" ;)
Marlin Posted May 16, 2013 Posted May 16, 2013 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
Marlin Posted May 16, 2013 Posted May 16, 2013 anyone know what i need to do so that getPaperdollitems() is defined?
<< Masterio >> Posted May 16, 2013 Author Posted May 16, 2013 install all patches correctly, it should resolve the problem. Btw try 3.6.4 Inventory.diff
Marlin Posted May 16, 2013 Posted May 16, 2013 yes i applied all the patches of the newest version and it tells me that man.... inventory.diff is only one that gives me errors.
Marlin Posted May 16, 2013 Posted May 16, 2013 this error is occuring in rankpvpsystemdthmanger.java if that helps
Recommended Posts