Jump to content
  • 0

Script Request for Leveling


Dev Yhams

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  08/10/20
  • Last Seen:  

how to script when +8 the wepon has a bonus skill of lvl 8 done when +9 the wepon has a skill of lvl 9

Edited by Mael
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

11 minutes ago, Dev Yhams said:

how about skill example +7 composite bow = lvl 1 DS

 

if(getrefine() == 7) skill "AC_DOUBLE",1;

 

Edited by Radian
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

3 hours ago, Dev Yhams said:

how to script when +8 the wepon has a bonus skill of lvl 8 done when +9 the wepon has a skill of lvl 9
    Script: |
      if(getrefine()==8) bonus bStr,1;
      else if(getrefine()==9) bonus bAgi,1;
      else bonus bAllStats,1;

 

Edited by Mael
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  08/10/20
  • Last Seen:  

35 minutes ago, Radian said:

    Script: |
      if(getrefine()==8) bonus bStr,1;
      else if(getrefine()==9) bonus bAgi,1;
      else bonus bAllStats,1;

 

on items effect on composite bow

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Just now, Dev Yhams said:

on items effect on composite bow

 

That's an item script.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  08/10/20
  • Last Seen:  

On 4/30/2021 at 12:51 AM, Radian said:

That's an item script.

1705,Composite_Bow_,Composite Bow,5,2500,,600,29,,5,4,0xFFFFFFFF,7,2,34,1,4,1,11,{},{},{}

How put on effect composite bow 

 

     if(getrefine()==8) bonus bStr,1;
      else if(getrefine()==9) bonus bAgi,1;
      else bonus bAllStats,1;

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

Just now, Dev Yhams said:

1705,Composite_Bow_,Composite Bow,5,2500,,600,29,,5,4,0xFFFFFFFF,7,2,34,1,4,1,11,{},{},{}

1705,Composite_Bow_,Composite Bow,5,2500,,600,29,,5,4,0xFFFFFFFF,7,2,34,1,4,1,11,{ if(getrefine()==8) bonus bStr,1; else if(getrefine()==9) bonus bAgi,1; else bonus bAllStats,1; },{},{}

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  08/10/20
  • Last Seen:  

how about skill example +7 composite bow = lvl 1 DS

7 hours ago, Radian said:

1705,Composite_Bow_,Composite Bow,5,2500,,600,29,,5,4,0xFFFFFFFF,7,2,34,1,4,1,11,{ if(getrefine()==8) bonus bStr,1; else if(getrefine()==9) bonus bAgi,1; else bonus bAllStats,1; },{},{}

 

how about skill example +7 composite bow = lvl 1 DS

please answer me again i not show your answer

please send again your answer

how about skill example +7 composite bow = lvl 1 DS

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