Jump to content
  • 0

Bonus for Level


Gabriel13234

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  09/02/14
  • Last Seen:  

I don't know if is a script or where do I do that.

I think it's in src... but...

Sorry if I'm posting in the wrong place.

 

It's possible to make a Character win status when they get level 100 ?

For example, if I get Level 100, my character win +5 Str permanent bonus.

 

Is it possible ?

Someone can help me ?

 

Thanks everyone !

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   22
  • Joined:  10/24/14
  • Last Seen:  

Hey,

 

Edit db/job_db2.txt for permanent stat bonuses per level.

- Ups thats per job level my bad.

 

At db/re/statpoint.txt is list of stat points given per level.

Edited by Sehrentos
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  09/02/14
  • Last Seen:  

Hey, 

 

Thanks for trying to help me !

job_db2 - Only ups 1 point in 1 stats... I want to up more than 1 point in more than 1 stats after up 1 lv.

statpoint.txt - I dont want to give points for players to choose where they spend, i want something exactly, like +6 Str.

Is it possible?

 

Thanks a lot.

Link to comment
Share on other sites


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


OnPCStatCalcEvent

if ( BaseLevel >= 100 ) {

bonus bStr,5;

}

end;

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  09/02/14
  • Last Seen:  

Hey, thanks a lot !

 

How does it work ?

Where the bonus appear ?

 

Ex: 

Str: 40 + 10

 

When I up to level 100:

Str: 45 + 10 or

Str: 40 + 15 ?

 

And, where should I put this ?

Like any new script or in src ?

 

:)

 

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