Champion Blizzard
Where am I?
Administrator
Has over 9000 posts
 
Level: 349
Offline
Gender: 
Posts: 9550
South Park's Chinpokomon are more awesome.
|
 |
« Reply #40 on: January 26, 2008, 11:05:49 PM » |
|
It actually work that way. The destruction engine is an emulator which actually is not a real destruction engine. When an enemy dies an animation from the database can be played, this is what happens actually.
Well, since it's not compatible with Guillame's multi-slot equipment yet, all I can say is that you'll have to wait either way. =/
|
|
|
|
|
Logged
|
  Double 69.
|
|
|
|
diablosbud
Basic Member
Level: 1
Offline
Posts: 73
|
 |
« Reply #41 on: January 27, 2008, 04:56:21 AM » |
|
I fixed my problem. I made seperate slots for weapons and offhands and Blizz-ABS runs like uber , lol! Also I know that 2-handed weapons will work because it only modifys the equipment so you cannot equip an offhand with it. ;D, and I do not need a destruction engine. Heck I don't even need the mass of scripts I have  (wanna make my game awsomely good  ) (so far 2-months of scripting!)! Thanks for your help with the ABS setup Blizz .gif) .
|
|
|
|
|
Logged
|
|
|
|
|
Champion Blizzard
Where am I?
Administrator
Has over 9000 posts
 
Level: 349
Offline
Gender: 
Posts: 9550
South Park's Chinpokomon are more awesome.
|
 |
« Reply #42 on: January 27, 2008, 12:29:53 PM » |
|
Alright then.  I hope you enjoy Blizz-ABS.
|
|
|
|
|
Logged
|
  Double 69.
|
|
|
|
johnnysasaki
n00b
Level: 0
Offline
Gender: 
Posts: 5
Hail to the king baby.
|
 |
« Reply #43 on: January 27, 2008, 01:51:19 PM » |
|
I still can't get this to work... And before I try the RGSS100J.dll thing... I would like to point out that I have RGSS100J.dll, RGSS102E.dll, and a RGSS102J.dll In my system 32 file..
|
|
|
|
|
Logged
|
Watch out! Noobie on board!
|
|
|
|
Champion Blizzard
Where am I?
Administrator
Has over 9000 posts
 
Level: 349
Offline
Gender: 
Posts: 9550
South Park's Chinpokomon are more awesome.
|
 |
« Reply #44 on: January 27, 2008, 01:53:42 PM » |
|
Yeah, but depending on which version you have it will access only one. I suggest you delete RGSS100J.dll, make a copy of RGSS102E.dll and rename it to RGSS100J.dll. Then you should have no problem anymore.
|
|
|
|
|
Logged
|
  Double 69.
|
|
|
|
johnnysasaki
n00b
Level: 0
Offline
Gender: 
Posts: 5
Hail to the king baby.
|
 |
« Reply #45 on: January 27, 2008, 02:15:10 PM » |
|
Edit: Curse me. I figured out what was worng... But now I have to get around not having a intro. Oh well..
|
|
|
|
« Last Edit: January 27, 2008, 02:31:03 PM by johnnysasaki »
|
Logged
|
Watch out! Noobie on board!
|
|
|
|
Champion Blizzard
Where am I?
Administrator
Has over 9000 posts
 
Level: 349
Offline
Gender: 
Posts: 9550
South Park's Chinpokomon are more awesome.
|
 |
« Reply #46 on: January 27, 2008, 02:31:01 PM » |
|
What error are you getting anyway?
|
|
|
|
|
Logged
|
  Double 69.
|
|
|
|
johnnysasaki
n00b
Level: 0
Offline
Gender: 
Posts: 5
Hail to the king baby.
|
 |
« Reply #47 on: January 27, 2008, 02:31:57 PM » |
|
Figured out what I did to it thanks for the help though!
|
|
|
|
|
Logged
|
Watch out! Noobie on board!
|
|
|
|
daalaff
n00b
Level: 0
Offline
Gender: 
Posts: 5
|
 |
« Reply #48 on: January 28, 2008, 09:08:11 PM » |
|
Hi Blizz, i have a problem with your ABS 1.89. If i press the ATTACK- Button my char jump 4 Tiles up. You can see it on the pictures. What the matter? With your ABS 1.0.9.3 i have no problems.
|
|
|
|
|
Logged
|
linux is like a wigwam - no windows, no gates and a apache inside
|
|
|
|
Champion Blizzard
Where am I?
Administrator
Has over 9000 posts
 
Level: 349
Offline
Gender: 
Posts: 9550
South Park's Chinpokomon are more awesome.
|
 |
« Reply #49 on: January 28, 2008, 10:28:57 PM » |
|
He's not jumping. (-_-') There's an option at the bottom that is called ACTOR_Y_OFFSET or VERY similar. Set it to 112 like in the configuration of the demo where you got 1.0.9.3 from.
|
|
|
|
|
Logged
|
  Double 69.
|
|
|
|
daalaff
n00b
Level: 0
Offline
Gender: 
Posts: 5
|
 |
« Reply #50 on: January 28, 2008, 10:52:59 PM » |
|
Thanks Blizz, now it's ok.
Sorry, but my english is to bad for all understanding.
|
|
|
|
|
Logged
|
linux is like a wigwam - no windows, no gates and a apache inside
|
|
|
|
Arceus
Epiq
Moderator
Astral Trancist
Level: 88
Offline
Gender: 
Posts: 1559
I am lying.
|
 |
« Reply #51 on: January 29, 2008, 02:18:38 AM » |
|
just thought id post my "island" passability fix (for anyone who wants it): these lines go in at line 1417 in version 1.73 of the script: # if the tile hasn't been marked as passable yet if val == 0 # add to value if an island val |= 0x01 if self.passable?(x, y, 2) val |= 0x02 if self.passable?(x, y, 4) val |= 0x04 if self.passable?(x, y, 6) val |= 0x08 if self.passable?(x, y, 8) end It is inside the setup passability function. This is the context of the code: #-------------------------------------------------------------------------- # setup_passability # map - database map # Returns a data hash with coordinates for the minimap drawing. #-------------------------------------------------------------------------- def self.setup_passability(map) # set map for further use @map = map # initialize result = Table.new(@map.width, @map.height) # iterate through all each horizontal element (0...@map.height).each {|y| # prevent "Script is hanging" error if large map Graphics.update if @map.height * @map.width >= 19200 && y % 10 == 0 # iterate through all each vertical element (0...@map.width).each {|x| # initialize value val = 0x00 # add to value if virtually passable in each direction val |= 0x01 if self.passable?(x, y, 2) && self.passable?(x, y+1, 8) val |= 0x02 if self.passable?(x, y, 4) && self.passable?(x-1, y, 6) val |= 0x04 if self.passable?(x, y, 6) && self.passable?(x+1, y, 4) val |= 0x08 if self.passable?(x, y, 8) && self.passable?(x, y-1, 2) # ISLAND PASSABILITY FIX # if the tile hasn't been marked as passable yet if val == 0 # add to value if an island val |= 0x01 if self.passable?(x, y, 2) val |= 0x02 if self.passable?(x, y, 4) val |= 0x04 if self.passable?(x, y, 6) val |= 0x08 if self.passable?(x, y, 8) end # add coordinate if passable anyhow result[x, y] = val if val != 0x00}} # remove map from memory @map = nil # return passable coordinates return result end The fix starts where the comment in all caps is.
|
|
|
|
« Last Edit: January 29, 2008, 02:41:47 AM by winkio »
|
Logged
|
|
|
|
|
Starrodkirby86
Pokemon Trainer
Global Moderator
Lexima Warrior

Level: 163
Offline
Gender: 
Posts: 2884
The adventure begins again at March 14th.
|
 |
« Reply #52 on: January 29, 2008, 02:50:44 AM » |
|
I never looked at the old forum for this question, so forgive me if there is any repeating. However, I seem to notice that the HP for monsters can't go really far. I don't know if this is intended, or I didn't read somewhere about this in the manual or something, but all I know is that a monster with an HP that is considered average in the DBS, like 4567 or something, would crash in the game as an ABS monster. I downloaded Chronicles of Sir Lag-a-lot, which I must say, that is very nice game, but I noticed the monsters' HPs never went over 1000. So what gives?  Also, on the game, I was playing and an error message appeared that stated the game could not find a short sword graphic for Lag-a-lot, I don't know why...though the monster HP issue has been really ticking me. Thanks again, and forgive me for any other inconvenience or annoyance. 
|
|
|
|
|
Logged
|
|
|
|
|
diablosbud
Basic Member
Level: 1
Offline
Posts: 73
|
 |
« Reply #53 on: January 29, 2008, 01:02:45 PM » |
|
I just thought of a suggestion to add in version 1.90. How about a summoning feature used through skills, one that once your summon becomes knocked out it will leave the party. That would be great for my game and probably tons of other people too. Maybe you should add this in the next version.
|
|
|
|
|
Logged
|
|
|
|
|
Champion Blizzard
Where am I?
Administrator
Has over 9000 posts
 
Level: 349
Offline
Gender: 
Posts: 9550
South Park's Chinpokomon are more awesome.
|
 |
« Reply #54 on: January 29, 2008, 01:36:40 PM » |
|
This is already planned to be added with the new ally AI in 2.0. @Starrodkirby86: Now, THAT is a weird bug. I simply wanted Sir Lag-A-Lot to be a low stat game, I didn't know such a bug existed. I will look into this. Oh, and don't worry about the error message. I fixed this bug in v1.7x I think. It was a nasty bug to fix. The problem was simply that the spriteset add-on names were one frame off. So, if you i.e. defend exactly after an attack without waiting at least one frame, it would cause a crash. As I said, this has been fixed long ago.  @winkio: I will implement either this solution of a one that is more optimized.
|
|
|
|
|
Logged
|
  Double 69.
|
|
|
|
Memor-X
Reborn Member

Level: 5
Offline
Gender: 
Posts: 162
"An otherworld awaits you."
|
 |
« Reply #55 on: January 31, 2008, 01:08:14 AM » |
|
with the enemy event on the map, if the lock facing was on so they can't turn and face another direction, if you was to mave to say behind the enemy, will they attack you as if they are facing you or will they attack as if they are stuck facing one directing, like for say, a Demon Wall Boss
also, i have some mroe suggestions
1) Damage Events, like flames or lava or anything liek that which will hurt both enemies and allies
2) Target circle, have like a comment in the event to make a circle apear around that even on the minimap, that way you can have an NPC that you need to talk to to progress highlighted with a circle, and also have something like that for when your targting an enemy with a skill to show which enemy your attacking on the map
3) Status Addons script, i remember you saying on the old forum that only a few status like poison and that will work while others will have to be coded, well, why not make a Status Addons script with any and all status effects you can think of, you can even though the status in Tons into this aswell
4) Mugshot on HUD, i notice when you do get affected by a status you get an icon, why not make an option where you can have the a character mugshot insted and when they get affected with a status, the image changes, ofcause it would only need to aply to the player your controling, and you'll have to make a face for every state you have in the database here's an example, player gets infected with poison, their mugshot turnes green, player gets into a rage forum, their mug chnages to make them look likme their angry you can also have it so that their face changes when they reach so much health, like doom, but not so crappy
|
|
|
|
|
Logged
|
Yochiru: yay, contest, contest Ikkaku: i take it the winnder is the one who can kill the most Nanous Yumichira: looks like it Troy: like hell, the winnder is the one who STOPS STANDING AROUND WATCHING AND HELPS US KICK XANA'S ASS Kenpachi: oh shut your bitching, we hear you Troy: like hell you can, you haven't released your Zanbaruto's, you haven't even used Xende 0, the only thing your doing with waisting your Knightmare's Energy Fillers Kenpachi: and like i said, shut your bitching Troy: great, i'm doomed
|
|
|
|
Champion Blizzard
Where am I?
Administrator
Has over 9000 posts
 
Level: 349
Offline
Gender: 
Posts: 9550
South Park's Chinpokomon are more awesome.
|
 |
« Reply #56 on: January 31, 2008, 01:21:36 AM » |
|
1) You can actually make that with events.
2) Will cause a heavy lag increase and it's really unnecessary. Where's the fun if you can see all your enemies' attack range? And besides the minimap would get overfilled withsprites and information which is not the point of a minimap.
3) I mentioned it already several times, I didn't have the time to implement it yet. I gave a llist of planned features at the old forum, didn't I?
4) Many people didn't like the mugshot in the HUD of earlier Blizz-ABS versions, so I removed it.
|
|
|
|
« Last Edit: January 31, 2008, 01:22:08 AM by Blizzard »
|
Logged
|
  Double 69.
|
|
|
|
Starrodkirby86
Pokemon Trainer
Global Moderator
Lexima Warrior

Level: 163
Offline
Gender: 
Posts: 2884
The adventure begins again at March 14th.
|
 |
« Reply #57 on: January 31, 2008, 01:23:51 AM » |
|
Hm, it's just getting stranger now. I seriously don't know what is happening with this script. First there's one error and then there's another while one is being resolved. This is seriously confusing. However...I have an image that describes this one, a visual representation is always great. http://img204.imageshack.us/img204/5416/abserrorbu5.jpg
|
|
|
|
|
Logged
|
|
|
|
|
Champion Blizzard
Where am I?
Administrator
Has over 9000 posts
 
Level: 349
Offline
Gender: 
Posts: 9550
South Park's Chinpokomon are more awesome.
|
 |
« Reply #58 on: January 31, 2008, 02:12:41 AM » |
|
The image was resized. -_- How about you zip it and upload it on sendspace?
The problems is as soon as I make it pretty stable and as soon as I am able to fix the worst bugs, I do another update with adding new features and new bug appear. It's always that way. As soon as you change something, you are adding new bugs as well. I'll see to fix a majority of them in v1.9. Please bear with me. -_-
|
|
|
|
|
Logged
|
  Double 69.
|
|
|
|
Starrodkirby86
Pokemon Trainer
Global Moderator
Lexima Warrior

Level: 163
Offline
Gender: 
Posts: 2884
The adventure begins again at March 14th.
|
 |
« Reply #59 on: January 31, 2008, 02:39:47 AM » |
|
|
|
|
|
|
Logged
|
|
|
|
|