Lazarus
Master
Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1
Hybris Ultima Online
|
RE: Insert the Combat scp of s.c.pack in own server.
(07-08-2012 07:16 AM)Extreme Wrote: Check in your sphere_settings.scp if you copied the part where you activate the properties.
Look for scp.ItemProp_HitChanceIncrease, scp.ItemProp_DefenseChanceIncrease.. etc...
Special Moves isn`t working very good, you should wait we fix it or fix yourself.
This? Just copy in the settings before the "UNTIL" and works?
I rly don't want the magic propieties of the weapons ^_^
Ok, i don't add the special moves ^_^ no problem.
1 last question: RESISTANCES works in magic too? [I never play a OSI shard] mbe i'll use the resistances to apply new magic attributes like INMUNE TO FIRE [100% fire res] and others thinks
REALLY, REALLY THANKS ^_^ you made my day man. Thank you! and the team for the forum
Code:
///////////////////////////////////////////////////////////////
//////// Item Magic Properties Settings
///////////////////////////////////////////////////////////////
// Enable or disable any of the Item Properties listed below
// Please, note that the name are very descriptive, if not, drop a message on forums.
// <boolean> (1 if yes, 0 if not).
scp.ItemProp_BestWeaponSkill=0
scp.ItemProp_DamageIncrease=0
scp.ItemProp_DefenseChanceIncrease=0
scp.ItemProp_DexterityBonus=0
scp.ItemProp_EnhancePotion=0 // NOT DONE
scp.ItemProp_FasterCastRecovery=0
scp.ItemProp_FasterCasting=0
scp.ItemProp_HitChanceIncrease=0
scp.ItemProp_HitColdArea=0 // NOT DONE
scp.ItemProp_HitDispel=0
scp.ItemProp_HitEnergyArea=0 // NOT DONE
scp.ItemProp_HitFireArea=0 // NOT DONE
scp.ItemProp_HitFireball=0
scp.ItemProp_HitHarm=0
scp.ItemProp_HitLifeLeech=0
scp.ItemProp_HitLightning=0
scp.ItemProp_HitLowerAttack=0
scp.ItemProp_HitLowerDefense=0
scp.ItemProp_HitMagicArrow=0
scp.ItemProp_HitManaLeech=0
scp.ItemProp_HitPhysicalArea=0 // NOT DONE
scp.ItemProp_HitPoisonArea=0 // NOT DONE
scp.ItemProp_HitStaminaLeech=0
scp.ItemProp_HitPointIncrease=0
scp.ItemProp_IntelligenceBonus=0
scp.ItemProp_LowerManaCost=0
scp.ItemProp_LowerReagentCost=0
scp.ItemProp_Luck=0
scp.ItemProp_MageArmor=0
scp.ItemProp_MageWeapon=0
scp.ItemProp_ManaIncrease=0
scp.ItemProp_ManaRegeneration=0
scp.ItemProp_NightSight=0
scp.ItemProp_ReflectPhysicalDamage=0
scp.ItemProp_StaminaRegeneration=0
scp.ItemProp_HitPointRegeneration=0
scp.ItemProp_SelfRepair=0
scp.ItemProp_SkillBonus=0
scp.ItemProp_Slayer=0
scp.ItemProp_SpellChanneling=0
scp.ItemProp_SpellDamageIncrease=0
scp.ItemProp_StaminaIncrease=0
scp.ItemProp_StrengthBonus=0
scp.ItemProp_SwingSpeedIncrease=0
scp.ItemProp_CraftingBonus=0 // NOT DONE
scp.ItemProp_CraftingExceptionalBonus=0 // NOT DONE
scp.ItemProp_UsesRemaining=0
|
|
07-08-2012 07:26 AM |
|
|