Jump to content

L2Fandc, latest source with facebook share, twitch, phantom


Recommended Posts

17 hours ago, JackCerutti said:

Add "//" on GameServer.java

Line 515


		//DonationReader.getInstance();
		//printSection("Loaded AUTO - Donation System");

 

Thank you! JackCerytti

7 hours ago, VelroseGame said:

the simple is :

Config files -> server.ini scroll down and replace this

MailUser = 
MailPass = 

Thanks for Help VelroseGame!

If i want test it, how should i proceed, after i setup my mail and my pass?

 

 

 

Link to comment
Share on other sites

I have Spawned 1 Fake Player on field (Dragon valley) and i'm trying to make it to farm in but even if i select on Phantoms Menu FARM=True doesn't happen nothing.. he just use some self heal...

Anyone know how to activate Phantoms autofarm whenever you spawn?

Example if i will spawn it on antharas lair Phantom should auto get monster/players (flagged) target and auto attack.

Is that possible?

 

Link to comment
Share on other sites

On 4/26/2020 at 10:25 AM, malahie said:

I have Spawned 1 Fake Player on field (Dragon valley) and i'm trying to make it to farm in but even if i select on Phantoms Menu FARM=True doesn't happen nothing.. he just use some self heal...

Anyone know how to activate Phantoms autofarm whenever you spawn?

Example if i will spawn it on antharas lair Phantom should auto get monster/players (flagged) target and auto attack.

Is that possible?

 

is possible if you mod it.

Link to comment
Share on other sites

On 4/25/2020 at 10:39 PM, Neox22 said:

 sooo goooodd!

 

anyone have table character_academy? throw me error and I don't have it :/

wich one is the error you get?

Link to comment
Share on other sites

On 4/27/2020 at 2:48 PM, JackCerutti said:

wich one is the error you get?


 

I am testing the table to search academy it works very well I leave a photo and the sql of the database was missing that I finished creating and testing it and it works perfect!

bypass _bbsShowAcademyList

 

SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;

-- ----------------------------
-- Table structure for character_academy
-- ----------------------------
DROP TABLE IF EXISTS `character_academy`;
CREATE TABLE `character_academy`  (
  `clanId` int(11) NOT NULL DEFAULT 0,
  `charId` int(11) NOT NULL,
  `itemId` int(11) NOT NULL,
  `price` bigint(20) NOT NULL,
  `time` bigint(11) UNSIGNED NOT NULL DEFAULT 5,
  PRIMARY KEY (`clanId`, `charId`, `itemId`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of character_academy
-- ----------------------------

SET FOREIGN_KEY_CHECKS = 1;

 

Result:

 

8VCY6RR.png



-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Since I have a question how do I solve or change the buttons on the community, Service does not work and I would like to change so that something else appears, is that understood? sorry for my inglish XD

Edited by Neox22
Link to comment
Share on other sites

6 hours ago, Neox22 said:


 

I am testing the table to search academy it works very well I leave a photo and the sql of the database was missing that I finished creating and testing it and it works perfect!

bypass _bbsShowAcademyList

 


SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;

-- ----------------------------
-- Table structure for character_academy
-- ----------------------------
DROP TABLE IF EXISTS `character_academy`;
CREATE TABLE `character_academy`  (
  `clanId` int(11) NOT NULL DEFAULT 0,
  `charId` int(11) NOT NULL,
  `itemId` int(11) NOT NULL,
  `price` bigint(20) NOT NULL,
  `time` bigint(11) UNSIGNED NOT NULL DEFAULT 5,
  PRIMARY KEY (`clanId`, `charId`, `itemId`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;

-- ----------------------------
-- Records of character_academy
-- ----------------------------

SET FOREIGN_KEY_CHECKS = 1;

 

Result:

 

8VCY6RR.png



-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Since I have a question how do I solve or change the buttons on the community, Service does not work and I would like to change so that something else appears, is that understood? sorry for my inglish XD

Same Problem here.. ALT+B>Services doesn't work at all..when i press on it its clossing Community..

Also got this error in game server:  [09:40:10]  WARN Could not load data from bot_report:
Unknown column 'reportType' in 'field list'

Link to comment
Share on other sites

On 4/30/2020 at 6:20 AM, malahie said:

Alguien sabe cómo arreglar Epic Boss Respawn por favor?

Es espectáculos como ese:

https://imgur.com/ObbfRcG

 

https://imgur.com/2TIGaox

 

where is the html of that file? have if I manage to solve.. :D

 

 

Does anyone fix ALT + B> Services or at least know where to edit the community buttons other than the client's?

Edited by Neox22
Link to comment
Share on other sites

11 hours ago, Neox22 said:

 

where is the html of that file? have if I manage to solve.. :D

 

 

Does anyone fix ALT + B> Services or at least know where to edit the community buttons other than the client's?

Html-en/Services/Scripts/CommunityPVP/respawnBoss or something like that..

Link to comment
Share on other sites

On 5/4/2020 at 11:48 AM, malahie said:

Html-en/Services/Scripts/CommunityPVP/respawnBoss or something like that..

 

I searched, but did not find anything sure that some code is missing, I had been editing this source, but I did not find a solution in the "Services" of the Community Board, I will leave, you sad because the pack is well assembled. I looked everywhere and couldn't find any solution either :(

Link to comment
Share on other sites

Kara Vote SQL - Fixed

last_vote_kara.sql

Quote

 

SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;

-- ----------------------------
-- Table structure for last_vote_kara
-- ----------------------------
DROP TABLE IF EXISTS `last_vote_kara`;
CREATE TABLE `last_vote_kara`  (
  `hwid` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
  `site` varchar(30) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
  `lastReward` bigint(20) NULL DEFAULT NULL,
  PRIMARY KEY (`hwid`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact;

-- ----------------------------
-- Records of last_vote_kara
-- ----------------------------

SET FOREIGN_KEY_CHECKS = 1;
 



Someone know how to fix queen ant heal?

Edited by AndreEsteves
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...