Author Topic: Deathpanel, respawn and raise dead spell scroll question.  (Read 551 times)

Legacy_ShadowM

  • Hero Member
  • *****
  • Posts: 1373
  • Karma: +0/-0
Deathpanel, respawn and raise dead spell scroll question.
« on: March 21, 2016, 11:07:24 pm »


               

So is there a way with scripting to close the popup deathpanel?


So let say the players want to do just a re-spawn system, but want other pc to be able to cast a raise dead spell or use a raise dead scroll on player that has the re-spawn popup and close the popup and not give them a re-spawn penalty? So far I can only put a marker on the dead pc to not apply the penalty this time and they still have to hit the re-spawn button though.



               
               

               
            

Legacy_meaglyn

  • Hero Member
  • *****
  • Posts: 1451
  • Karma: +0/-0
Deathpanel, respawn and raise dead spell scroll question.
« Reply #1 on: March 21, 2016, 11:14:32 pm »


               

Isn't there a "wait for help" button the PC can use to dismiss that? PC can do that when she thinks her friends will raise her. You can use a timer and pop it back up after a while in case they forget or get busy.  That's what I did initially and it worked pretty well. After a while you can disable the wait button so it can't be used over and over too many times.   I think that's more or less what the wait for help part is for.  



               
               

               
            

Legacy_ShadowM

  • Hero Member
  • *****
  • Posts: 1373
  • Karma: +0/-0
Deathpanel, respawn and raise dead spell scroll question.
« Reply #2 on: March 21, 2016, 11:37:57 pm »


               

Ugg I just missed some code in my raise dead spell script (tries to go hide) '<img'> thanks



               
               

               
            

Legacy_KMdS!

  • Sr. Member
  • ****
  • Posts: 364
  • Karma: +0/-0
Deathpanel, respawn and raise dead spell scroll question.
« Reply #3 on: March 21, 2016, 11:49:53 pm »


               

Would you like to be able to have corpse drop on death and have the player sent to a fugue plane so that the player can log out and still get a raise/rez while offline? You can put a placeable in the fugue that will offer them the ability to just respawn back to the death location or any other defined location. In that way you can completely disable the dead/respawn gui.



               
               

               
            

Legacy_Proleric

  • Hero Member
  • *****
  • Posts: 1750
  • Karma: +0/-0
Deathpanel, respawn and raise dead spell scroll question.
« Reply #4 on: March 22, 2016, 06:41:36 am »


               

If your OnPlayerDeath script by-passes the call to PopUpDeathGUIPanel, you can do pretty much whatever you like instead.



               
               

               
            

Legacy_KMdS!

  • Sr. Member
  • ****
  • Posts: 364
  • Karma: +0/-0
Deathpanel, respawn and raise dead spell scroll question.
« Reply #5 on: March 22, 2016, 04:29:47 pm »


               


If your OnPlayerDeath script by-passes the call to PopUpDeathGUIPanel, you can do pretty much whatever you like instead.




Very true.