Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

> Help on changing EXP To Next Level, RMVX
Destinynite1
post Jul 6 2012, 03:44 AM
Post #1


Level 11
Group Icon

Group: Revolutionary
Posts: 193
Type: Developer
RM Skill: Masterful




I have been lookin at the Game_Actor script and been messin with the experience calculations. I have changed a few things but it doesnt seem to be working in the actual game. Here is what I have modified so far:

CODE
class Game_Actor
  def make_exp_list
    @exp_list[1] = @exp_list[100] = 0
    m = actor.exp_basis + 10
    n = 0.65 + actor.exp_inflation / 50.0;
    for i in 2..99
      @exp_list[i] = @exp_list[i-1] + Integer(m)
      m *= 0.9 + n;
      n *= 0.3;
    end
  end
end


It doesnt seem to be making any impact at all, as I still need the same amount of EXP to level up. I even made it as a new Material and posted it in the Materials section since its overwriting an existing method. Any ideas?

EDIT: I even searched the forums and nothing came up so I made a new topic.

This post has been edited by Destinynite1: Jul 6 2012, 03:45 AM


__________________________
Current Project


1. Legends of the Four

Database - 75%
Scripting -55%
Storyline - SCRAPED (OPEN WORLD)
Character Skills - 100%
Monster Skills - 60%
Item Creation Skills- 45%
Everything else - No idea xD

Go to the top of the page
 
+Quote Post
   

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 22nd May 2013 - 11:47 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker