Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - wertyjr

1
RMXP Script Database / Re: [XP] RO Job/Skill System
March 12, 2012, 11:38:59 pm
I have an issue with this script... for some reason, when a character has just enough sp to use the skill (ie. sp cost is 5, and at level 1 it is 10, and theyy have 10 sp) it only uses the original sp cost (5, not 10).

After it reduces the sp from the skill, you can't use it again, of course... but if you have a skill that costs 20, you are left with 10, then you can use a skill that costs 10, and be left with 5... enough to use another skill.

Any tips on how to deal with this? I am not a good scripter myself but I am trying to find a way. I could use some help though.... I've been fiddling with it for a while and can't seem to figure it out.
2
RPG Maker Scripts / Re: s'more questions
December 21, 2009, 03:03:01 pm
Cool; one down, two to go...

EDIT
o_o i've hit another bump...
   battlers[self.index + 1].update_ci if battlers[self.index + 1] != nil
I had a summon out and he was running around doing his thing and then i got an error saying "blizz-ABS line 2331 nomethoderror. + nil:nilclass... I am having trouble getting it to say it again, so it may not be a big issue, but i still thought i would let ya know.

Please don't double post ~ Ronnie
3
RPG Maker Scripts / s'more questions
December 21, 2009, 11:54:47 am
For the stat distribution/ro job skills scripts, i was curious if it is possible to bind those to keys. I am using Blizz Abs though; i know how to use the common events to bind to a key with just rpg maker, but with blizz abs it doesn't work he same way.
Also, probably an easier question, is it possible ( with the stat distribution script) to make 1 dp = 5 hp, rather than 1 dp = 1 hp? I want every other stat to be 1 to 1, but hp and sp 1 to 5 respectively.

Anyone know how i can do this?


PS AGAIN! I am getting another error. "Script ' (*) RO Skill System' line 831:NoMethodError occurred. undefined method '/' for nil:NilClass. The line in my script is @skills_left = @sp / sp_cost. I wish i knew more about scripting so i could fix these problems myself...
4
RPG Maker Scripts / Re: Potion error in Blizz-ABS 2.57
December 21, 2009, 11:24:23 am
Quote from: wertyjr on December 20, 2009, 08:48:42 pm
I got distracted for a while myself; damn vidjya games  :<_<:

I haven't logged on for a month; sso no, i have not got the updated scripts, and thanks blizz; i was unaware.
5
RPG Maker Scripts / Re: Potion error in Blizz-ABS 2.57
December 20, 2009, 08:48:42 pm
So... any progress on this yet? I got distracted for a while myself; damn vidjya games  :<_<:
6
RPG Maker Scripts / Re: Potion error in Blizz-ABS 2.57
November 22, 2009, 05:49:31 pm
alright, thanks a billion bro.
7
RPG Maker Scripts / Re: Potion error in Blizz-ABS 2.57
November 22, 2009, 07:16:52 am
I hate to double post and all but this is seriously setting me back; and, i would hate to demand anything at all, but i can't find any way around this. Has anyone looked into fixing this yet? I know blizz has posted and i appreciate what he has done already but i need to know if i should sacrifice something or if i can expect this to be resolved. Hell, i'd do it myself, but i am more of a graphics kinda guy o_O
8
RPG Maker Scripts / Re: Potion error in Blizz-ABS 2.57
November 19, 2009, 06:45:44 pm
line 811 in my script ( i don't know why it would be different) is this

    old_sp = ch.battler.sp

also, line 857 from the other error posted.

        @skills_left = @sp / sp_cost
9
RPG Maker Scripts / Re: 'nother question
November 19, 2009, 05:47:46 am
The people here are so elegant. |: )
10
RPG Maker Scripts / Potion error in Blizz-ABS 2.57
November 19, 2009, 05:45:53 am
Rule #1 be specific.
Okay, here goes.
I am using Blizz-ABS 2.57.
I set a potion to the skillbar and when I activate it it comes up with

Script' (*) RO Skill System' line 811:NoMethodError occured.
undefined method 'battler' for #<RPG::Item:0x3b96188>

I have tried to neutralize the problem. I have tried several different alternatives ( although it worked fine before this point. ) like using it in the menu ( works ) different slots ( doesn't matter) different items (summoning ones work) healing skill ( doesn't work)... I also tried to use a skill that attacks, no luck... but then again, i force learned the skill through an event, maybe the RO skill system doesn't like that...
I think it is every time it consumes SP, because the line says something about that; but using a potion doesn't use sp, does it? i don't think i set anything like that or anything...

OH and when i tried to use the attacking skill ( after forcefully giving myself the skill... which could be this problem maybe) i got another error.

Script ' (*)RO Skill System' line 857: NoMethodError occurred.
undefined method ' /' for nil:Class

I don't know what any of that means, although I would like to state for the record, i haven't meddled in any of the scripts. so... i really have no idea why it is doing this.
I appreciate any help i can get.
11
RPG Maker Scripts / Re: 'nother question
November 18, 2009, 01:19:14 am
o_o where should i post simple questions with simple answers? There is no "simple question with simple answer" board.
12
RPG Maker Scripts / 'nother question
November 17, 2009, 06:48:28 pm
Does "tons of add-ons" work with Blizz 2.54? I may be jumping the gun trying to throw a bunch of scripts on my game but whatever i am having fun! :annoyed:
13
RPG Maker Scripts / Re: Just a suggestion
November 17, 2009, 06:46:35 pm
Alright Winkio, that's quite thoughtful of you. :P Lemme know when you put it up, would you?
14
RPG Maker Scripts / Just a suggestion
November 17, 2009, 04:21:41 pm
Blizz-ABS Config has a minimap component that i am thoroughly enjoying; but it would be cool if you could edit it. I mean like colours, icons (shop indicators mostly) character notification, quest location things...
I mean I won't look a gift horse in the mouth, the minimap's existence is a blessing in general; it would just be a beautiful addition.
15
Script Troubleshooting / Can't get monster to use skills!
November 17, 2009, 02:23:27 pm
I am using Blizz-ABS 2.57 (or... 2.54... i downloaded a package called 2.57 but the Blizz-ABS config thing says 2.54)
And I am trying to make a boss fight more difficult. At the moment, he just walks up to you, attacks, backs up, and repeats. if you block, then attack, he dies easily. I figured a skill would make it harder, considering you can't block those, but... he ignores that he has it. o_o I have tried so much to get him to use it; changing the conditions, changing his ai settings, changing the skill settings, nothing. The only way i could get him to use it was by removing his ability to attack, then that was all he did! The same goes for people on your party; unless they are set to healer, or have no other way of attacking, they are going to just run up and attack; ignoring potentially useful skills.
    Has anyone here had a problem like this? It feels very basic and that the solution will be incredibly simple; i must be just overlooking something...