Jump to content

Dominating

Members
  • Content Count

    19
  • Joined

  • Last visited

About Dominating

  • Rank
    Member

Recent Profile Visitors

1459 profile views
  1. I need to change this to work itemskill ITEM_ENCHANTARMS,4;
  2. No error.. the only problem is i cannot wear the item.. if i change the locations to 1024
  3. Hello how do i change this to work with elemental converters Id: 12114 AegisName: "Elemental_Fire" Name: "Elemental Converter" Type: 11 Buy: 2 Weight: 10 BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,4; "> }, And This one for the Cursed Water Id: 12020 AegisName: "Water_Of_Darkness" Name: "Cursed Water" Type: 11 Buy: 2 Weight: 30 BuyingStore: true Script: <" itemskill ITEM_ENCHANTARMS,8; "> },
  4. I edited the database item too.. i am using 2013-08-07
  5. Have Tried changeing the loc to 1024 , and i cannot wear the headgear anymore
  6. Hello guys.. How do i make this Hat a Costume Item? Id: 5435 AegisName: "Coke_Hat" Name: "Red Minstrel Hat" Type: 5 Buy: 20 Weight: 100 Def: 1 Slots: 1 Loc: 256 EquipLv: 40 View: 436 Script: <" bonus bInt,1; bonus bMaxSP,80; bonus bMdef,3; if(getrefine()>5) { bonus bMdef,getrefine()-5; bonus bMaxSP,(getrefine()-5)*10; } "> },
  7. Hello Guys!... How to modify this Item EXPERT RING so it can be equipped by Ninja , Gunslinger adn Start Gladiator Jobs Id: 2703 AegisName: "Expert_Ring" Name: "Expert Ring" Type: 5 Buy: 20 Weight: 150 Slots: 1 Job: { All: true Novice: false } Upper: 2 Loc: 136 EquipLv: 50 Refine: false Script: <" bonus bDelayrate,-5; bonus bUseSPrate,5; "> },
  8. How to modify this.. item to make it wearable by: - gunslinger - soul linker - taekwon - star gladiator { Id: 2357 AegisName: "Valkyrie_Armor" Name: "Valkyrian Armor" Type: 5 Weight: 2800 Def: 6 Slots: 1 Job: { All: true Novice: false } Upper: 2 Loc: 16 EquipLv: 1 Script: <" bonus bAllStats,1; bonus bUnbreakableArmor,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000; else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus2 bResEff,Eff_Stun,5000; "> },
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.