-
Content Count
252 -
Joined
-
Last visited
-
Days Won
5 -
Feedback
0%
Content Type
Downloads
Articles
Profiles
Forums
Store
Streams
Everything posted by << Masterio >>
-
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
Sorry guys, now I am android games developer and I have no time for JAVA [perhaps in the future]. PS: Code have some bugs for sure, I started learn java on it, if you are good in programming you can improve it on your own ;) -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
Try to use "User Command", but it require edit 1 of client file. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
yes the diff files inside, but it is diff for clear server files. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
I released the new version only for H5 server (i have no time for conversions this time). Thanks for using. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
acis not support voiceCommands. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
I am using JDK 1.7 and it works fine. First check your classpath in eclipse for wrong libs etc, if ok try to update JDK to 1.7, if still not works try to google (i have no idea). GL ;) -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
it should works on any java pack. Only imports and some methods names can be different. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
i havent freya client so i dont. ;) -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
u can try: ThreadPoolManager.getInstance().executeGeneral(...) -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
as you can see the param is not complete, RewardList:<rankId>,<pageNo> is correct format. I think you change something in RankPvpSystemPvpStatus. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
// try to add this check: else if(param.startsWith("RewardList:")) { System.out.println(param); // <- here, I want to know about the parameters. try { -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
If you have problem, install jdk 1.7 and change project settings for jdk 1.7 ( Frozen is supporting JDK 1.7). RMB on Project -> Properties -> Java Compiler: it will be the fastest way for You. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
You must fix that for every rps file. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
Yes, like i sad, i reworked everything for jdk 1.7. It is mean you should change project settings for jdk 1.7 or rework the code in empty brackets: <> you should add for example: JDK 1.7: Map<Integer, TopField> tmpTopGatherersTable = new LinkedHashMap<>(); JDK 1.6: Map<Integer, TopField> tmpTopGatherersTable = new LinkedHashMap<Integer, TopField>(); * find diffrence ;) -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
3.8.7 relesed ;) -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
check configuration file, the RankRpcAmount option is a list of points f.e: If you use 42 ranks it should looks like this: RankRpcAmount = 42,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,1 if you use 10 ranks then it should looks like this: RankRpcAmount = 9,8,7,6,5,4,3,2,1,1 (you should keep order in all options) * this is list of rank points awarded for each rank. ** if you want use that option for define const points you should write something like this: RankRpcAmount = 50,50,50,50,50,50,50,50,50,50,50,50 -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
thx for report i will fix it for few days. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
I have new system on my pc, i will install it on frozen server and i will check it. Thanks for report. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
I checked all iamges works fine for me: -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
if you used older versions of RPS you should rise image prefix to 7. Then the images will obtain new prefix id and then each client will reload images for RPS. You shouldn't decrease prefix. Gimme info if it is working. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
Probably you forgot put the "images" folder in ".\game\data". -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
Amida Nguyen You should include RPS version and chronicle what u are using. -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
I prefer old methods :D Because it must works on java 1.6 too ;) -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
Maybe something like this: try (Connection con = L2DatabaseFactory.getInstance().getConnection()) { statement = con.createStatement(); statement.addBatch(insert1); statement.addBatch(insert2); statement.addBatch(update1); statement.addBatch(update2); statement.addBatch(update3); statement.addBatch(delete1); statement.addBatch(delete2); statement.batchExecute(); statement = con.prepareStatement(select1); ResultSet rset = statement.executeQuery(); something(rset); } catch (SQLException e) { _log.error(e); } -
Code Rank Pvp System 3.8.9 [Il - H5]
<< Masterio >> replied to << Masterio >>'s topic in Server Shares & Files [L2J]
Good to know:D