Adding potential to Demon slayer shield.

Results 1 to 4 of 4
  1. #1
    Member Reso is offline
    MemberRank
    Apr 2013 Join Date
    74Posts

    Adding potential to Demon slayer shield.

    So originaly noviceboy55 release this

    Quote Originally Posted by noviceboy55 View Post
    I've seen how Mihiles are able to have their shields automatically changed using this code so I changed the values and tried to implement it to fit with DemonSlayers. However, you don't get any shields at all although you can still automatically job advance fine.

    Code:
    else if (GameConstants.isDemon(job)) {
                switch (getLevel()) {
                    case 10:
                        Item eq_weapon3 = MapleItemInformationProvider.getInstance().getEquipById(1099001);
                        eq_weapon3.setPosition((byte) -10);
                        equip.addFromDB(eq_weapon3);
                        equipChanged();   
                        changeJob((short) 3100);                   
                        break;
                    case 30:
                        changeJob((short) 3110);
                        removeAll(1099001);
                        Item eq_weapon = MapleItemInformationProvider.getInstance().getEquipById(1099002);
                        eq_weapon.setPosition((byte) -10);
                        equip.addFromDB(eq_weapon);
                        equipChanged();    
                        break;
                    case 70:
                        changeJob((short) 3111);
                        removeAll(1099002);
                        Item eq_weapon1 = MapleItemInformationProvider.getInstance().getEquipById(1099003);
                        eq_weapon1.setPosition((byte) -10);
                        equip.addFromDB(eq_weapon1);
                        equipChanged();    
                        break;
                    case 120:
                        changeJob((short) 3112);
                        removeAll(1099003);
                        Item eq_weapon2 = MapleItemInformationProvider.getInstance().getEquipById(1099004);
                        eq_weapon2.setPosition((byte) -10);
                        equip.addFromDB(eq_weapon2);
                        equipChanged();    
                        break;
                }
    
            }
    Is it possible for me to fix it such that demon slayers automatically gets their shield equipped at level 10?



    I was wondering if you could add 3L potential to these shields. I don't get how to add pot to them. Please help :)


  2. #2
    Member Reso is offline
    MemberRank
    Apr 2013 Join Date
    74Posts

    Re: Adding potential to Demon slayer shield.

    Bump.

  3. #3
    Member Connects is offline
    MemberRank
    Mar 2013 Join Date
    91Posts

    Re: Adding potential to Demon slayer shield.

    I need help with this too Bump.

  4. #4
    Sorcerer Supreme QuietCrystal is offline
    Member +Rank
    Aug 2010 Join Date
    SingaporeLocation
    346Posts

    Re: Adding potential to Demon slayer shield.

    Make an NPC command that adds potentials to equips.



Advertisement