Jump to content

pimob27757

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by pimob27757

  1. possible way to enable skill unconditional on a specific item is to use the item_bonus script command, which can modify the item's effects and properties. For example, you can use the following code to create an item that grants skill unconditional to the wearer: 40000,Unconditional_bow,Unconditional Bow,5,0,,800,120,,1,2,0x00000400,63,2,2,4,150,1,2,{ bonus bUnbreakableWeapon; bonus2 bAddItemHealRate,0,50; bonus bNoGemStone; bonus bNoCastCancel; bonus bNoCastCancel2; bonus bNoSizeFix; bonus bNoMagicDamage; bonus bNoWeaponDamage; bonus bNoSkillSPCost; bonus bNoSkillDelay; bonus bNoSkillAfterDelay; bonus bNoSkillCooldown; bonus bNoSkillFixedCast; bonus bNoSkillVariableCast; },{},{} slope game
  2. possible way to enable skill unconditional on a specific item is to use the item_bonus script command, which can modify the item's effects and properties. For example, you can use the following code to create an item that grants skill unconditional to the wearer: 40000,Unconditional_bow,Unconditional Bow,5,0,,800,120,,1,2,0x00000400,63,2,2,4,150,1,2,{ bonus bUnbreakableWeapon; bonus2 bAddItemHealRate,0,50; bonus bNoGemStone; bonus bNoCastCancel; bonus bNoCastCancel2; bonus bNoSizeFix; bonus bNoMagicDamage; bonus bNoWeaponDamage; bonus bNoSkillSPCost; bonus bNoSkillDelay; bonus bNoSkillAfterDelay; bonus bNoSkillCooldown; bonus bNoSkillFixedCast; bonus bNoSkillVariableCast; },{},{} slope game
×
×
  • Create New...