Jump to content

Recommended Posts

Posted (edited)

L2Fandc, latest source with facebook share, twitch, phantom.

 

DOWNLOAD

 

Enjoy it guys!!

 

P.D.: If is something missing, just drop you question here, I might have it because when I got this pack, it was missing a lot stuff and I have been fixing it a lot.

also this pack is not ready to go for a live server. Use this pack to take the Addons and Codes for you personal pack.

 

P.D.2: I have never understand why FandC (Claw) customers never complain and report him in this forum. Seriously this pack its a really piece of Sh.....t.

 

Some html missing:

 

Location: \html-en\mods\Vote\

 

Index.htm

  Reveal hidden contents

Reward.htm

  Reveal hidden contents

 

Edited by Akar0
Updated html missing
  • Like 4
  • Thanks 4
  • Upvote 1
Posted (edited)

hi...nice share...when i go to open this pack give this error:

Exception in thread "main" java.lang.Error: Failed to Load ./config/masterio/RankPvpSystemConfig.properties File.
        at masteriopack.rankpvpsystem.RPSConfig.load(RPSConfig.java:684)
        at l2f.gameserver.GameServer.<init>(GameServer.java:325)
        at l2f.gameserver.GameServer.main(GameServer.java:617)

 

can u help with this? when run GameServer.bat

Edited by roukounas123
Posted
  On 3/9/2020 at 7:17 PM, roukounas123 said:

hi...nice share...when i go to open this pack give this error:

Exception in thread "main" java.lang.Error: Failed to Load ./config/masterio/RankPvpSystemConfig.properties File.
        at masteriopack.rankpvpsystem.RPSConfig.load(RPSConfig.java:684)
        at l2f.gameserver.GameServer.<init>(GameServer.java:325)
        at l2f.gameserver.GameServer.main(GameServer.java:617)

 

can u help with this? when run GameServer.bat

Expand  

Because you are missing the config file.

 

Put this file inside of "/config/masterio/" folder:

  Reveal hidden contents

And save it as : RankPvpSystemConfig.properties

 

cheers

  • Like 2
  • Upvote 1
Posted (edited)

because this is my source, and i'm adapt some feature to this patch -_-, where you get this files ? XD its old but still can be shared haha

 

and if i'm not wrong , i forget fix on sql. if you using for live server 2-3 minutes your  cpu working will blow up :troll: and there have Forum system and no SQL (I'm Forget for copy to source that sql) but this is Uncompleted Source. 

PS : HWID System i'm Disabled because i'm using Game Guard ,, if this pack using live server the negatif you can't use the HWID System

 

Edited by VelroseGame
Posted (edited)

Dunno if above is true, but ALWAYS when someone share some files, author/dev of those files say that it's missing something and not intended to be used for live server :laughing:

Yet, their servers were using them.

Edited by SweeTs
  • Haha 1
Posted
  On 3/12/2020 at 8:41 PM, SweeTs said:

Dunno if above is true, but ALWAYS when someone share some files, author/dev of those files say that it's missing something and not intended to be used for live server :laughing:

Yet, their servers were using them.

Expand  

 

 

its true, because i'm bought some files and implement to this file
1. Npc Lineage 2 Ultimate barrel ( i bought this from Strain D )

2. New Agathion i bought this files from Asuki Tex

3. Vote System from Kara

4. Streaming Twitch from Kara

5. Fixing Tournament System using command .tournaments fixed by Me

6. Forum SQL (SMF with Modification) fixed by Me

7. ETC



More feature i'm Implement it and the Fact is,,,

 

Some of work i didnt save it on Source Files that why this files lot of missing Code/Html/XML etc..

 

that it :forever_alone_like_a_boss: but i have the Originality From Fandc (DUMA) <<< i can share it, and that why i have 1 Point Negatif from CLAWWWWW :troll:

Posted

That for Complete this source :

1. Mods Files + RPS Here

2. Forum Files using SMF Community alt + b : Here

3. Pages Files Community Board for Complete the Action : Here

4. And more you can PM me for it if you want using this source for Live Server :troll:

 

and this gameserverjar Here

 

Woalaaa no missing html / event / etc for this source ..

:forever_alone_like_a_boss:

  • Like 2
  • Upvote 3
Posted
  On 3/12/2020 at 8:41 PM, SweeTs said:

Dunno if above is true, but ALWAYS when someone share some files, author/dev of those files say that it's missing something and not intended to be used for live server :laughing:

Yet, their servers were using them.

Expand  

And every single shared revision is bugged they say. Even if the files are only a few days old, the ninja reply still appears. Lul

Posted
  On 3/19/2020 at 8:08 PM, falcone2 said:

patch files?

Expand  

The last time this server "https://apocalyps.eu/" (Claww) was using this pack. Good luck to find it, maybe someone from this forum still  have it.

 

Posted
  On 3/25/2020 at 6:05 PM, roukounas123 said:

hi all..i have this error..Any can help? thnx!!

[20:07:04]  WARN Port 7777 is allready binded. Please free it and restart server.

Expand  

https://www83.zippyshare.com/v/kqQ1MZBa/file.html

use this for your trouble that will already fix your problem if you are using my gameserver.jar

  • Thanks 1
Posted
  On 3/23/2020 at 8:24 AM, malahie said:

Hello,

Anyone has a backup file with all tables included?

Its missing some tables.

Thanks in advance.

Expand  


here you have the rank pvp save it in sql file and insert it:

SET FOREIGN_KEY_CHECKS=0;

-- ----------------------------
-- Table structure for `rank_pvp_system_options`
-- ----------------------------
DROP TABLE IF EXISTS `rank_pvp_system_options`;
CREATE TABLE `rank_pvp_system_options` (
  `option_id` int(11) NOT NULL AUTO_INCREMENT,
  `option_name` varchar(30) DEFAULT NULL,
  `option_value_long` bigint(20) DEFAULT NULL,
  `option_value_string` varchar(100) DEFAULT NULL,
  `option_description` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`option_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of rank_pvp_system_options
-- ----------------------------
INSERT INTO `rank_pvp_system_options` VALUES ('1', 'top_update_time', '0', null, 'If option_value_long = 0 then on server start top list will be updated.');

-- ----------------------------
-- Table structure for `rank_pvp_system_pvp`
-- ----------------------------
DROP TABLE IF EXISTS `rank_pvp_system_pvp`;
CREATE TABLE `rank_pvp_system_pvp` (
  `killer_id` int(10) NOT NULL,
  `victim_id` int(10) NOT NULL,
  `kills` int(10) NOT NULL DEFAULT '0',
  `kills_today` int(10) NOT NULL DEFAULT '0',
  `kills_legal` int(10) NOT NULL DEFAULT '0',
  `kills_today_legal` int(10) NOT NULL DEFAULT '0',
  `rank_points` bigint(18) NOT NULL DEFAULT '0',
  `rank_points_today` bigint(18) NOT NULL DEFAULT '0',
  `kill_time` bigint(18) NOT NULL DEFAULT '0',
  `kill_day` bigint(18) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of rank_pvp_system_pvp
-- ----------------------------

-- ----------------------------
-- Table structure for `rank_pvp_system_pvp_summary`
-- ----------------------------
DROP TABLE IF EXISTS `rank_pvp_system_pvp_summary`;
CREATE TABLE `rank_pvp_system_pvp_summary` (
  `killer_id` int(10) NOT NULL,
  `pvp_exp` bigint(20) NOT NULL DEFAULT '0',
  `max_rank_id` int(10) NOT NULL DEFAULT '0',
  `total_war_kills` int(10) NOT NULL DEFAULT '0',
  `total_war_kills_legal` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`killer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of rank_pvp_system_pvp_summary
-- ----------------------------

-- ----------------------------
-- Table structure for `rank_pvp_system_rank_reward`
-- ----------------------------
DROP TABLE IF EXISTS `rank_pvp_system_rank_reward`;
CREATE TABLE `rank_pvp_system_rank_reward` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `item_id` int(10) NOT NULL,
  `item_amount` int(10) NOT NULL,
  `rank_id` int(4) NOT NULL,
  `is_pvp` varchar(5) NOT NULL DEFAULT 'false' COMMENT 'true or false',
  `is_level` varchar(5) NOT NULL DEFAULT 'true' COMMENT 'true or false',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of rank_pvp_system_rank_reward
-- ----------------------------
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('1', '57', '1000', '1', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('2', '57', '2000', '2', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('3', '57', '3000', '3', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('4', '57', '4000', '4', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('5', '57', '5000', '5', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('6', '57', '6000', '6', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('7', '57', '7000', '7', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('8', '57', '8000', '8', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('9', '57', '9000', '9', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('10', '57', '10000', '10', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('11', '57', '11000', '11', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('12', '57', '12000', '12', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('13', '57', '13000', '13', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('14', '57', '14000', '14', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('15', '57', '15000', '15', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('16', '57', '16000', '16', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('17', '57', '17000', '17', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('18', '57', '18000', '18', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('19', '57', '19000', '19', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('20', '57', '20000', '20', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('21', '57', '21000', '21', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('22', '57', '22000', '22', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('23', '57', '23000', '23', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('24', '57', '24000', '24', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('25', '57', '25000', '25', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('26', '57', '26000', '26', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('27', '57', '27000', '27', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('28', '57', '28000', '28', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('29', '57', '29000', '29', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('30', '57', '30000', '30', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('31', '57', '31000', '31', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('32', '57', '32000', '32', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('33', '57', '33000', '33', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('34', '57', '34000', '34', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('35', '57', '35000', '35', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('36', '57', '36000', '36', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('37', '57', '37000', '37', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('38', '57', '38000', '38', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('39', '57', '39000', '39', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('40', '57', '40000', '40', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('41', '57', '41000', '41', 'true', 'true');
INSERT INTO `rank_pvp_system_rank_reward` VALUES ('42', '57', '42000', '42', 'true', 'true');

-- ----------------------------
-- Table structure for `rank_pvp_system_rank_skill`
-- ----------------------------
DROP TABLE IF EXISTS `rank_pvp_system_rank_skill`;
CREATE TABLE `rank_pvp_system_rank_skill` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `skill_id` int(10) NOT NULL,
  `skill_level` int(10) NOT NULL,
  `rank_id` int(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of rank_pvp_system_rank_skill
-- ----------------------------
INSERT INTO `rank_pvp_system_rank_skill` VALUES ('1', '1323', '1', '2');

-- ----------------------------
-- Table structure for `rank_pvp_system_rpc`
-- ----------------------------
DROP TABLE IF EXISTS `rank_pvp_system_rpc`;
CREATE TABLE `rank_pvp_system_rpc` (
  `player_id` int(10) NOT NULL,
  `rpc_total` bigint(20) NOT NULL DEFAULT '0',
  `rpc_current` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`player_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- ----------------------------
-- Table structure for `rank_pvp_system_rpc_reward`
-- ----------------------------
DROP TABLE IF EXISTS `rank_pvp_system_rpc_reward`;
CREATE TABLE `rank_pvp_system_rpc_reward` (
  `id` int(5) NOT NULL AUTO_INCREMENT,
  `item_id` int(10) NOT NULL,
  `item_amount` int(10) NOT NULL,
  `rpc` bigint(20) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of rank_pvp_system_rpc_reward
-- ----------------------------
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('1', '57', '1000000', '10');
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('2', '57', '10000000', '100');
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('3', '57', '100000000', '1000');
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('4', '6622', '1', '10');
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('5', '5592', '100', '10');
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('6', '1538', '100', '10');
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('7', '6577', '1', '50');
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('8', '6578', '1', '25');
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('9', '6569', '1', '30');
INSERT INTO `rank_pvp_system_rpc_reward` VALUES ('10', '6570', '1', '15');

-- ----------------------------
-- Table structure for `rank_pvp_system_top_table`
-- ----------------------------
DROP TABLE IF EXISTS `rank_pvp_system_top_table`;
CREATE TABLE `rank_pvp_system_top_table` (
  `table_id` int(2) NOT NULL DEFAULT '0',
  `position` int(6) NOT NULL,
  `player_id` int(10) NOT NULL,
  `value` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records of rank_pvp_system_top_table
-- ----------------------------

 

anyone have the tournament.ini? goes inside config / mod

thanks and sorry my english: D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...