Jump to content
  • 0

Test your damage


Unknown

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   1
  • Joined:  09/07/12
  • Last Seen:  

Many people usually want to test their damage, so I've been thinking about creating an npc which allows you to type, for example, DEF, MDEF, Demi-Human Resistance, Elemental Resistance and VIT. Basically, everything that's linked to damage reduction. So, after typing these values, the npc becomes vulnerable to being attacked and records your hits damage. (Or else it summons a Demi-Human monster using the values you typed).

Would it be possible to create it and, eventually, improve the concept?

Thanks in advice!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

This would be needing source modification since we don't have a script like 'setiteminfo' / 'setitemscript'. My advise is create a calculator rather that would require you to provide your stats and your target stats, then it would calculate the damage that you can deal.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   1
  • Joined:  09/07/12
  • Last Seen:  

:sadness: T_T

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:  

There are "test dummy" monsters in Prontera (as of relatively recently): npc/re/mobs/towns.txt

//==================================================
// Prontera, Training Dummy Area
//==================================================
prontera,251,77,0,0	monster	Dummy Lv50	2409,1,5000,0,0
prontera,259,77,0,0	monster	Dummy Lv50	2409,1,5000,0,0
prontera,251,66,0,0	monster	Dummy Lv100	2410,1,5000,0,0
prontera,259,66,0,0	monster	Dummy Lv100	2410,1,5000,0,0
prontera,251,55,0,0	monster	Dummy Lv150	2411,1,5000,0,0
prontera,259,55,0,0	monster	Dummy Lv150	2411,1,5000,0,0
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Oh, i didn't knew that ^

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...