[XP] Blizz-ABS

Started by Blizzard, January 09, 2008, 08:21:56 am

Previous topic - Next topic

WhiteRose

Then you aren't doing it right. It should look something like this (except hopefully with other weapons besides the bow included, of course.)

  module Weapons
   
   def self.type(id)
     case id
     when 5 then return BOW
     end
     return SWORD
   end
   
   def self.projectile_speed(id)
     return 5
   end
   
   def self.range(id)
     case id
     when 5 then return 5
     end
     return 1.5
   end
   
   def self.penalty(id)
     return 16
   end
   
   def self.frames(id)
     return [3, 3, 3, 3]
   end
   
   def self.charge(id)
     return [CHARGENone, 0]
   end
   
   def self.charge_frames(id)
     return [3, 3, 3, 3]
   end
   
   def self.consume(id)
     return []
   end
   
 end

archee1

 :P i had
   when 5 then return BOW
   when 5 then return 5.0
End

archee1

just one issue left i want to respawn in town not game over :shy:

WhiteRose

June 27, 2010, 01:08:27 pm #3583 Last Edit: June 27, 2010, 01:10:05 pm by WhiteRose
Quote from: WhiteRose on June 27, 2010, 12:49:37 pm
As for your gameover issue, you're going to need to disable auto-gameover, and create a parallel process common event that checks if all party members are dead, and warps the party to wherever it is that you want them warped to if that is the case.


If you have further questions, how about you PM me, so we can stop bumping the topic?

Blizzard

And please avoid double-posting. Use the Modify button instead.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

winkio

And use the config app for crying out loud.

Blizzard

June 27, 2010, 03:08:43 pm #3586 Last Edit: June 27, 2010, 03:13:01 pm by Blizzard
Yeah, I didn't sit for days (and weeks!) on it for nothing. D:
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

tSwitch

Quote from: archee1 on June 27, 2010, 01:04:50 pm
:P i had
   when 5 then return BOW
   when 5 then return 5.0
End


just going to point out that you'll never get to the case where 5.0 is returned.


FCF3a A+ C- D H- M P+ R T W- Z- Sf RLCT a cmn+++ d++ e++ f h+++ iw+++ j+ p sf+
Follow my project: MBlok | Find me on: tSwitch.us | Twitter | Tumblr

archee1

how do i make a weapon an aoe hit like all enemys around
And my bow hits all enemys near not just 1 it can hit like 5
p.s. whats the modify thing

Eskobar

First of all: this has to be the most amazing tool I've ever worked with! I get goosebumps when thinking about all the possibilities you can do with the system, great job!

Now, I want to work with Blizz-ABS and have already tried some features. I got a few question:

1) Is there a possibility to "quick-equip" an item? Although I appreciate the hotkey feature, I want that the player is able to equip an item without the hotkey feature.. is there a possibility to tell my RMXP that it should equip "Ammunition" as item which can be used with the item button?

2) Well, I'm planning a shooter; and I want that the player has to hold a button (let's take the space bar for example) to draw his weapon. With the arrow buttons he should be able to choose the direction and with the attack button he should shoot. Now, I've played one of Blizzard's demos, "Sir Lag-A-Lot", and the shooting mechanic I want would be a combination of Sir Lag-A-Lot's defense and attack abilities. Can you give me an explaination how to do that?

I hope that you understand what I mean and that you can help me. Sorry for my English, I'm from Germany..  :^_^':

momon0039

Helly, I'm new in the forum so pleas forgive me about my english.
Anyway I have a problem. I used Blizz befor, and it's truely awsome but now when I open Blizz Config it shows me error, do you know why? i'm really want use Blizz on my game, and without the config i'm not sure I'll be able to use blizz as good as it is.
Thank

winkio

is it in your game folder?

momon0039

Yea, and I tried that on other games too, it's shows me the same error

legacyblade

Do you have the .net framework?

momon0039

Yes, Version 3.0 or 3.5.

legacyblade

What is the error you're getting?

winkio

most likely an unhandled exception.  Have you tried redownloading the config app?

ViNNe

Hey guys i'm new to this forum and to the ABS..

When I heard about it i just thought "WOW, THAT'S PERFECT!"

I've just gone through the Config.exe and generated a script, and installed at my project.

But I am getting an error wich says



and my script is like this



I hope someone can help me ASAP  :)



legacyblade

That doesn't look like script part 1. Part 1 is ALL config data. It's generated by the APP.

ViNNe

Quote from: legacyblade on July 02, 2010, 04:08:41 pm
That doesn't look like script part 1. Part 1 is ALL config data. It's generated by the APP.


I used the Blizz-ABS Config 2.79 again and I guess that Script 1 is corrected.

But now I get an error on Script 2 wich says



And my script 2 is like this.



Help me (: