Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

45 Pages V  « < 43 44 45  
Closed TopicStart new topic
> Blizz-ABS v2.7, Language: RGSS | Updated: November 28, 2009
Soku
post Jun 13 2010, 05:26 PM
Post #881


Level 7
Group Icon

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




I can't get the Bow&Arrow to work!!


It keeps telling me:

Script 'Blizz Abs 2' line 1609: NoMethodError occured.
Unspecified Method 'Projectile _speed' for BlizzABS::Weapons:Module

What do i need to do? Anyone got the answers??


__________________________
A far off memory, like a scattered dream...
A scattered dream, like a far off memory...
Go to the top of the page
 
+Quote Post
   
benbarrett
post Nov 5 2010, 02:32 PM
Post #882


Level 3
Group Icon

Group: Member
Posts: 30
Type: Writer
RM Skill: Advanced




I can't read the help file! Whenever I open it, every page just says "Navigation to the webpage was canceled". I'd like to use this ABS, but I can't do it without knowing how.

EDIT: Nevermind, it's working fine now. Odd.

-Ben

This post has been edited by benbarrett: Nov 5 2010, 02:36 PM


__________________________

"Ask for some palm trees, or tales from the South Seas, and I just might turn your head." -Twelve Volt Man, Jimmy Buffett
Go to the top of the page
 
+Quote Post
   
Rukiri
post Nov 5 2010, 04:20 PM
Post #883


emerge -avt awesome! Wait... it brings me.... HERE?!
Group Icon

Group: Revolutionary
Posts: 1,723
Type: Scripter
RM Skill: Advanced




Please don't update a 4 month old topic..even though you're asking for help.


__________________________
Xeilsoft
- Follow your dreams to the very end..

Kits that I'm working on.
[Unity3D 4.0] LTTP/Minish Cap - I don't have time for custom gfx like what the pze folks are doing but I will try and work on some enhanced LTTP graphics.

Main PC
Core i7 3820 overclocked @ 4.8GHZ
Galaxy: Nvidia Geforce GTX 680 GDDR5 2GB
Asrock X79 Extreme9 w' creative sound
64GB corsair platinum @ 1600MHZ
Muchkin 128GB SSD(boot), OZKIN 2TB SSD, Western Digital GREEN 1TB HDD.
Rosewill Lightning 1000W PSU
OS: Funtoo Linux, Windows 8 (Virtual Machine)

iMac (March 2013)
3.4GHz Quad-core Intel Core i7, Turbo Boost up to 3.9GHz
16GB 1600MHz DDR3 SDRAM - 2X8GB
1TB Serial ATA Drive @ 7200 rpm
NVIDIA GeForce GTX 680MX 2GB GDDR5
Go to the top of the page
 
+Quote Post
   
Taiine
post Nov 5 2010, 09:46 PM
Post #884


Level 17
Group Icon

Group: Revolutionary
Posts: 333
Type: Mapper
RM Skill: Advanced




Just also like to point out.
http://forum.chaos-project.com/index.php/topic,106.0.html
Is the main thread for this addon. Plus has the up to date version, the one here is an older copy.


__________________________

an RMXP Game utilizing Blizz-ABS


Concept Projects: DASH! The Masters Game | Finny Adventures (temp title)
My first RMXP Script: Taiine's Solo Player Custom Menu System v0.6 (UPDATED 13th of Nov 10)

Go to the top of the page
 
+Quote Post
   
sasofrass
post Dec 19 2010, 12:21 AM
Post #885


I can event anything.
Group Icon

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




I come to this site to check to see if he came out of retirement sad.gif

His battle system is my absolute favorite, with it I can make very incredible boss fights.

/miss Blizz


__________________________
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
   
sasofrass
post Feb 6 2011, 08:41 AM
Post #886


I can event anything.
Group Icon

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




$game_system.hud = false

This stops ALL events from running and basically breaks the game.

How would I toggle the health/mp hud on and off, you'd think that script would do it.


__________________________
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
   
Night_Runner
post Feb 6 2011, 02:21 PM
Post #887


Level 50
Group Icon

Group: +Gold Member
Posts: 1,525
Type: Scripter
RM Skill: Undisclosed




It's a fault with how RPG Maker handles event run code. Basically, you can never have the last command in an evented script return false.

So you could run:
CODE
$game_system.hud = false
true

And that would set the HUD to false, and have the last command return a non-false value....... which wouldn't destroy your game smile.gif


__________________________
K.I.S.S.
Want help with your scripting problems? Upload a demo! Or at the very least; provide links to the scripts in question.

Most important guide ever: Newbie's Guide to Switches
Go to the top of the page
 
+Quote Post
   
Selecia
post Mar 3 2011, 06:41 PM
Post #888


Level 1
Group Icon

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




Would someone please tell me how I could change the jump to stop if a row of tiles on a row above or below are impassible, landing on rows below and ending jump abruptly for rows above. I am attempting to make a sidescroller.

This post has been edited by Selecia: Mar 3 2011, 11:59 PM
Go to the top of the page
 
+Quote Post
   
47948201
post Apr 29 2011, 08:56 PM
Post #889


Level 1
Group Icon

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




Brace yourselves for the most noobish question ever:

How do I make an enemy?
I stuck an event named
Enemy /e[1]
on the map and matched the event properties to those of the Zingers from Lagalot (yeah, it's outdated, but I doubt it affected anything) except for giving it the Ghost map sprite.I didn't really do anything in the external database editor thing, but anyway...

The enemy just sits there. It doesn't move, turn, attack, or react to my Bronze Sword (which I'm preeetty sure should work, but I was also pretty sure the ghost would work)

Using 2.84 on XP, OS is Vista.

On a totally related note, is there a relatively easy way to modify normal/running movement speed and similar settings in-game?
Go to the top of the page
 
+Quote Post
   
stripe103
post Apr 30 2011, 12:31 AM
Post #890


PHP ERROR: Couldn't get value from UInteger. Value too large
Group Icon

Group: Revolutionary
Posts: 737
Type: Mapper
RM Skill: Intermediate




As Blizzard have said lots me times, there is a manual for a reason, you probably have written something wrong.

For the speed changing, you can use the set move route event command.

Also, to get good answers it is easier to post on Chaos-Project (Blizzards site). It is there they support it.

This post has been edited by stripe103: Apr 30 2011, 12:38 AM


__________________________

By Axerax

The rest of my sig



Go to the top of the page
 
+Quote Post
   
47948201
post Apr 30 2011, 11:43 AM
Post #891


Level 1
Group Icon

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




Manual is how I figured out that I need to type /e[#]

But yeah, I just figured that since I already have an account here I might as well post it here. But mmkay, thanks!
Go to the top of the page
 
+Quote Post
   
stripe103
post Apr 30 2011, 11:57 AM
Post #892


PHP ERROR: Couldn't get value from UInteger. Value too large
Group Icon

Group: Revolutionary
Posts: 737
Type: Mapper
RM Skill: Intermediate




Yea that is true, but just if you have further problems. Also, I think it should be \e[#] instead of /e[#], but I'm not sure.


__________________________

By Axerax

The rest of my sig



Go to the top of the page
 
+Quote Post
   
Mrhatt
post Dec 30 2011, 05:15 PM
Post #893



Group Icon

Group: Member
Posts: 3
Type: None
RM Skill: Intermediate




Is there like a ''war script'' that works whit this one... i'd realy like to make a bigger battle when i fight whit other npc against enemy npc.
Go to the top of the page
 
+Quote Post
   
andyvrc [$]
post Jan 10 2012, 02:32 AM
Post #894


Level 1
Group Icon

Group: Member
Posts: 14
Type: Developer
RM Skill: Beginner




hello?? any someone here??
i've the problem from this script, the prblem is..
error at Blizz ABS part 2 line 3507: Syntax Error

how do i fix it??
Go to the top of the page
 
+Quote Post
   
Dingoman013
post Jan 16 2012, 12:49 PM
Post #895


Level 2
Group Icon

Group: Member
Posts: 23
Type: None
RM Skill: Intermediate




Hey Im trying to use maplinks with version 2.84 of abs but i keep getting erros on mapliinks simply doesn't work. I hate to necropost but i can't find help anywhere else. there seems to be an error on line 125 of maplinks when i add the fixed script from earlier, ill add more details if someone can help me
Go to the top of the page
 
+Quote Post
   

45 Pages V  « < 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: 24th May 2013 - 04:54 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker