Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 EXP gain even at max level
#2
Time for a lecture with Doctor VVulf.  Winking  

First, the method in Game_Actor that you are likely looking at  is called make_exp_list.  It looks at your actor and gets some data from the actor database.  This data is basically a base start value and some progression data (exp_basis  and exp_inflation).  These values are used to create a curved progression chart.

Now, the make_exp_list method takes this data and creates the experience points you need to attain for each level from 2 to 100.  It doesn't need to make points to reach level 1 since you're already there.  But be that as it may, the system is used to create what the highest number of points you need to attain to reach level 100.

So insofar as the make_exp_list, this method should not be touched.  It handles what points your levels need to attain.

NOW, there are other things to consider......

The method seen as exp= would do well.   The full statement is def exp=(exp). When you gain experience points,  you go through this method. And it is HERE that sets some of the caps you encounter.

The first line you encounter in the exp= method is the one that caps your experience points to 9999999.   Kinda makes sense, eh?

Then the next set of methods you will want to look at are the exp_s and next_exp_s methods.  They are responsible for converting your experience points and 'next' experience points into something that is displayed in your menu screens.... and that includes the dashes that fills the area when you reach the maximum level.

"Here endeth the lesson." - Malone (Sean Connery, The Untouchables)
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }


Messages In This Thread
EXP gain even at max level - by Lord Vectra - 02-10-2020, 03:23 AM
RE: EXP gain even at max level - by DerVVulfman - 02-10-2020, 04:34 AM
RE: EXP gain even at max level - by Lord Vectra - 02-12-2020, 03:34 AM
RE: EXP gain even at max level - by DerVVulfman - 02-12-2020, 04:44 AM
RE: EXP gain even at max level - by Lord Vectra - 02-12-2020, 06:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
    Level Up Event Script daojones 8 11,019 04-09-2010, 06:48 PM
Last Post: daojones
   Level Up Point Spending System 12 11,791 02-09-2010, 05:07 AM
Last Post: DerVVulfman



Users browsing this thread: