Neox22 Posted April 24, 2020 Posted April 24, 2020 2 hours ago, JackCerutti said: i made a Patch yesterday. i wil upload to some host tonight. upload it upload it ahahaha :) Quote
localbitcoin Posted April 25, 2020 Posted April 25, 2020 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? Quote
Neox22 Posted April 26, 2020 Posted April 26, 2020 Just now, JackCerutti said: @Neox22Patch 127.0.0.1 sooo goooodd! anyone have table character_academy? throw me error and I don't have it :/ Quote
localbitcoin Posted April 26, 2020 Posted April 26, 2020 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? Quote
JackCerutti Posted April 27, 2020 Posted April 27, 2020 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. Quote
JackCerutti Posted April 27, 2020 Posted April 27, 2020 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? Quote
Neox22 Posted April 30, 2020 Posted April 30, 2020 (edited) 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: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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 April 30, 2020 by Neox22 Quote
localbitcoin Posted April 30, 2020 Posted April 30, 2020 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: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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' Quote
localbitcoin Posted April 30, 2020 Posted April 30, 2020 Anyone know how to fix Epic Boss Respawn please? It's shows like that: https://imgur.com/ObbfRcG https://imgur.com/2TIGaox Quote
Neox22 Posted May 4, 2020 Posted May 4, 2020 (edited) 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 May 4, 2020 by Neox22 Quote
localbitcoin Posted May 4, 2020 Posted May 4, 2020 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.. Quote
JackCerutti Posted May 5, 2020 Posted May 5, 2020 i already changed all the buttons and works perfectly, or maybe you can look on the net for the texture missing. Quote
Neox22 Posted May 10, 2020 Posted May 10, 2020 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 :( Quote
AndreEsteves Posted May 10, 2020 Posted May 10, 2020 (edited) 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 May 13, 2020 by AndreEsteves Quote
Recommended Posts
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.