Jump to content

AccessDenied

Banned
  • Posts

    2,105
  • Credits

  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    100%

Everything posted by AccessDenied

  1. -87044,-81849,-8357 Kiss me later. PS. ignore accountant i'll ban him tomorrow :-[ :-[ Listen to little Access only :-[
  2. Πω πω κλασικος τυπος που εχει java 7 και java 8 στο pc του :dat:
  3. Frozen -> Java 7 aCis -> Java 8 Μην το κουραζουμε πολυ στο λεει κ ολας.. target -> java jdk kit 8
  4. What you just wrote bebe make no sense. You can't set limit in a background because it's a background. You basically download images from google and add them in utx which is max 1 minute work and share them. Don't do that is bad trust me. Learn html design in l2 and make some nice htmls and people will love them but what u do now is just spam topic no actual work. I don't want to be the bad but i'm objective. :-[ kiss
  5. You will use it for make pro servidor :-[ :-[ :-[
  6. I have to be honest, you share just a google png elf in a utx. Make something really cool or an html template and share it. This is useless and nobody gonna use it trust me. (take it as advice)
  7. Yes but when you enter in a topic and owner has 2 lines read them please. Don't go directly to comment section.
  8. What you mean it don't work? Probably it give some errors.. right?
  9. I'll improve it tomorrow, consider i spended about 20-25 minute in this.
  10. You just proved that you skipped the 3 lines i wrote. I said the code is not tested so please write me problems e.t.c to update it.. Also yes i saw that it load only 1 faction cause i added if instead of while. ill update it tomorrow along with reward. I know i could even make it Runnable and no make new class but the lamba expression is exclusively in j8 which i dont use. Habbit But ill change it tomorrow along with 1-2 mistakes i did
  11. I know i'll change it in V3.0 but im used in Java 7 since i work as i mentionted in old freya revision since 2010 Configurations such as? Cause the configs are pretty much those in navicat. Color, name, location e.t.c the only config ill add will be for reward
  12. Fix the green text color else i'll start Sin you.
  13. http://www.maxcheaters.com/topic/211860-dev/ Lock this and move it in Junkyard is obvious troll and spam.
  14. Troll συνεχισε μ*λακιες και θα δεις το ban να ερχεται
  15. np, anything u find report it here. I'll update it and add dynamic html faction show and reward via xmllization.
  16. I work in java 7 since i use l2jfreya from 2009 maybe you're right but ill update it anyway. In which part you refer to ?
  17. Well i had 30 minute free so i coded a faction for aCis, in which you can set unlimited factions no just 2. The code contain the Npc Instance, exceptions and stuff like that. I will update the code more soon.. Ps. i havent tested or idk if it works in some part so if you want apply the patch and write me.. Code here Update 2.0 Code Update 3.0 Code (Optimized code, fixed some things, added reward with no config yet) 18/1/2016 Sql files: /* MySQL Data Transfer Source Host: localhost Source Database: acis Target Host: localhost Target Database: acis Date: 17/1/2017 6:47:13 μμ */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for faction -- ---------------------------- DROP TABLE IF EXISTS `faction`; CREATE TABLE `faction` ( `factionId` int(5) DEFAULT NULL, `factionName` text, `factionPos` text, `factionColor` text ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records -- ---------------------------- INSERT INTO `faction` VALUES ('1', 'Angels', '555;555;5555', 00FF00); INSERT INTO `faction` VALUES ('2', 'Demons', '5125;51251;512', FF0000); /* MySQL Data Transfer Source Host: localhost Source Database: acis Target Host: localhost Target Database: acis Date: 17/1/2017 6:48:01 μμ */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for characters -- ---------------------------- DROP TABLE IF EXISTS `characters`; CREATE TABLE `characters` ( `account_name` varchar(45) DEFAULT NULL, `obj_Id` int(10) unsigned NOT NULL DEFAULT '0', `char_name` varchar(35) NOT NULL, `level` tinyint(3) unsigned DEFAULT NULL, `maxHp` mediumint(8) unsigned DEFAULT NULL, `curHp` mediumint(8) unsigned DEFAULT NULL, `maxCp` mediumint(8) unsigned DEFAULT NULL, `curCp` mediumint(8) unsigned DEFAULT NULL, `maxMp` mediumint(8) unsigned DEFAULT NULL, `curMp` mediumint(8) unsigned DEFAULT NULL, `face` tinyint(3) unsigned DEFAULT NULL, `hairStyle` tinyint(3) unsigned DEFAULT NULL, `hairColor` tinyint(3) unsigned DEFAULT NULL, `sex` tinyint(3) unsigned DEFAULT NULL, `heading` mediumint(9) DEFAULT NULL, `x` mediumint(9) DEFAULT NULL, `y` mediumint(9) DEFAULT NULL, `z` mediumint(9) DEFAULT NULL, `exp` bigint(20) unsigned DEFAULT '0', `expBeforeDeath` bigint(20) unsigned DEFAULT '0', `sp` int(10) unsigned NOT NULL DEFAULT '0', `karma` int(10) unsigned DEFAULT NULL, `pvpkills` smallint(5) unsigned DEFAULT NULL, `pkkills` smallint(5) unsigned DEFAULT NULL, `clanid` int(10) unsigned DEFAULT NULL, `race` tinyint(3) unsigned DEFAULT NULL, `classid` tinyint(3) unsigned DEFAULT NULL, `base_class` tinyint(3) unsigned NOT NULL DEFAULT '0', `deletetime` bigint(20) DEFAULT NULL, `cancraft` tinyint(3) unsigned DEFAULT NULL, `title` varchar(16) DEFAULT NULL, `rec_have` tinyint(3) unsigned NOT NULL DEFAULT '0', `rec_left` tinyint(3) unsigned NOT NULL DEFAULT '0', `accesslevel` mediumint(9) DEFAULT '0', `online` tinyint(3) unsigned DEFAULT NULL, `onlinetime` int(11) DEFAULT NULL, `char_slot` tinyint(3) unsigned DEFAULT NULL, `lastAccess` bigint(20) unsigned DEFAULT NULL, `clan_privs` mediumint(8) unsigned DEFAULT '0', `wantspeace` tinyint(3) unsigned DEFAULT '0', `isin7sdungeon` tinyint(3) unsigned NOT NULL DEFAULT '0', `punish_level` tinyint(3) unsigned NOT NULL DEFAULT '0', `punish_timer` int(10) unsigned NOT NULL DEFAULT '0', `power_grade` tinyint(3) unsigned DEFAULT NULL, `nobless` tinyint(3) unsigned NOT NULL DEFAULT '0', `hero` tinyint(3) unsigned NOT NULL DEFAULT '0', `subpledge` smallint(6) NOT NULL DEFAULT '0', `last_recom_date` bigint(20) unsigned NOT NULL DEFAULT '0', `lvl_joined_academy` tinyint(3) unsigned NOT NULL DEFAULT '0', `apprentice` int(10) unsigned NOT NULL DEFAULT '0', `sponsor` int(10) unsigned NOT NULL DEFAULT '0', `varka_ketra_ally` tinyint(4) NOT NULL DEFAULT '0', `clan_join_expiry_time` bigint(20) unsigned NOT NULL DEFAULT '0', `clan_create_expiry_time` bigint(20) unsigned NOT NULL DEFAULT '0', `death_penalty_level` smallint(5) unsigned NOT NULL DEFAULT '0', `factionid` int(5) DEFAULT '0', PRIMARY KEY (`obj_Id`), KEY `clanid` (`clanid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; Npc Html (for test): <html><head><body><center> <font color=AAAAAA>Faction Manager</font><br> <br> Welcome, which path are you gonna follow? <button value="Angels" action="bypass -h npc_%objectId%_1" back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df" width=125 height=21> <button value="Demons" action="bypass -h npc_%objectId%_2" back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df" width=125 height=21> <font color="cc9900"><img src="L2UI_CH3.herotower_deco" width=256 height=32></font><br1> </center> </body> </head> </html>
  18. awww Imma remove this i'm sorry
  19. As i mentionted before Sins is an objective commentation. Maybe the 2k Sin is invalid but really can you reject the others? The funny fact when you're new on maxcheaters and ask if there is a reward for spammers. Do you even know what spammer is? Did you even google the meaning of it? Before you say anything and instead of reject the commentation try take advantage of it and fix. Since you read it what you did - change from the stuff i said? Your topic is still a poor thing made in 2006 with blue and red text. You made a server, learn to be professional and accept critism and if you think my commentation is bad imagine what happen when people will start say "shit server', something that i didn't and i won't say. Ps. i don't care if you're new or old in maxcheaters, you made a server, i pointed out the mistakes you did. If the fact that your website does not have a feature list but just donation and staff is not Sin or bad for you then im sorry i say this but maybe you need work and open server again in 1-2 years.
  20. Awww my little melron made a share. Normally i'm bad with everyone but you're exception. I will give you tomorrow the +1 cause im sleepy. Also tryskell stop being lazy bananawhore who eat cookies from other's kitchen and watch family series you b*itch
  21. You're stalonka's & AveriaWs's fan. Half of the forum are my fans :-[
  22. Hello, not an actual share or anything important. Is just latest HighFive source but without Gradle. For people who are not familiar with Gradle in eclipse (import & compile) and want the old build.xml Since i had many people on youtube asking for help with Gradle i was like,,, whatever.. https://www.mediafire.com/?8expf4dbyw5q3u0
  23. Like replace the existing one or just add more at the list?
×
×
  • Create New...