Jump to content
  • 1

Question

Posted

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!

5 answers to this question

Recommended Posts

  • 0
Posted
On 3/12/2014 at 5:51 AM, Unknown said:

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!

rice purity

That's an interesting idea for an NPC that allows players to test their damage reduction stats. It could be a fun and informative feature. Just be careful not to make the NPC too vulnerable - you wouldn't want players to get a perfect "purity" score by completely obliterating it, would you? Looking forward to seeing how you develop this concept further!

Posted

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.

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...