Jump to content
  • 0

immortality and absolute damage script


ice9313779

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

can anyone provide me a code for withstanding death even with 1 hp unless equip with the same item can only kill that player. and a code for making a skill with absolute damage no matter what resistance is used.

Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  68
  • Topics Per Day:  0.02
  • Content Count:  436
  • Reputation:   31
  • Joined:  02/19/12
  • Last Seen:  

some make a script with this

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

help please.also the script that when u die the npc wont announce or record your death.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

can anyone provide me a code for withstanding death even with 1 hp unless equip with the same item can only kill that player. and a code for making a skill with absolute damage no matter what resistance is used.

You can try to add Epoque's additional Bonuses to your server: http://www.eathena.ws/board/index.php?showtopic=244783&hl= . This is probably the bonus you wanna look for:

bonus bLastStand,x; (complete)
- Adds an 'x'% chance to be left with 1 HP when damage is meant to kill you.
- Effectively, at bonus bLastStand,100; players could never be killed (always have 1 HP remaining).

help please.also the script that when u die the npc wont announce or record your death.

Um.. depending on your PvP ladder, whenever you're in PvP, you wouldn't get announced or death recorded. Additionally, depending on your PvP Ladder, you can probably disable announcements.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

can anyone provide me a code for withstanding death even with 1 hp unless equip with the same item can only kill that player. and a code for making a skill with absolute damage no matter what resistance is used.

You can try to add Epoque's additional Bonuses to your server: http://www.eathena.w...opic=244783&hl= . This is probably the bonus you wanna look for:

bonus bLastStand,x; (complete)
- Adds an 'x'% chance to be left with 1 HP when damage is meant to kill you.
- Effectively, at bonus bLastStand,100; players could never be killed (always have 1 HP remaining).

help please.also the script that when u die the npc wont announce or record your death.

Um.. depending on your PvP ladder, whenever you're in PvP, you wouldn't get announced or death recorded. Additionally, depending on your PvP Ladder, you can probably disable announcements.

how bout the code for making a skill fix damage no matter and ignores resistance?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

This could be something:

bonus2 bIgnoreGTB,x,y; (complete)
- Ignores GTB effect by 'x'% chance, dealing 'y'% of the damage.

or

bonus bMinDamage,x; (complete)
bonus bMaxDamage,x; (complete)
- 'x'% chance to deal the minimum/maximum damage (bMaxDamage is the same effect as Maximise Power skill).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

@mysterious: thank you so much. but i was wondering on how to make a custom skill with absolute damage.

This could be something:

bonus2 bIgnoreGTB,x,y; (complete)
- Ignores GTB effect by 'x'% chance, dealing 'y'% of the damage.

or

bonus bMinDamage,x; (complete)
bonus bMaxDamage,x; (complete)
- 'x'% chance to deal the minimum/maximum damage (bMaxDamage is the same effect as Maximise Power skill).

thanks :D

can you provide a code to counter this one bonus bLastStand,100

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

@mysterious: thank you so much. but i was wondering on how to make a custom skill with absolute damage.

This could be something:

bonus2 bIgnoreGTB,x,y; (complete)
- Ignores GTB effect by 'x'% chance, dealing 'y'% of the damage.

or

bonus bMinDamage,x; (complete)
bonus bMaxDamage,x; (complete)
- 'x'% chance to deal the minimum/maximum damage (bMaxDamage is the same effect as Maximise Power skill).

thanks :D

can you provide a code to counter this one bonus bLastStand,100

Custom skills I don't have a lot of knowledge own =/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

@mysterious: thank you so much. but i was wondering on how to make a custom skill with absolute damage.

This could be something:

bonus2 bIgnoreGTB,x,y; (complete)
- Ignores GTB effect by 'x'% chance, dealing 'y'% of the damage.

or

bonus bMinDamage,x; (complete)
bonus bMaxDamage,x; (complete)
- 'x'% chance to deal the minimum/maximum damage (bMaxDamage is the same effect as Maximise Power skill).

thanks :D

can you provide a code to counter this one bonus bLastStand,100

Custom skills I don't have a lot of knowledge own =/

how about a script to counter the one equip with this script bonus bLastStand,100

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

how about a script to counter the one equip with this script bonus bLastStand,100

That sounds like quite a large source mod that no one would be willing to do for free. :<

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  02/18/12
  • Last Seen:  

how about a script to counter the one equip with this script bonus bLastStand,100

That sounds like quite a large source mod that no one would be willing to do for free. :<

hmm is it really that hard?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...