Jump to content

toxicreaper989898

Banned
  • Posts

    50
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by toxicreaper989898

  1. 2dridn5.jpgMade aDdditiosn to your npc 
    i added 8 more NPCS each you can add 1 +450  LvL9 Attribute to a individual piece of armor to many people bitching in my server for attributes i had to make 8 npc because if you add all the code in 1 scrip it goes hay wire with everyone clikcing the script so much don't no why this works perfect tho 

    #WEAPONS ATTRIBUTE ALL ITEMS ENCHANT 
    #Head ATTRIBUTE
    #Chest ATTRIBUTE
    #Leggings ATTRIBUTE
    #Boots ATTRIBUTE
    #Gloves ATTRIBUTE
    #Cloak ATTRIBUTE
    #tattoo ATTRIBUTE
    #belt ATTRIBUTE

    https://www.mediafire.com/?ws6j5kjfpyl5dqa
    https://www.mediafire.com/?ws6j5kjfpyl5dqa
    https://www.mediafire.com/?ws6j5kjfpyl5dqa
    https://www.mediafire.com/?ws6j5kjfpyl5dqa
    https://www.mediafire.com/?ws6j5kjfpyl5dqa
    https://www.mediafire.com/?ws6j5kjfpyl5dqa
    https://www.mediafire.com/?ws6j5kjfpyl5dqa
    https://www.mediafire.com/?ws6j5kjfpyl5dqa



    http://l2phoenixrealm.webs.com/

    You can try it on my server befor you download it if you want its live 24/7 
     

  2. thisis nice share i have enchant manager but this is good pliz fix sql custom_npc to put in hive becoze see error in this share for l2j hive five dont have java code siple is good npc only java is this to put in costom no eclipse pliz fix if you want sql to put navikat becoze eror arrow line 1 is mperdema opos kai naxi gia osous to douleboun brabo! maybi my revision dont make sql eξξes

    /*
    Navicat MySQL Data Transfer
     
    Source Server         : l2jdb
    Source Server Version : 50132
    Source Host           : localhost:3306
    Source Database       : l2jdb
     
    Target Server Type    : MYSQL
    Target Server Version : 50132
    File Encoding         : 65001
     
    Date: 2014-01-09 09:05:34
    */
     
    SET FOREIGN_KEY_CHECKS=0;
     
    -- ----------------------------
    -- Table structure for `custom_npc`
    -- ----------------------------
    DROP TABLE IF EXISTS `custom_npc`;
    CREATE TABLE `custom_npc` (
      `id` mediumint(7) unsigned NOT NULL,
      `idTemplate` smallint(5) unsigned NOT NULL,
      `name` varchar(200) NOT NULL DEFAULT '',
      `serverSideName` tinyint(1) NOT NULL DEFAULT '1',
      `title` varchar(45) NOT NULL DEFAULT '',
      `serverSideTitle` tinyint(1) NOT NULL DEFAULT '1',
      `class` varchar(200) DEFAULT NULL,
      `collision_radius` decimal(6,2) DEFAULT NULL,
      `collision_height` decimal(6,2) DEFAULT NULL,
      `level` tinyint(2) DEFAULT NULL,
      `sex` enum('etc','female','male') NOT NULL DEFAULT 'etc',
      `type` varchar(22) DEFAULT NULL,
      `attackrange` smallint(4) DEFAULT NULL,
      `hp` decimal(30,15) DEFAULT NULL,
      `mp` decimal(30,15) DEFAULT NULL,
      `hpreg` decimal(30,15) DEFAULT NULL,
      `mpreg` decimal(30,15) DEFAULT NULL,
      `str` tinyint(2) NOT NULL DEFAULT '40',
      `con` tinyint(2) NOT NULL DEFAULT '43',
      `dex` tinyint(2) NOT NULL DEFAULT '30',
      `int` tinyint(2) NOT NULL DEFAULT '21',
      `wit` tinyint(2) NOT NULL DEFAULT '20',
      `men` tinyint(2) NOT NULL DEFAULT '20',
      `exp` int(9) NOT NULL DEFAULT '0',
      `sp` int(9) NOT NULL DEFAULT '0',
      `patk` decimal(12,5) DEFAULT NULL,
      `pdef` decimal(12,5) DEFAULT NULL,
      `matk` decimal(12,5) DEFAULT NULL,
      `mdef` decimal(12,5) DEFAULT NULL,
      `atkspd` smallint(4) NOT NULL DEFAULT '230',
      `critical` tinyint(1) NOT NULL DEFAULT '1',
      `matkspd` smallint(4) NOT NULL DEFAULT '333',
      `rhand` smallint(5) unsigned NOT NULL DEFAULT '0',
      `lhand` smallint(5) unsigned NOT NULL DEFAULT '0',
      `enchant` tinyint(1) NOT NULL DEFAULT '0',
      `walkspd` decimal(10,5) NOT NULL DEFAULT '60.00000',
      `runspd` decimal(10,5) NOT NULL DEFAULT '120.00000',
      `dropHerbGroup` tinyint(1) NOT NULL DEFAULT '0',
      `basestats` tinyint(1) NOT NULL DEFAULT '0',
      PRIMARY KEY (`id`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
     
    -- ----------------------------
    -- Records of custom_npc
    -- ----------------------------
    INSERT INTO `custom_npc` VALUES ('9994', '32548', 'Enchanter Manager', '1', 'Enchanter Attributor', '1', 'LineageNPC2.xers', '12.50', '25.00', '70', 'male', 'L2Npc', '40', '2000.000000000000000', '1000.000000000000000', '1.000000000000000', '1.000000000000000', '40', '43', '30', '21', '20', '20', '0', '0', '100.00000', '100.00000', '100.00000', '100.00000', '230', '1', '333', '0', '0', '0', '60.00000', '120.00000', '0', '0');

    #

    #

    #

    #

    /*
    Navicat MySQL Data Transfer
     
    Source Server         : l2jdb
    Source Server Version : 50132
    Source Host           : localhost:3306
    Source Database       : l2jdb
     
    Target Server Type    : MYSQL
    Target Server Version : 50132
    File Encoding         : 65001
     
    Date: 2014-01-12 05:14:43
    */
     
    SET FOREIGN_KEY_CHECKS=0;
     
    -- ----------------------------
    -- Table structure for `custom_npcaidata`
    -- ----------------------------
    DROP TABLE IF EXISTS `custom_npcaidata`;
    CREATE TABLE `custom_npcaidata` (
      `npcId` mediumint(7) unsigned NOT NULL,
      `minSkillChance` tinyint(3) unsigned NOT NULL DEFAULT '7',
      `maxSkillChance` tinyint(3) unsigned NOT NULL DEFAULT '15',
      `primarySkillId` smallint(5) unsigned DEFAULT '0',
      `agroRange` smallint(4) unsigned NOT NULL DEFAULT '0',
      `canMove` tinyint(1) unsigned NOT NULL DEFAULT '1',
      `targetable` tinyint(1) unsigned NOT NULL DEFAULT '1',
      `showName` tinyint(1) unsigned NOT NULL DEFAULT '1',
      `minRangeSkill` smallint(5) unsigned DEFAULT '0',
      `minRangeChance` tinyint(3) unsigned DEFAULT '0',
      `maxRangeSkill` smallint(5) unsigned DEFAULT '0',
      `maxRangeChance` tinyint(3) unsigned DEFAULT '0',
      `soulShot` smallint(4) unsigned DEFAULT '0',
      `spiritShot` smallint(4) unsigned DEFAULT '0',
      `spsChance` tinyint(3) unsigned DEFAULT '0',
      `ssChance` tinyint(3) unsigned DEFAULT '0',
      `aggro` smallint(4) unsigned NOT NULL DEFAULT '0',
      `isChaos` smallint(4) unsigned DEFAULT '0',
      `clan` varchar(40) DEFAULT NULL,
      `clanRange` smallint(4) unsigned DEFAULT '0',
      `enemyClan` varchar(40) DEFAULT NULL,
      `enemyRange` smallint(4) unsigned DEFAULT '0',
      `dodge` tinyint(3) unsigned DEFAULT '0',
      `aiType` varchar(8) NOT NULL DEFAULT 'fighter',
      PRIMARY KEY (`npcId`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
     
    -- ----------------------------
    -- Records of custom_npcaidata
    -- ----------------------------
    INSERT INTO `custom_npcaidata` VALUES ('9994', '7', '15', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', null, '0', null, '0', '0', 'fighter');

    #

    #

    #

    #

    change the "9994" to your npc id of the enchanter it is not hard to dump sql in navi table 

     

    copy past both save as sql  one custom_npc || custom_npcaidata

  3.  

    skill0344.png

    ID 344 Name Lethal Blow Level 109 MP 77 HP 0 Range 40 Description Attacks the target's vital points with 6766 Power added to P. Atk. Requires a dagger. Over-hit and Half-kill are possible. Enchant Power: Increases Power

     

    I posted that 6 post ago you retard..... and fyi the skill works on hi five once you get a player to half health if it lands ur dead instantly like i said....  

  4. BTW i just checked for the 3rd time the fix is not there you have to fix it  manually  anjd if you readr the posters edit date 
    Edited by HappyLDE, 28 December 2013 - 04:50 AM.

    you weill see that the guy who needs help posted ....

     

    madines, on 08 Jan 2014 - 2:13 PM, said:snapback.png

    is that can help u ? 

     So how is the post up there fixed if the guy who needs help posted 11 days after hmmm careful not to fall for it right.....

    i already fixed the buggs in this so if you need it pm me im not gonna spam the topic but i will respond to someone
    insulting me or trying to help a fellow out in private ....
    15x0etz.jpg

  5. Where you saw tank on 24k HP/6.5k CP/9k P.def  cannot kill a dagger because every time he die from lethals.. Interesting !

    skill0344.png

    ID 344 Name Lethal Blow Level 109 MP 77 HP 0 Range 40 Description Attacks the target's vital points with 6766 Power added to P. Atk. Requires a dagger. Over-hit and Half-kill are possible. Enchant Power: Increases Power

    THIS IS FROM RETAIL READ THE SKILL INFO OF COURSE YOU DIE IF THE SKILL LANDS HMMM IF THE SKILL WAS BROKEN LIKE MOST SERVERS .... IT WOULDN'T WORK


  6. Active GM ADDS SOMETHING NEW EVERY DAY CHECK FORUMS

    Server is live 100% Up Time

     Server Specs

    #Phoenix Realm

    #Rate 1000x 

    #Adena 1000x 

    #Max Enchant +21

    #Enchant rate 100%

    #AUTO ENCHANTER

    #All Instances Available

    #Weekly Castle Sieges

    #COLOR NAME CHANGER

    #TITLE COLOR CHANGER

    #1000 RECOMMENDATIONS 

    #Increased STASH SIZE Run Speed

    #STATS FOR PVP PK TOP 50 NPC

    #Gm shop in every town with all Available Items

    #Global Gatekeeper Scheme Buffer and Regular

    #Boss Zone if you are bored and need entertainment

    #Olympiad is live every day at 6pm West Coast Time

    #Everything Is Free No Grade Penalty Instant 85 on log in

    #Over Enchanting Weapons and Augmentations 100 % success

    #WORLD SERVICE NPC for Clan Rec Nobless Sex Change Pk Reduction

    #This is a PvP server all items are free instant 85 even  on sub classes 10 max

    #85 max level over enchanting weapons available Augmentation and ATTRIBUTES 

    #Fully Menu Gate Keeper With BOSS ZONE and Phoenix Realm Lair PVP ZONES

     

     

     

    GM SHOP

    2rcy737.png

    GATEKEEPER

    9amrm1.png

    TVT EVENT ENGINE 

    259ijkh.png

    BUFFER

    34i4ih5.jpg

    mjbqtg.jpg

    33nx16o.jpg

    ohv42g.jpg

    208ehhz.jpg

     

    post-136322-0-51636500-1389361632_thumb.jpg

  7. How can i reword your code so instead of just the Right hand weapon Getting attributed it will attribute the weapon and all of my armor slots Example:: boots helm chest legs and weapon at the same time instead of just attributing the weapon 
    this is what i came up with in my head 

    I need to find out how to add all ove these in 1 code so when i attribute my items say for example fire it will make all of the items fire attributed 
    PAPERDOLL_CHEST
    PAPERDOLL_HEAD;
    PAPERDOLL_LEGS;
    PAPERDOLL_GLOVES;
    PAPERDOLL_FEET;
    PAPERDOLL_LHAND;
    PAPERDOLL_LEAR;
    PAPERDOLL_REAR;
    PAPERDOLL_NECK;
    PAPERDOLL_LFINGER;
    PAPERDOLL_RFINGER;
    PAPERDOLL_BELT;
    PAPERDOLL_UNDER;

     

     // If it contains space, then it's an attribute enchant. After space it's the element name. Eg: Fire
            if (event.contains(" "))
            {
            final StringTokenizer st = new StringTokenizer(event);
       
    if (st.nextToken().equalsIgnoreCase("attributeWeapon"))
    {
            armorType = Inventory.PAPERDOLL_RHAND;
               enchantType = "Attributes.htm";
               
               final String element = st.nextToken();
     
               htmlText = enchant(element, enchantType, player, armorType, itemRequiredAttrWeapon, itemRequiredAttrWeaponCount);
    }
            }
  8. L2JHighFivePhoenixRealm1000xTvTFreeHero100%+21enchant10SubsGMShopFreeEverything<br>
    ###1..|| Server is live 100% Up Time<br>
    Server Specs<br>
    #XP Rate: 1000x # Adena: 1000x # Max Enchant +21 # Enchant rate 100%<br>

    ###2..|| Server is live 100% Up Time<br>
    Server Specs<br>
    #XP Rate: 10000x # Adena: 10000x # Max Enchant +100 # Enchant rate 100% MULTIPLE SKILLED SERVER<br>
    All Skills Are Obtainable From Skill Trainers in all city Guilds Just Recycle your SP<BR>


    #Global Gatekeeper Scheme Buffer and Regular<br>
    #AUTO ENCHANTER<br>
    #COLOR NAME CHANGER<br>
    #TITLE COLOR CHANGER<br>
    #STATS FOR PVP PK TOP50 NPC<br>
    #ALL HEROS ON LOG IN FOREVER WITH SKILLS<br>
    #1000 RECOMMENDATIONS <br>
    #WORLD SERVICE NPC for Clan Rec Nobless Sex Change Pk Reduction<br>
    #TvT engine every 10 minutes play against your friends<br>
    #Gm shop in every town with all Available Items No hero items<br>
    #Boss Zone if you are bored and need entertainment<br>
    #Raid Engine Room 
    #This is a PvP server all items are free instant 85 even  on sub classes 10 max<br>
    #PvP zones on the global Gate Keeper and BOSS zone<br>
    #Full Class Balance<br>
    #85 max level over enchanting weapons available Augmentation and ATTRIBUTES <br>
    #All Instances Available get quest items from GM shop <br>
    #Weekly Castle sieges depending on the players and clans<br>
    #Over Enchanting Weapons and Augmentations 100 % success<br>
    #Olympiad is live every day at 6pm West Coast Time<br>
    #Event Engine runs 6 times a hour every 10 minutes 144 times a day 24 hours a day TvT<br>
    #No Team limit on Team vs Team Buffer inside each team zone along with peace zones <br>
    #Fully Menu Gate Keeper With BOSS ZONE and Phoenix Realm Lair<br>
    #No Grade Penalty Increased STASH SIZE<br>
     
     
    GM SHOP
    2rcy737.png
    GATEKEEPER
    9amrm1.png
    TVT EVENT ENGINE 
    259ijkh.png
    BUFFER
    34i4ih5.jpg
    mjbqtg.jpg
    33nx16o.jpg
    ohv42g.jpg
    208ehhz.jpg
     

    post-136322-0-31254700-1389128393_thumb.png

  9. L2JHighFivePhoenixRealm10000xTvTFreeHero100%+100enchant10SubsGMShopFreeEverything<br>
    Server is live 100% Up Time<br>
    Server Specs<br>
    #XP Rate: 10000x # Adena: 10000x # Max Enchant +100# Enchant rate 100%<br>
    #Global Gatekeeper Scheme Buffer and Regular<br>
    #AUTO ENCHANTER<br>
    Enchants are 100% safe up to +100 ON THE NPC ENCHANTER<br>
    #COLOR NAME CHANGER<br>
    #TITLE COLOR CHANGER<br>
    #STATS FOR PVP PK TOP50 NPC<br>
    #ALL HEROS ON LOG IN FOREVER WITH SKILLS<br>
    #1000 RECOMMENDATIONS <br>
    #WORLD SERVICE NPC for Clan Rec Nobless Sex Change Pk Reduction<br>
    #TvT engine every 10 minutes play against your friends<br>
    #Gm shop in every town with all Available Items No hero items<br>
    #Boss Zone if you are bored and need entertainment<br>
    #This is a PvP server all items are free instant 85 even  on sub classes 10 max<br>
    #waste your time Killing people or enchanting or take time pvping in TvT sign up in Giran at reg Time<br>
    #Adena is not very useful on this server<br>
    #PvP zones on the global Gate Keeper and BOSS zone<br>
    #Be sure to make a clan PM GM for castle sieges or fortress sieges if you have enough players a GM could possibly allow you to siege<br>
    #Special Resurrection Buff on Buffer<br>
    #Full Class Balance<br>
    #85 max level over enchanting weapons available Augmentation and ATTRIBUTES <br>
    #All Instances Available get quest items from GM shop <br>
    #Weekly Castle sieges depending on the players and clans could end up daily if players meet requirements<br>
    #Over Enchanting Weapons and Augmentations 100 % success<br>
    #Olympiad is live every day at 6pm West Coast Time<br>
     
    GM SHOP
    2rcy737.png
    GATEKEEPER
    9amrm1.png
    TVT EVENT ENGINE 
    259ijkh.png
    BUFFER
    34i4ih5.jpg
    33nx16o.jpg
    ohv42g.jpg
    208ehhz.jpg

     

×
×
  • Create New...