Question on Debuff *Type* Or *Parameter*

06/30/2011 09:43 TheSyn#1
k been searching around on here for awhile been looking to see if anyone knew the Debuff Parameter of mobs like i wanna remove Dark sigil from the alter mobs but not sure witch 1 the dark sigil is is it *Type* or *Parameter* or if ya would just let me know where to find these in my database would be greatly appreciated cause not to sure on the numbers atm and can't seem to find a thread on here for them
06/30/2011 23:21 castor4878#2
Dark Sigil is the debuff skill with ID 97 and the following details:

type = "Prevent Attack" (TypeDetail=67)
effect = Debuff (TypeEffect=3)
it can be used every 35 sec (ResetTime=35)
it a chance based skill (SuccessType=1) with a success rate of 80% (SuccessValue=80)
it affects all enemies (TargetType=7) within a 20 meters area (ApplyRange) for 15 sec (KeepTime=15)
it "Disables Physical Attack" (AbilityType1=32), "Disables Shooting Attack" (AbilityType2=33) and "Disables Magic Attack" (AbilityType3=34)

you can change some/all of these fields to modify the skill.

to remove it from a mob definition with shStudio: skill is the 3rd line of the Attacks section, the "Type" parameter is the skill, the "Mode" defines if the skill is enabled (0: off, 1: on)
07/01/2011 01:15 TheSyn#3
Awesome thks castor xD