Gabriel13234 Posted April 28, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 09/02/14 Last Seen: June 7, 2023 Share Posted April 28, 2015 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 ! Quote Link to comment Share on other sites More sharing options...
Sehrentos Posted April 29, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 91 Reputation: 22 Joined: 10/24/14 Last Seen: November 1, 2024 Share Posted April 29, 2015 (edited) 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 April 29, 2015 by Sehrentos Quote Link to comment Share on other sites More sharing options...
Gabriel13234 Posted May 1, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 09/02/14 Last Seen: June 7, 2023 Author Share Posted May 1, 2015 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. Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 3, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Tuesday at 05:38 PM Share Posted May 3, 2015 OnPCStatCalcEvent if ( BaseLevel >= 100 ) { bonus bStr,5; } end; 1 Quote Link to comment Share on other sites More sharing options...
Gabriel13234 Posted May 7, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 09/02/14 Last Seen: June 7, 2023 Author Share Posted May 7, 2015 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 ? Quote Link to comment Share on other sites More sharing options...
Question
Gabriel13234
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.