Jump to content
  • 0

how to know if my costume effect are active


dennis259

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

this is my num2itemdectable.txt

 
30598#
^0000FF[Donors Costume]^000000
Reduce damage taken from demi human by 3%
Max HP + 3%
Max SP + 2%
Increase Physical and Magical damage to demi humans by 3%
 
 
this is my item_db2.txt
 
30598,War_Axe,War_Axe,5,20,,600,,2,,1,0xFFFFFFFF,7,2,2048,,1,1,1891,{bonus bAllstats,+10;},{},{}
 
 
only {bonus bAllstats,+10;},{},{} are working how to active this effect
Reduce damage taken from demi human by 3%
Max HP + 3%
Max SP + 2%
Increase Physical and Magical damage to demi humans by 3%
 
 
thank 4 advance
..
Edited by dennis259
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

Reduce damage taken from demi human by 3%
bonus2 bSubRace,7,3;

Max HP + 3%
bonus bMaxHPrate,3;

Max SP + 2%
bonus bMaxSPrate,2;



Increase Physical and Magical damage to demi humans by 3%
bonus2 bAddRace,7,3;
bonus2 bMagicAddRace,7,3;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

thank i put on item_bonus.txt this effect?

(Reduce damage taken from demi human by 3%
Max HP + 3%
Max SP + 2%
Increase Physical and Magical damage to demi humans by 3%)
 
give me example of that because i copy and paste that effect its not active...thank 4 advance

bonus2 bAddDamageClass,n,x;        +x% extra physical damage against monsters of Against players, n is their job id

 

can i edit that  line?    to

 

 

bonus2 bAddDamageClass,n,x;         (Reduce damage taken from demi human by 3% Max HP + 3% Max SP + 2% Increase Physical and Magical damage to demi humans by 3%)  ---->>>this i want to activate?

 

 

sorry im new here i dont know how to create a good question to understand i hope you understand  @

QQfoolsorellina

 

 

thank

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

Reduce damage taken from demi human by 3%

bonus2 bSubRace,7,3;

Max HP + 3%

bonus bMaxHPrate,3;

Max SP + 2%

bonus bMaxSPrate,2;

Increase Physical and Magical damage to demi humans by 3%

bonus2 bAddRace,7,3;

bonus2 bMagicAddRace,7,3;

thank..but its only one item of that effect 

->Reduce damage taken from demi human by 3% Max HP + 3% Max SP + 2% Increase Physical and Magical damage to demi humans by 3%

 

the bonus how to put that code

 

30598,Golden_wing,golden_wing,5,20,,600,,2,,1,0xFFFFFFFF,7,2,2048,,1,1,1891,{how to put the code here;},{},{}

 

example.

 

30598,Golden_wing,golden_wing,5,20,,600,,2,,1,0xFFFFFFFF,7,2,2048,,1,1,1891,{bonus2 bSubRace,7,3;bonus bMaxSPrate,2;bonus2bAddRace,7,3;bonus2 bMagicAddRace,7,3;},{},{}

 

 

correct or wrong?

i dont know to script all my item 150plus hayyyyysss thank a lot for helping

 

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

Reduce damage taken from demi human by 3%

bonus2 bSubRace,7,3;

Max HP + 3%

bonus bMaxHPrate,3;

Max SP + 2%

bonus bMaxSPrate,2;

Increase Physical and Magical damage to demi humans by 3%

bonus2 bAddRace,7,3;

bonus2 bMagicAddRace,7,3;

thank..but its only one item of that effect 

->Reduce damage taken from demi human by 3% Max HP + 3% Max SP + 2% Increase Physical and Magical damage to demi humans by 3%

 

the bonus how to put that code

 

30598,Golden_wing,golden_wing,5,20,,600,,2,,1,0xFFFFFFFF,7,2,2048,,1,1,1891,{how to put the code here;},{},{}

 

example.

 

30598,Golden_wing,golden_wing,5,20,,600,,2,,1,0xFFFFFFFF,7,2,2048,,1,1,1891,{bonus2 bSubRace,7,3;bonus bMaxSPrate,2;bonus2bAddRace,7,3;bonus2 bMagicAddRace,7,3;},{},{}

 

 

correct or wrong?

i dont know to script all my item 150plus hayyyyysss thank a lot for helping

 

it's correct. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

 

Reduce damage taken from demi human by 3%

bonus2 bSubRace,7,3;

Max HP + 3%

bonus bMaxHPrate,3;

Max SP + 2%

bonus bMaxSPrate,2;

Increase Physical and Magical damage to demi humans by 3%

bonus2 bAddRace,7,3;

bonus2 bMagicAddRace,7,3;

thank..but its only one item of that effect 

->Reduce damage taken from demi human by 3% Max HP + 3% Max SP + 2% Increase Physical and Magical damage to demi humans by 3%

 

the bonus how to put that code

 

30598,Golden_wing,golden_wing,5,20,,600,,2,,1,0xFFFFFFFF,7,2,2048,,1,1,1891,{how to put the code here;},{},{}

 

example.

 

30598,Golden_wing,golden_wing,5,20,,600,,2,,1,0xFFFFFFFF,7,2,2048,,1,1,1891,{bonus2 bSubRace,7,3;bonus bMaxSPrate,2;bonus2bAddRace,7,3;bonus2 bMagicAddRace,7,3;},{},{}

 

 

correct or wrong?

i dont know to script all my item 150plus hayyyyysss thank a lot for helping

 

it's correct. :)

thank you so much later i pm you the other effect...or teach me how to do that script

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

or you can verify it in trunk/doc/script_commands.txt or doc/item_bonus.txt

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