Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MMORPG Leveling System
#1
MMORPG Leveling System
by Lettuce
Version: 1.1

Last update: 23 Dec 06

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


Introduction

Lettuce's first ever script!<3 :tomato:
This script allows you to increase your actor's stats using points (which is very popular among MMORPGs). An actor can obtain the points though Event(call script) or by leveling. Please note that the points are NOT shared between your party members, each actor have their own points [it wouldn't make sense if Basil levels up and Aluxes can use his points)

Features
  • Customize the stats of your charactors
  • Gain points through events and levelup
  • Used as a bonus points in addition to the default leveling system
  • Points are not shared between charactors
  • Points can effect HP and SP (percentage increase)
  • Very customizable <3

Script
The Script


You will also need this; it is like a color library. You can also use this for everything else too!

Color


Instructions

To add points to a charactor, use:

Code:
$actors_points[actorID] += Amount

replace actorID with the ID of your charactor from the database, and replace Amount with the amount of points you want to add

To add points to a charactor upon levelup:
find this line in Scene_Battle 2:

Code:
if actor.level > last_level


and add this below it:
Code:
$actors_points[actor.id-1] += 2 * (actor.level - last_level)



Do read the instruction in the script header too.

FAQ
If you want to use this as the main leveling system, go into the database and set str, agi, dex and int to 0 for all of your actors

Compatibility

Should be compatible with everything else

Credits and Thanks

Dubealex: for his tutorials [Image: biggrin.gif]
Leon: layout idea

Author's Notes
Upcoming versions will have:
- confirmation window
- a feature that will change the hp,sp,mdef etc. when you upgrade a stat (like when you put 1 point into STR, you get the atk increase and 1% HP increase)
-Be able to support a party with more than 4 members
-Include player's states and equiped item (this can turn into your new Status scene)
-option to increase HP and SP too?
}


Possibly Related Threads…
Thread Author Replies Views Last Post
  Looting System Thieffer 0 2,269 06-18-2009, 01:00 PM
Last Post: Thieffer
  Difficulity Level System Ekhart 0 2,232 03-14-2008, 01:00 PM
Last Post: Ekhart
  Dragon Quest VII Class Changing System Sephirothtds 0 2,363 11-15-2007, 01:00 PM
Last Post: Sephirothtds
  Map Stats and Info System Dubealex 0 2,400 10-19-2007, 01:00 PM
Last Post: Dubealex
  Spell Tablet System GubiD 0 2,497 08-25-2007, 01:00 PM
Last Post: GubiD
  Orb Based Skill System El Conductor 0 2,267 07-29-2007, 01:00 PM
Last Post: El Conductor
  Party Deleting System Ekhart 0 2,266 07-05-2007, 01:00 PM
Last Post: Ekhart
  Class Stat Bonus System Shinami 0 2,118 05-20-2007, 01:00 PM
Last Post: Shinami
  MATERIA SYSTEM with AP illustrationism 0 2,502 05-06-2007, 01:00 PM
Last Post: illustrationism
  Skill Level System Leon Westbrooke 0 2,123 09-16-2006, 01:00 PM
Last Post: Leon Westbrooke



Users browsing this thread: