Jump to content
  • 0

Question

Posted

I want to make a respawn system for my game. My site should work like this.

When your player dies, options will appear on the screen. The first option is respawn at the point of death (in exchange for scrolling)

second option is resurrect in city A or B. (in exchange for gold)

Is this system possible? Thanks for your help.

5 answers to this question

Recommended Posts

  • 0
Posted

Currently the way you want it to work is impossible without source edits simply because when you die currently, it'll instantly respawn you at your class' respawn location.
You'd have to interrupt this process in the source so that you can pull a common event on death.

  • 0
Posted

I haven't used it before, but there is an "on respawn" common event option? Maybe you could create a map the player is warped to and depending on the option they choose you could charge currency for it. Don't know how you'd handle the respawn-at-death location, though.

  • 0
Posted
1 hour ago, AisenArvalis said:

Currently the way you want it to work is impossible without source edits simply because when you die currently, it'll instantly respawn you at your class' respawn location.
You'd have to interrupt this process in the source so that you can pull a common event on death.

Β 

28 minutes ago, TheBearWannabe said:

I haven't used it before, but there is an "on respawn" common event option? Maybe you could create a map the player is warped to and depending on the option they choose you could charge currency for it. Don't know how you'd handle the respawn-at-death location, though.

first of all thank you for your answers.

So how do I get the character to register in a certain region? Because it's annoying when it comes back to when it dies. However, while doing this, new players should not be affected by this situation.

  • 0
Posted

You can do this with common events and player variables. I don't use the default respawn locations (from class editor) at all.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...