Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

5 Pages V  < 1 2 3 4 > »   
Reply to this topicStart new topic
> Skill Shop for RMVX, Request by sithious-kun ^_^
SH!
post Mar 2 2008, 08:07 AM
Post #21



Group Icon

Group: Member
Posts: 1
Type: Event Designer
RM Skill: Advanced




It`s not working:
Script''line 122:NoMethodError ocurred.
undefined method `size' for nil:NilClass
Go to the top of the page
 
+Quote Post
   
rwilsonjr
post Mar 2 2008, 09:03 AM
Post #22



Group Icon

Group: Member
Posts: 1
Type: Event Designer
RM Skill: Advanced




I had to make modifications to get this to work, but it wasn't terrible. I don't agree with the design on setting up a module to set who can "learn" skills at what level. I leveraged the pre-existing learning for the characters class to determine if the skill was learnable and overwrote the Game_Actor setup to ensure no skills were learned on level up or on creation.

I also implemented a TP/AP system that sold skills based on TP earned from questing for NPCs and from combat.

If anyone wants my scripts, let me know and I can send them.
Go to the top of the page
 
+Quote Post
   
Mech-Ah
post Mar 2 2008, 09:10 AM
Post #23


Level 2
Group Icon

Group: Member
Posts: 25
Type: None
RM Skill: Undisclosed




I am interested in that script.
Go to the top of the page
 
+Quote Post
   
isaacsol
post Mar 2 2008, 02:55 PM
Post #24


Level 1
Group Icon

Group: Member
Posts: 6
Type: Musician
RM Skill: Advanced




Would it be possible for this to check the database and see what skills a character can learn and at what level, instead of having to manually add them?


__________________________
Go to the top of the page
 
+Quote Post
   
BloodyChaos
post Mar 2 2008, 03:45 PM
Post #25


Level 2
Group Icon

Group: Member
Posts: 25
Type: None
RM Skill: Undisclosed




OK I have 1 question I'm having trouble getting it to work I was wonder how to set up SKill ID and lvl
Do I put them here in these brackets? [1,4],[2,3],[3,1], and how like 001 or would just 1 work for the ID srry im confused
Go to the top of the page
 
+Quote Post
   
jackrider
post Mar 4 2008, 03:23 AM
Post #26


Level 1
Group Icon

Group: Member
Posts: 7
Type: Developer
RM Skill: Skilled




Thats awesome!! good scripts!
Go to the top of the page
 
+Quote Post
   
TiPere
post Mar 7 2008, 03:19 PM
Post #27


Level 2
Group Icon

Group: Member
Posts: 19
Type: None
RM Skill: Undisclosed




Does anyone can help me please ? When I speak to the Skill Shop Npc it send me an error message saying this : '' NameError occured while running script, unintialized constant Game_Interpreter::Skill ''

Anyone know what to do ohmy.gif ????


Thanks in advance!!
Go to the top of the page
 
+Quote Post
   
Marc_Firewing
post Mar 8 2008, 08:21 PM
Post #28


Level 2
Group Icon

Group: Member
Posts: 22
Type: Developer
RM Skill: Intermediate




This has been racking my head for a long time now. I have no idea what to do and my head is gonna burst. If you could help or something that would be VERY MUCH appreciated. How do I set it up properly?


__________________________

A place for RPG Maker XP and VX resources, the place that got me into RPG Maker. =D
Go to the top of the page
 
+Quote Post
   
Shrimpen91
post Mar 10 2008, 01:41 PM
Post #29


Level 1
Group Icon

Group: Member
Posts: 12
Type: None
RM Skill: Beginner




I'm dumb, demo please.


__________________________
Go to the top of the page
 
+Quote Post
   
Nechi
post Mar 11 2008, 09:01 AM
Post #30


Certamen Promus
Group Icon

Group: Revolutionary
Posts: 117
Type: None
RM Skill: Beginner




Update Ver 3.0 has been Release, You can set some thing easily than 2.0.

Sorry for long time to see, I have a final test ^^".
Now , I will answer some questions. Sorry for my Bad English^^
QUOTE (Mech-Ah @ Mar 2 2008, 09:59 PM) *
I have a problem. When I copy this, I get them in one line. So I can't use it... and I don't want to spend hours correcting it.

QUOTE (SH! @ Mar 2 2008, 10:14 PM) *
It`s not working:
Script''line 122:NoMethodError ocurred.
undefined method `size' for nil:NilClass

QUOTE (TiPere @ Mar 8 2008, 05:26 AM) *
Does anyone can help me please ? When I speak to the Skill Shop Npc it send me an error message saying this : '' NameError occured while running script, unintialized constant Game_Interpreter::Skill ''

Anyone know what to do ohmy.gif ????


Thanks in advance!!


It's work best on clean RMVX project (don't have other script.). I didn't make this scipt for support anorther script,Sorry^^
You will check your all game script and edit with yourself.

QUOTE (isaacsol @ Mar 3 2008, 05:02 AM) *
Would it be possible for this to check the database and see what skills a character can learn and at what level, instead of having to manually add them?


I must be hack the program for add that option,Very Sorry^^

QUOTE (BloodyChaos @ Mar 3 2008, 05:52 AM) *
OK I have 1 question I'm having trouble getting it to work I was wonder how to set up SKill ID and lvl
Do I put them here in these brackets? [1,4],[2,3],[3,1], and how like 001 or would just 1 work for the ID srry im confused


You will setting look like this in Hero Data
[ID of skill, Level requirement for learn]

Example : if you want actor id 1 can learn skill id 1 at Lv 4
and can learn skill id 2 at lv 3. You will setting look like this

CODE
1 => [ #Id of Actor
  
  [1,4],[2,3],
  
  ],


__________________________


Now, I 'm very busy.I'm work hard in the university. If you send me PM, sorry that I can't answer them at the moment.
Go to the top of the page
 
+Quote Post
   
sasofrass
post Mar 11 2008, 10:02 AM
Post #31


I can event anything.
Group Icon

Group: Revolutionary
Posts: 254
Type: Event Designer
RM Skill: Masterful




When I try to copy and paste it in to the scripts, it all says on Line 1. Not sure if this is right, but if it's not can you email the script to me at hockeyboi19365@hotmail.com

Thanks! Very much appreciated! xD


__________________________
Eventing Tutorials (updated Mar-5-2011)

Easy Eventing Tutorial Submissions - All done by me!
1.] Easy Money Banking System (May-16-2010)
2.] Easy Random Lightening System (Jul-31-2010)
3.] Mining System with Events (Aug-1-2010)
4.] Easy Item Looting (Aug-8-2010)
5.] Locks (Aug-8-2010)
6.] Event Movement to Location (Jan-2-2011)
7.] Evented Locations (Feb-21-2011)
8.] Slippery Floors (Mar-5-2011)
Go to the top of the page
 
+Quote Post
   
Mech-Ah
post Mar 11 2008, 12:58 PM
Post #32


Level 2
Group Icon

Group: Member
Posts: 25
Type: None
RM Skill: Undisclosed




V3.0 Error:

"
Script 'Skill Shop' line 280: NoMethodErro occurred.
undefined method 'size' for nil:NilClass
"
Go to the top of the page
 
+Quote Post
   
Nechi
post Mar 11 2008, 04:37 PM
Post #33


Certamen Promus
Group Icon

Group: Revolutionary
Posts: 117
Type: None
RM Skill: Beginner




QUOTE (sasofrass @ Mar 12 2008, 12:09 AM) *
When I try to copy and paste it in to the scripts, it all says on Line 1. Not sure if this is right, but if it's not can you email the script to me at hockeyboi19365@hotmail.com

Thanks! Very much appreciated! xD


You will check that line and fixed yourself, It 's bug when you paste from CodeBox

QUOTE (Mech-Ah @ Mar 12 2008, 03:05 AM) *
V3.0 Error:

"
Script 'Skill Shop' line 280: NoMethodErro occurred.
undefined method 'size' for nil:NilClass
"


I test with New RMVX project, It's work great.

Now, I add ver 3.0 Demo in first post.

This post has been edited by Nechi: Mar 11 2008, 04:38 PM


__________________________


Now, I 'm very busy.I'm work hard in the university. If you send me PM, sorry that I can't answer them at the moment.
Go to the top of the page
 
+Quote Post
   
Shrimpen91
post Mar 12 2008, 03:26 AM
Post #34


Level 1
Group Icon

Group: Member
Posts: 12
Type: None
RM Skill: Beginner





sad.gif I can't open the demo because ^


__________________________
Go to the top of the page
 
+Quote Post
   
Nechi
post Mar 12 2008, 04:42 AM
Post #35


Certamen Promus
Group Icon

Group: Revolutionary
Posts: 117
Type: None
RM Skill: Beginner




QUOTE (Shrimpen91 @ Mar 12 2008, 05:33 PM) *

sad.gif I can't open the demo because ^

I use RPG Maker VX 1.02 Ver.
What 's RPG Maker VX Version are you use?


__________________________


Now, I 'm very busy.I'm work hard in the university. If you send me PM, sorry that I can't answer them at the moment.
Go to the top of the page
 
+Quote Post
   
Shrimpen91
post Mar 12 2008, 05:01 AM
Post #36


Level 1
Group Icon

Group: Member
Posts: 12
Type: None
RM Skill: Beginner




ahh! that explains it, i have v1.00 tongue.gif


I know this is off-topic but do you know where to get an update? thanks in advance


__________________________
Go to the top of the page
 
+Quote Post
   
Nechi
post Mar 12 2008, 05:09 AM
Post #37


Certamen Promus
Group Icon

Group: Revolutionary
Posts: 117
Type: None
RM Skill: Beginner




QUOTE (Shrimpen91 @ Mar 12 2008, 07:08 PM) *
ahh! that explains it, i have v1.00 tongue.gif


I know this is off-topic but do you know where to get an update? thanks in advance

There are not update for 1.00 to 1.02.
You will Download trial version at http://www.download.com/Rpg-Maker-VX/3000-....html?tag=lst-3 .
It 's 30 day free trial to use.
If you want to unlimited time to use, You must buy the license at https://license.ntitles.net/purchase.asp?m=...2A2E08DF3D7D503 .


__________________________


Now, I 'm very busy.I'm work hard in the university. If you send me PM, sorry that I can't answer them at the moment.
Go to the top of the page
 
+Quote Post
   
Shrimpen91
post Mar 12 2008, 05:26 AM
Post #38


Level 1
Group Icon

Group: Member
Posts: 12
Type: None
RM Skill: Beginner




I can start the demo now ;D and now I'm trying to find the skill shop script etc.


__________________________
Go to the top of the page
 
+Quote Post
   
Nechi
post Mar 12 2008, 06:00 AM
Post #39


Certamen Promus
Group Icon

Group: Revolutionary
Posts: 117
Type: None
RM Skill: Beginner




QUOTE (Shrimpen91 @ Mar 12 2008, 07:33 PM) *
I can start the demo now ;D and now I'm trying to find the skill shop script etc.

It 's under "▼ Materials".


__________________________


Now, I 'm very busy.I'm work hard in the university. If you send me PM, sorry that I can't answer them at the moment.
Go to the top of the page
 
+Quote Post
   
Shrimpen91
post Mar 12 2008, 06:39 AM
Post #40


Level 1
Group Icon

Group: Member
Posts: 12
Type: None
RM Skill: Beginner




I fully understand how the script works now(I think), thank you very much biggrin.gif

This post has been edited by Shrimpen91: Mar 12 2008, 06:39 AM


__________________________
Go to the top of the page
 
+Quote Post
   

5 Pages V  < 1 2 3 4 > » 
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: 21st May 2013 - 10:12 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker