donkeyg Posted November 15, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share 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 Link to comment Share on other sites More sharing options...
Mootie Posted November 15, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share 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 Link to comment Share on other sites More sharing options...
lecksmatt Posted November 15, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 12/23/11 Last Seen: April 26, 2014 Share 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 Link to comment Share on other sites More sharing options...
raiki0207 Posted November 15, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 01/25/12 Last Seen: September 5, 2024 Share Posted November 15, 2012 change ATF_SHORT to ATF_LONG Quote Link to comment Share on other sites More sharing options...
Mootie Posted November 15, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted November 15, 2012 lol my mistaken and a fail understanding what he trying to say O.o 1 Quote Link to comment Share on other sites More sharing options...
donkeyg Posted November 15, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted November 15, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 minutes ago Share 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 Link to comment Share on other sites More sharing options...
nanakiwurtz Posted November 16, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share 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 Link to comment Share on other sites More sharing options...
Mootie Posted November 16, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share 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 Link to comment Share on other sites More sharing options...
donkeyg Posted November 16, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
nanakiwurtz Posted November 16, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted November 16, 2012 Are you sure you're using the item_db in pre-re or in re folder? Quote Link to comment Share on other sites More sharing options...
donkeyg Posted November 17, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Question
donkeyg
how do i make it work with range attack?
Link to comment
Share on other sites
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.