donkeyg Posted November 15, 2012 Posted November 15, 2012 30022,Angeling_Wings,Angeling Wings,5,20,,10,,10,,1,0xFFFFFFFF,7,2,512,,0,1,1022,{ bonus bAllStats,2; bonus3 bAddEff,Eff_Stun,500,ATF_SHORT; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; bonus3 bAddEff,Eff_Silence,500,ATF_SHORT; bonus3 bAddEff,Eff_Poison,500,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT; },{},{} how do i make it work with range attack? Quote
Mootie Posted November 15, 2012 Posted November 15, 2012 (edited) Its easy search for an item on ur database that had a range attck or go to ratemyserver or go to your item_bonus.txt And nxt time search engine Receive 5% less damage from Long Range Physical attack. { bonus bLongAtkDef,5; },{},{} it will depends on you what kind of long range attack you liked Edited November 15, 2012 by Mootie Quote
lecksmatt Posted November 15, 2012 Posted November 15, 2012 Its easy search for an item on ur database that had a range attck or go to ratemyserver or go to your item_bonus.txt And nxt time search engine Receive 5% less damage from Long Range Physical attack. { bonus bLongAtkDef,5; },{},{} it will depends on you what kind of long range attack you liked I think you are wrong, he's asking on how you can make a character do long range attacks when equipped with a wing not having long range defence.. @donkeyg If i am not mistaken on what i said, then you have to see a bow item, check the range of the item and then apply it to your custom wing. I don't guarantee you that it'll work but at least you can try it.. Quote
Mootie Posted November 15, 2012 Posted November 15, 2012 lol my mistaken and a fail understanding what he trying to say O.o 1 Quote
donkeyg Posted November 15, 2012 Author Posted November 15, 2012 (edited) Its easy search for an item on ur database that had a range attck or go to ratemyserver or go to your item_bonus.txt And nxt time search engine Receive 5% less damage from Long Range Physical attack. { bonus bLongAtkDef,5; },{},{} it will depends on you what kind of long range attack you liked I think you are wrong, he's asking on how you can make a character do long range attacks when equipped with a wing not having long range defence.. @donkeyg If i am not mistaken on what i said, then you have to see a bow item, check the range of the item and then apply it to your custom wing. I don't guarantee you that it'll work but at least you can try it.. lol my mistaken and a fail understanding what he trying to say O.o i wan to make it works in both short/long weapon Edited November 15, 2012 by donkeyg Quote
Emistry Posted November 15, 2012 Posted November 15, 2012 remove this in those bonus stuff.. ATF_SHORT dont add this as parameter .......or change it to other....like bonus2 bAddEff,e,x; Adds a x/100 chance to cause effect e to the target when attacking (e.g. x=100 makes 1% chance, x=10000 makes 100% chance, etc) e: Eff_Blind, Eff_Sleep, Eff_Poison, Eff_Freeze, Eff_Silence, Eff_Stun, Eff_Curse, Eff_Confusion, Eff_Stone, Eff_Bleeding or refer this for better explaination or other item_bonuses.... trunk/doc/item_bonus.txt Quote
nanakiwurtz Posted November 16, 2012 Posted November 16, 2012 lol my mistaken and a fail understanding what he trying to say O.o I might reply like your earlier post, because it's hard to guess what does "how do i make it work with range attack?" really means... Quote
Mootie Posted November 16, 2012 Posted November 16, 2012 lol my mistaken and a fail understanding what he trying to say O.o I might reply like your earlier post, because it's hard to guess what does "how do i make it work with range attack?" really means... true o.o Quote
donkeyg Posted November 16, 2012 Author Posted November 16, 2012 so, it would be like this? 30022,Angeling_Wings,Angeling Wings,5,20,,10,,10,,1,0xFFFFFFFF,7,2,512,,0,1,1022,{ bonus bAllStats,2; bonus3 bAddEff,Eff_Stun,500; bonus3 bAddEff,Eff_Curse,500; bonus3 bAddEff,Eff_Silence,500; bonus3 bAddEff,Eff_Poison,500; bonus3 bAddEff,Eff_Bleeding,500; },{},{} i tried it at my server and it didnt make anyone blind/stun/curse =.= even +2 alls tats also didnt have Quote
nanakiwurtz Posted November 16, 2012 Posted November 16, 2012 Are you sure you're using the item_db in pre-re or in re folder? Quote
donkeyg Posted November 17, 2012 Author Posted November 17, 2012 Are you sure you're using the item_db in pre-re or in re folder? it's in my item_db2.txt , so that's mean it's outside of pre-re and re folder... just inside the db/ Quote
Question
donkeyg
how do i make it work with range attack?
11 answers to this question
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.