legox Posted July 2, 2009 Posted July 2, 2009 Sup, ive got a question, how can i fix SA of Hero Spear ? Quote
legox Posted July 4, 2009 Author Posted July 4, 2009 Really ? thanks... i dont know that ;< -1 karma . Quote
OnlyLoveXxX Posted July 4, 2009 Posted July 4, 2009 Really ? thanks... i dont know that ;< -1 karma . Wasn't there? If he helped you why did you give him -1 karma? Atleast you could give +1 and not -1 Quote
Grierosu Posted July 4, 2009 Posted July 4, 2009 lol why -1 karma? I'm gonna report this to a gm+ Wrong section u should post this at Developing because it's not client side. Quote
legox Posted July 4, 2009 Author Posted July 4, 2009 COuld you say me where you help me ? :> i know where are stats and etc ... i need to know how to fix them not to find them... thanks anyway . Quote
NosferatusS Posted July 5, 2009 Posted July 5, 2009 From data/stats/weapons 6600-6699.xml first of all u were wrong u cant edit stats for spear in 6600-6699.xml cos that are stats for spear and not for its SA unless u want to just add smthing you need to search in skill stat section.. cos SA is a passive skill Really ? thanks... i dont know that ;< -1 karma . dont be such a dick lol, she just wanted to help... here is code... use this <skill id="3591" levels="1" name="Special Ability: Infinity Spear"> <!-- Done by EternalSins Description(s): During a critical attack, this ability removes one or more of the enemy's buffs. It increases the character's Maximum HP, Maximum CP, Atk. Spd., and Accuracy, and gives a bonus to damage inflicted on an enemy during PvP. It reflects debuffs targeted upon the character back upon the enemy. It enables the character to attack multiple enemies. --> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <mul val='1.25' order='0x30' stat='maxHp'/> <mul val='1.50' order='0x30' stat='maxCp'/> <mul val='1.07' order='0x30' stat='pAtkSpd'/> <add val='4.89' order='0x40' stat='accCombat'/> <add val="10" order="0x40" stat="reflectSkillPhysic"/> <add val="10" order="0x40" stat="reflectSkillMagic"/> </for> </skill> hopefully u core supports this skill otherwise u need to add core support Quote
legox Posted July 5, 2009 Author Posted July 5, 2009 Thanks NosferatusS for trying but still dont work for me;/ dont know why;/// at SQL ive got: skills Item: 3591-1 , skills_onCryt: 3592-1-100 (100% chance) and still nothing ;/ and my skills: <skill id="3591" levels="1" name="Special Ability: Infinity Spear"> <!-- Done by EternalSins Description(s): During a critical attack, this ability removes one or more of the enemy's buffs. It increases the character's Maximum HP, Maximum CP, Atk. Spd., and Accuracy, and gives a bonus to damage inflicted on an enemy during PvP. It reflects debuffs targeted upon the character back upon the enemy. It enables the character to attack multiple enemies. --> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_PASSIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <mul val='1.25' order='0x30' stat='maxHp'/> <mul val='1.50' order='0x30' stat='maxCp'/> <mul val='1.07' order='0x30' stat='pAtkSpd'/> <add val='4.89' order='0x40' stat='accCombat'/> <add val="10" order="0x40" stat="reflectSkillPhysic"/> <add val="10" order="0x40" stat="reflectSkillMagic"/> </for> </skill> <skill id="3592" levels="1" name="Dispell"> <!-- Infinity Spear Skill --> <set name="magicLvl" val="80" /> <set name="power" val="100" /> <!-- Base Land Rate 10% Managed by SQL Side --> <set name="target" val="TARGET_ONE" /> <set name="skillType" val="CANCEL" /> <set name="operateType" val="OP_ACTIVE" /> <set name="castRange" val="40" /> <set name="effectRange" val="400" /> <set name="negateStats" val="BUFF HEAL_PERCENT" /> <set name="maxNegated" val="3" /> <!-- Making max debuff count 3 --> </skill> Quote
NosferatusS Posted July 6, 2009 Posted July 6, 2009 try to add skill ingame //add_skill 3591 1 and see if it exists, if it doesnt, then you don't have core support for it... btw, in navicat you need to have 3591 under skill id and 1 under level... Quote
legox Posted July 6, 2009 Author Posted July 6, 2009 I do that and if i use manualy that skill its work fine animation and effect works, but when i do that by spear only animation works but effect no;/ i dont know why the hell;/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.