Jump to content
  • 0

my custom wing effect


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

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 by Mootie
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  12/23/11
  • Last Seen:  

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..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  01/25/12
  • Last Seen:  

change ATF_SHORT to ATF_LONG

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

lol my mistaken and a fail understanding what he trying to say O.o

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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 by donkeyg
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

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... /hum

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

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... /hum

true o.o

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Are you sure you're using the item_db in pre-re or in re folder?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...