Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

45 Pages V  « < 41 42 43 44 45 >  
Closed TopicStart new topic
> Blizz-ABS v2.7, Language: RGSS | Updated: November 28, 2009
Stev_Zer0
post Feb 6 2010, 12:10 AM
Post #841


Level 8
Group Icon

Group: Revolutionary
Posts: 128
Type: Developer
RM Skill: Advanced




got the new version but i still get the error.

script 'winkios hud' line 1076: NoMethodError occured
undefined method 'dropped' for #<Game_Event:0x38d25c8>

for now I'm just going to disable the Minimap so its not a big concern i just thought you should know about it.


__________________________
Demo V1.0 Available

Projects worth checking out
Go to the top of the page
 
+Quote Post
   
Blizzard
post Feb 6 2010, 02:00 AM
Post #842


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




Change it to "dropped?". I thought winkio fixed that already. :/


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   
Stev_Zer0
post Feb 6 2010, 08:59 AM
Post #843


Level 8
Group Icon

Group: Revolutionary
Posts: 128
Type: Developer
RM Skill: Advanced




Well that fixed it. I also had to ad a question mark on line 1011 just so you know but its working now thanks for the help.


__________________________
Demo V1.0 Available

Projects worth checking out
Go to the top of the page
 
+Quote Post
   
sasofrass
post Feb 9 2010, 01:37 PM
Post #844


I can event anything.
Group Icon

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




hey blizzard..

i still can't seem to get the enemy variable thing working out like i posted about a week or two prior.

Like if you kill an enemy, you can get a variable.


example:

you kill 1 ghost, you get +1 in the variable 1
you kill 2 ghosts, you get +1 in the variable 1

you kill 1 warrior, you get +1 in the variable 3


hope that isn't to difficult to grasp because i think i worded it poorly


__________________________
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
   
Blizzard
post Feb 10 2010, 12:15 AM
Post #845


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




Just put the variable operation in the enemy's event code.


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   
sasofrass
post Feb 10 2010, 07:08 AM
Post #846


I can event anything.
Group Icon

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




QUOTE (Blizzard @ Feb 10 2010, 03:15 AM) *
Just put the variable operation in the enemy's event code.


oh i feel stupid now - i thought it was all with scripts :x

thanks though

(love your system even more now biggrin.gif)


__________________________
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
   
RPGManiac3030
post Feb 10 2010, 10:41 AM
Post #847


Level 5
Group Icon

Group: Member
Posts: 71
Type: Developer
RM Skill: Advanced




I made bombs and they work perfectly, but the bomb itself doesn't make an explosion animation when it goes off. How do I get the bomb to do so?


__________________________
Go to the top of the page
 
+Quote Post
   
Blizzard
post Feb 11 2010, 04:43 AM
Post #848


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




Hm... I don't think I thought of that. User animations should apply to the character who put a bomb somewhere and not to the bomb itself. But you can try. Just try a user animation, maybe it works. I can't remember how I did it.


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   
Legacy
post Feb 11 2010, 06:30 AM
Post #849


B★RS Coding Ninja
Group Icon

Group: Global Mod
Posts: 1,414
Type: Scripter
RM Skill: Advanced
Rev Points: 15




Hey, nice work Blizzard, i havent really ever used an ABS system that much other than fixing a few problems for other members (mainly XRXS)

Seem to me that this is going pretty sweet, any new on updates or features you may be adding in the future?


__________________________
Freelance Programmer (C#, C++, Ruby)
#onegameamonth

Go to the top of the page
 
+Quote Post
   
Blizzard
post Feb 11 2010, 11:51 PM
Post #850


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




Definitely. Next week I'll do some updates on it.


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   
RPGManiac3030
post Feb 12 2010, 11:01 AM
Post #851


Level 5
Group Icon

Group: Member
Posts: 71
Type: Developer
RM Skill: Advanced




When I set the bomb to a user animation, my character just looks like he explodes when the bomb is placed on the screen...It is alright when I make the bomb like an arrow, but I still want to be able to place it on the screen.

On another note, I am using your quick weapon change script, and I would like to be able to tell what weapon I am currently equipped with on the HUD instead of guessing and wasting ammo. Could you think about this if you are updating that script?


__________________________
Go to the top of the page
 
+Quote Post
   
Blizzard
post Feb 12 2010, 11:41 AM
Post #852


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




Just get a custom HUD that suits your game better.

I'll see what i can do about the animations thing.


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   
sasofrass
post Feb 12 2010, 04:11 PM
Post #853


I can event anything.
Group Icon

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




i can't get skills to work at all..

i have tried different ways - read the manual - nothing works for me.

I want the skill ID 10 to be a fire ball

i set the projectile picture (projectile_skill_10.png) in my character folder

i set it all up on BlizzABS ass a Direct/Shockwave with a range of 5.0 and a penalty of 40, and with no charge.

i set the skill up in the database appropriately

i set it up on the hotkey, press the skill button, yet no skill goes.

it won't work sad.gif


Fixed the refresh problem - LegacyX

This post has been edited by LegacyX: Feb 13 2010, 04:35 AM


__________________________
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
   
RPGManiac3030
post Feb 12 2010, 05:40 PM
Post #854


Level 5
Group Icon

Group: Member
Posts: 71
Type: Developer
RM Skill: Advanced




@sasofrass
I would use homing/super homing or shooting/thrusting instead of direct/shockwave. If there is no skill showing at all, are you targeting an enemy?


__________________________
Go to the top of the page
 
+Quote Post
   
Blizzard
post Feb 13 2010, 04:06 AM
Post #855


Where am I?
Group Icon

Group: Revolutionary
Posts: 613
Type: Scripter
RM Skill: Masterful




Turn on the sound in the game; does it make the buzzer sound when you use the skill? Does the actor know the skill? I know you said that you set it up in the database properly, but check again if you set the target type to "Enemy" or "All enemies". If you are using Direct/Shockwave (or Homing/Superhoming as RPGManiac3030 suggested), then make sure there is an enemy nearby that you can target. You can't use the skill if there is no enemy that can be targeted. Also make sure that you copy-paste the generated configuration script from the config app into the script editor of RMXP instead of part 1 of the script.


__________________________


Please keep in mind that I have retired from RMXP and that I am not active here anymore! If you can't get any support for my scripts here, try at Chaos Project.
Go to the top of the page
 
+Quote Post
   
sasofrass
post Feb 13 2010, 05:23 AM
Post #856


I can event anything.
Group Icon

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




QUOTE (Blizzard @ Feb 13 2010, 07:06 AM) *
Turn on the sound in the game; does it make the buzzer sound when you use the skill? Does the actor know the skill? I know you said that you set it up in the database properly, but check again if you set the target type to "Enemy" or "All enemies". If you are using Direct/Shockwave (or Homing/Superhoming as RPGManiac3030 suggested), then make sure there is an enemy nearby that you can target. You can't use the skill if there is no enemy that can be targeted. Also make sure that you copy-paste the generated configuration script from the config app into the script editor of RMXP instead of part 1 of the script.


everything is set up fine and i put the script into the game.

but you say target the enemy? how would you do that?

if you're suppose to target an enemy when you click the skill, it wont let me do that

do you have teamviewer?


__________________________
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
   
RPGManiac3030
post Feb 13 2010, 11:13 AM
Post #857


Level 5
Group Icon

Group: Member
Posts: 71
Type: Developer
RM Skill: Advanced




Did you set up an enemy on the map with \e[ID]?


__________________________
Go to the top of the page
 
+Quote Post
   
sasofrass
post Feb 13 2010, 02:16 PM
Post #858


I can event anything.
Group Icon

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




QUOTE (RPGManiac3030 @ Feb 13 2010, 02:13 PM) *
Did you set up an enemy on the map with \e[ID]?


yes


__________________________
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
   
RPGManiac3030
post Feb 13 2010, 04:20 PM
Post #859


Level 5
Group Icon

Group: Member
Posts: 71
Type: Developer
RM Skill: Advanced




Did you set the attack to "only in battle" or "always"?


__________________________
Go to the top of the page
 
+Quote Post
   
sasofrass
post Feb 13 2010, 05:16 PM
Post #860


I can event anything.
Group Icon

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




QUOTE (RPGManiac3030 @ Feb 13 2010, 07:20 PM) *
Did you set the attack to "only in battle" or "always"?


Always


__________________________
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
   

45 Pages V  « < 41 42 43 44 45 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 19th June 2013 - 06:21 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker