Mirage Engine
Show another sprite when dead - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49)
+---- Thread: Show another sprite when dead (/showthread.php?tid=354)



Show another sprite when dead - Moeller - 07-10-2006

Hello.
Could anybody make a "script" or what it is, so when you die, you will wait for 5 seconds (or something) and change to another sprite (dead sprite maybe).

And maybe a Mount/dismount, i found a sprite with a horse: http://rtgamer.free.fr/rmk/rmxp/graphic ... cheval.png

- Moeller

[Sorry my English, i'm from Denmark]


- William - 07-10-2006

So, how much visual basic do you know? It's good for us to know that. Also you could read this topic, because belier coded it:
http://www.splamm.com/elysium/forums/vi ... ght=corpse


- Moeller - 07-10-2006

William Wrote:So, how much visual basic do you know? It's good for us to know that. Also you could read this topic, because belier coded it:
http://www.splamm.com/elysium/forums/vi ... ght=corpse

Mmh, how can i say it... I read a book in Danish, it's name is Starting Visual Basic (Or what the name is on English :S )
So i know the basic of Visual Basic, but nothing about coding games...

EDIT: And about that link, do codes from Elysium Source works on Mirage Source?


- William - 07-10-2006

Not all of them, but some might work. But just start with playing around with mirage source. Do the following things:
  • Follow the character process, search for addchar and such and try to understand how it works.
  • Go into the item editor, then go into the code, and follow that, basicly press the OK button in the item editor, and follow the call commands, and then follow the packets.
  • Try to figure out how the types work and also how to add more variables into them so you can go on with save/loading the info.

http://www.vbtutor.net - might help you some.


- Moeller - 07-10-2006

Well thank you very much


- William - 07-10-2006

You also need to learn how packets work. It might be a bit tricky in the begining, so this guide can help you some on your way:
http://ms.shannaracorp.com/forums/viewtopic.php?t=418

Gave you the wrong url above, use this one:
http://www.vbtutor.net/vbtutor.html


- Moeller - 07-10-2006

William Wrote:You also need to learn how packets work. It might be a bit tricky in the begining, so this guide can help you some on your way:
http://ms.shannaracorp.com/forums/viewtopic.php?t=418

Gave you the wrong url above, use this one:
http://www.vbtutor.net/vbtutor.html

Yea, i dont know how packets work, but i'll find out somehow. :)
Thank you for getting me on the right way


- William - 07-10-2006

No Problem, I needed help first time I came here too. And I dont remember who it was, but one from the community helped me on MSN on a few things.