24-01-2009, 02:43 PM
He was only asking
Mirage Source 4
|
24-01-2009, 02:43 PM
He was only asking
24-01-2009, 10:13 PM
Ehh it's a bit common sense who really has enough time to do that and even if they did why would they want to when they could just browse through the source in a swift.
26-01-2009, 06:58 PM
If you kill npcs on a map, walk off the map, then come back, they don't show properly.
I talked to Dugor about this and he came up with the start of how to fix it, this will make them appear if they move, but they still go poof. HandleSpawnNpc - client side Code: Dim i As Long At the bottom of the sub, before "End Sub" add this: Code: High_Npc_Index = 0
27-01-2009, 07:13 PM
Dugor tested it and it even happened for him. I'd set npcs on two maps, kill them on one, walk to another map, then walk back and they were all messed up.
28-01-2009, 04:45 PM
good news DFA the problem I had is no more
![]() Well done. Keep up the good work. By the way what else are you doing until the final release of MS4?
28-01-2009, 05:45 PM
It would be great if these features that you add were also released in tutorial format, for those of us that have already begun to work on a project.
28-01-2009, 07:34 PM
The spell animations don't quite work correctly. Seems like it shows the wrong animation, and if you kill the npc in one hit, the animation doesn't play until the npc respawns.
30-01-2009, 11:04 PM
Hey DFA, as far as Rian's comment goes, the spells "DO" blit the correct image, but if the NPC Dies in one hit of the spell, or the spell is the last damage delt, it won't blit until the npc respawns.
31-01-2009, 09:47 PM
The Items are now done like XW right? so the converter for XW should work for the new MS?
EDIT:omg, now I would need to convert my entire sprite sheet 1 by 1.
01-02-2009, 02:58 AM
Ya had more than one player online and the players other than the first player online spirits don't blt right 0.0 it has to be the bltspirit or player thing or the playerhighindex.. sorry i fixed it its because the classes where blank =.=
02-02-2009, 06:58 PM
It's a very nice source indeed. Started building a few more features off it to replace my outdated source. I'll have a few more tutorials out by the end of the week.
Quote:Robin:
02-02-2009, 11:37 PM
I just tried out the new version, it looks really nice.
03-02-2009, 12:27 AM
hey heres a suggestion, MP3 support, that would be nice!
03-02-2009, 12:29 AM
I don't think it'd be hard to write a program that would convert the sprite sheet to several files with 1 sprite each.
I'm not doing it though, so, it don't matter to me.
03-02-2009, 02:53 AM
Heres a couple suggestions from me:
-Stats are in a picbox and not in the chatbox. -Menu Music.
03-02-2009, 03:04 AM
timster0 Wrote:Heres a couple suggestions from me: Menu music is amazingly easy. Go to the form which you want it to play on Call PlayMidi("MidiName") And then Call StopMidi("MidiName") Or some BS
03-02-2009, 03:20 AM
Or stop being lazy and find the tutorial that was released years ago for it?
03-02-2009, 10:35 AM
The new sprite system is easy to work with. I just edited my old sprite converter that takes a sheet with 8 sprites from RM2K, which then converts it to the classic Mirage layout, then converts it to sprites.BMP in one huge sheet. Now it also takes each sprite and saves it into a seperate file. :3
Quote:Robin:
03-02-2009, 12:47 PM
lets see hmmm
1 show the spell animation on the tile the npc is on not on the npc so that way if the npc dies the animation still goes till it stops and doesn't blt on the npc when it revives. 2 Fullscreen choose between using it or not on login? just some things people would like to have that i heard about the spell thing was me its kind of annoying that it blts off the newly re-spawned npc instead of the maptile ^^.
03-02-2009, 12:52 PM
I just removed the spell blting system. Didn't work very well.
I have it set to the x & y co-ordinates, not the actual player. I store all the data in a new type, and have that type set into a re-dimmed array, so you can have as many animations on the map as possible, and you can set them anywhere, not just on the player ;D For example, with my resource system, if you hit a tree with an axe, it'll show an animation on the tree to show this, and the same happens when hitting a rock with a pickaxe. Quote:Robin:
03-02-2009, 01:47 PM
hm trigger activated animations =] kind of like my roofing tiles i did =]. it is a really good idea and spell animation they do work just he has them set on the player or npc instead of blting on map.
03-02-2009, 02:07 PM
Oh, I know they work, but it's annoying seeing an animation disappear when the player warps or dies or something.
Quote:Robin:
03-02-2009, 03:32 PM
he should have just did it as tiles. ii don't like how every time it goes threw both npc and player it search's for a spell. and how annoying it is for the way it is being blt.
03-02-2009, 03:34 PM
Robin Wrote:I have it set to the x & y co-ordinates, not the actual player. I store all the data in a new type, and have that type set into a re-dimmed array, so you can have as many animations on the map as possible, and you can set them anywhere, not just on the player ;DYeah, I've done it too. This should be in MS4, works great.
03-02-2009, 04:43 PM
genusis Wrote:he should have just did it as tiles. ii don't like how every time it goes threw both npc and player it search's for a spell. and how annoying it is for the way it is being blt. Quit bitching. DFA is doing this for free. |
« Next Oldest | Next Newest »
|