Jump to content

Question

Posted

Can anyone have a script that will put global bonuses on players?  For example. all swordsman will have +10 on all stats, archer +5 dex.. etc etc.. ive searched a long time ago and seen this kind of script on a paid website, i just forgot the website or the author. if someone can also direct me to the website. thanks

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

try this

use     OnPCLoginEvent: or     OnPCStatCalcEvent: 

      if (BaseClass == Job_Swordman){

        bonus bAllstats,10; 

else if (BaseClass == Job_Archer){

 bonus bDex,5;

}

end:

}

 

 

Edited by Smiley33

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...