The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Lecode on March 02, 2011, 09:37:43 AM

Title: [Request] Spell Mastery
Post by: Lecode on March 02, 2011, 09:37:43 AM
Spell mastery
March 2, 2011




Summary
Hello :)
I want a script that allow skill to have level of mastery.
Whene the skill wins a certain level,this base damage go up.
When using a spell, he gains experience points to increase his level of mastery.
Thank =)

I forgot: I use Tenkatai SBS last verion.

Features Desired




Did you search?
yes,but there is a similar script for RPG Maker XP if I'm not mistaken. I saw him in 2009.Not for RMVX =(

What did you search for?

If someone do that for me, I'll be extremely grateful =)
Title: Re: [Request] Spell Mastery
Post by: modern algebra on March 03, 2011, 01:43:10 AM
Well, you could try using my Learn Skill By Use (http://rmrk.net/index.php/topic,34581.0.html) script in conjunction with the Level Skills By Use (http://rmrk.net/index.php/topic,39569.msg464112.html#msg464112) addon. I think it would do this, though it is a little more complicated than your request demands.
Title: Re: [Request] Spell Mastery
Post by: Lecode on March 03, 2011, 03:53:11 PM
Ok =) I will try.
Thank you

EDIT: I really can't,sorry =/

EDIT2: I tryed to script with skill id 59 and the method execute_action_skill but it doesn't work:
The variable "Exp" of skill id 59 doesn't change.Why?

module Lecode_Sl
  Exp_plus = 1
 
  Exp_besoin = 20
 
  Niveau_maximum = 5
 
end


module RPG
  class Skill < UsableItem
    include LaM::Skill_Up
    attr_accessor :lvl
    attr_accessor :exp
   
    def lvl
      @lvl = 1
    end
   
    def exp
       @exp = 0
     end
     
   end
end

   class Scene_Battle < Scene_Base
#include MOG
alias lecodesl_execute_action_skill execute_action_skill
def execute_action_skill
   
    #skill = @active_battler.action.skill
   # $data_skills[59]
$data_skills[59].exp += 1
if $data_skills[59].exp >= Lecode_Sl::Exp_besoin
  $data_skills[59].lvl += 1
  $data_skills[59].exp = 0
  $data_skills[59].base_damage += 2
  end
lecodesl_execute_action_skill
end
end

Title: Re: [Request] Spell Mastery
Post by: Lecode on March 05, 2011, 06:47:07 PM
Someone can help me,please? =/
Title: Re: [Request] Spell Mastery
Post by: Lecode on March 09, 2011, 06:19:51 PM
Please! Help me =/
Title: Re: [Request] Spell Mastery
Post by: Infinate X on March 09, 2011, 11:25:51 PM
okay I saw a script (can't remember what site it was so I might not be able to get it since the moderators r worse at that site then RPGRevolution) and it does EXACTLEY what you requested so I'll search for it and if I find it I'll post a link to it here (or in another reply if someone else posts)

BTW your request reminded me of it and I decided to use it so I need it anyways...  ;D
Title: Re: [Request] Spell Mastery
Post by: Lecode on March 10, 2011, 10:02:58 AM
Ho! thank you :)
  I saw a script like my request but it is for GTBS.(On RPGrevolution)
Title: Re: [Request] Spell Mastery
Post by: Infinate X on March 10, 2011, 08:47:38 PM
i accualy saw one for VX and I'm still looking for it



DP:Still looking...

TP:Accualy I think the script was on RPGMakerVX.net and I got banned from there (for unknown reason but I do think everyone should know RPGRevolution had problems with my birthday for a couple days due to a glitch and I think it happened on RPGMakerVX.net and I don't think you can get un-banned...just saying so u don't think I'm a bad person)
Title: [Resolved] Spell Mastery
Post by: Lecode on March 15, 2011, 07:55:04 PM
Its ok =D i made the script myself ^^
Tomorrow i think that i will post the script.
Title: Re: [Request] Spell Mastery
Post by: Infinate X on March 16, 2011, 03:06:20 PM
awesome! that's one less reason to make a new rpgmakervx.net  :D