`NeverMore Posted October 29, 2012 Posted October 29, 2012 i cant find Config's files in latest update
l2gang Posted October 29, 2012 Posted October 29, 2012 for Nevermore if you reffer to *.properties file, you find it in this folder : properties_v2.9.6 in latest version only sql was updated. for matthewmaster04 i dont understand this procedures thing, functions, never saw it before. i see that in CPS_BBS_top you use : date_from in CPS_BBS_get_daily_kills you use : from_date that is how it should be?
<< Masterio >> Posted October 29, 2012 Author Posted October 29, 2012 parameter names are not important, from java code only place of parameter is important, paramenter names are used only inside the procedure. So its good.
<< Masterio >> Posted October 29, 2012 Author Posted October 29, 2012 On 10/28/2012 at 10:50 AM, muaddict said: exm matthewmaster04 what are the known problems of the rank system? i show some todo inside so is there anything missing or known problem? no problems, its information for me only ;) i can back to this code part, do it more clear, or check all possibilities, or add more restrictions its all:D
Nightw0lf Posted October 30, 2012 Posted October 30, 2012 well i had take the old version of l2jfrozen you had and implemented it in h5 with cb aswel so i need to be sure if i update you wont come up with other upgrades ^_^ so this is fixed? - Some images can show gray artifacts. Don't worry, it will be fixed. ? i have not tested your h5 code yet thats why i ask thank you again you did very very good job!! :)
<< Masterio >> Posted October 30, 2012 Author Posted October 30, 2012 If i find bugs or add new features i will update it. about images for now looks good.
disorder25 Posted November 1, 2012 Posted November 1, 2012 Interest pvp system, great share my friend. thank you.
DeathSpank287 Posted November 2, 2012 Posted November 2, 2012 Version 2.9.9 L2PcInstance.. This part does not match: @@ -5846,12 +5872,10 @@ */ public void increasePvpKills(L2Character target) { - if (target instanceof L2PcInstance - && AntiFeedManager.getInstance().check(this, target)) - { + if(!CustomPvpSystemConfig.CUSTOM_PVP_LEGAL_COUNTER_ALTT_ENABLED && target instanceof L2PcInstance && AntiFeedManager.getInstance().check(this, target)){ // Add karma to attacker and increase its PK counter setPvpKills(getPvpKills() + 1); // Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter sendPacket(new UserInfo(this)); sendPacket(new ExBrExtraUserInfo(this)); Can you look into it please? L2J Revision: 5682M
<< Masterio >> Posted November 3, 2012 Author Posted November 3, 2012 On 11/2/2012 at 11:24 PM, DeathSpank287 said: Version 2.9.9 L2PcInstance.. This part does not match: @@ -5846,12 +5872,10 @@ */ public void increasePvpKills(L2Character target) { - if (target instanceof L2PcInstance - && AntiFeedManager.getInstance().check(this, target)) - { + if(!CustomPvpSystemConfig.CUSTOM_PVP_LEGAL_COUNTER_ALTT_ENABLED && target instanceof L2PcInstance && AntiFeedManager.getInstance().check(this, target)){ // Add karma to attacker and increase its PK counter setPvpKills(getPvpKills() + 1); // Send a Server->Client UserInfo packet to attacker with its Karma and PK Counter sendPacket(new UserInfo(this)); sendPacket(new ExBrExtraUserInfo(this)); Can you look into it please? L2J Revision: 5682M 2.9.9 try 3.0.0, and if you have other version than l2j server H5 stable try fit it manually.
<< Masterio >> Posted November 3, 2012 Author Posted November 3, 2012 little fix for pk counter, if alt+T is enabled. v3.0.1 released.
pipiou21 Posted November 3, 2012 Posted November 3, 2012 On 10/13/2012 at 2:28 PM, MaKasTreRo said: I have problem in login server: CustomConfig.properties does not exists on your gameserver/config folder.
Recommended Posts