Stats and DPS computed for TMW

A place for players to do role playing, discuss their guilds, etc.
Snoopy81
Peon
Peon
Posts: 10
Joined: 08 Nov 2017, 09:08

Stats and DPS computed for TMW

Post by Snoopy81 »

Hello all
I recently discovered this game, and randomly picked up TMW server because magic was supposed to be implemented and not on Evol.
After few weeks, I still found difficult to understand the real logic behind characters, survivability, stats and DPS. So I searched stats simulators, but most are obsolete or vanished!

Then I started to write one, using some wiki data, available server sources (I guess some things have been changed for TMW), TMW server data, and experimenting.

Should be quite good, but currently don't know how to compute
Focus skills bonuses.

DPS is only computed for weapon attack.
When using Bow/Sling you're suposed to be at max range minus one.
Mages DPS is shown for their weapon attack, but spell damage is
shown on current mob.
NB: #confringo is half damage on mob without any resistance....

You can download below or at deleted
Last edited by 4144 on 26 Nov 2017, 23:34, edited 2 times in total.
Reason: Removed link and attach with non free binary without license
User avatar
WildX
Source of Mana
Source of Mana
Posts: 2084
Joined: 07 Aug 2010, 14:13
Location: United Kingdom
Contact:

Re: Stats and DPS computed for TMW

Post by WildX »

There is little real logic at this time. The system is due for a big overhaul. We want it more balanced and a generally better gameplay experience. You should get involved with development!

TMW Team member

Snoopy81
Peon
Peon
Posts: 10
Joined: 08 Nov 2017, 09:08

Re: Stats and DPS computed for TMW

Post by Snoopy81 »

Update for StatsMP:
v1.4 now includes Focus skills...

You can download or on link below.
User avatar
Tirifto
Novice
Novice
Posts: 68
Joined: 19 Aug 2015, 10:38
Location: Esperantujo

Re: Stats and DPS computed for TMW

Post by Tirifto »

Would you please release this program as libre software (preferably under a copyleft licence)?
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: Stats and DPS computed for TMW

Post by 4144 »

Binary without license was removed.
On this forum allowed post only free software or as exception non free but with known license and limitations. But this exe was without any license.
Snoopy81
Peon
Peon
Posts: 10
Joined: 08 Nov 2017, 09:08

Re: Stats and DPS computed for TMW

Post by Snoopy81 »

Binary without license was removed.
On this forum allowed post only free software or as exception non free but with known license and limitations. But this exe was without any license.
What is a license ?
I'm a person coding for myself and sharing my programs without asking anything.
On this forum allowed post only free software...
? It's written "Freeware" in StatsMP window, isn't that clear?

New version v1.41, still free, Freeware, anything you may call it.


To admin: Could you MP me exactly what is the problem?
User avatar
EJlol
TMW Furniture
TMW Furniture
Posts: 1224
Joined: 06 Sep 2005, 08:42

Re: Stats and DPS computed for TMW

Post by EJlol »

A softwarelicense tells exactly what is and is not allowed to do. Stating that it is 'freeware' doesn't mean much. Some questions that come to mind that most licenses answers are:

- Are we allowed to execute it?
- Are we allowed to distribute it?
- Are we allowed to sell it?
- Are we allowed to modify the software?
- Are we allowed to look at the source code (decompile) and distribute the source code?
etc.

Some examples of (open source) licenses can be found here: https://opensource.org/licenses
Most of the licenses there may be used by anyone for free (yes, licenses can be copyrighted too :roll: ), so if you want you can just pick one and use it. But please do keep in mind the licenses linked there are open source, and may come with some requirements as sharing the code, which might not be what you want (we do recommend sharing the code though).
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: Stats and DPS computed for TMW

Post by 4144 »

Snoopy81 wrote:
Binary without license was removed.
On this forum allowed post only free software or as exception non free but with known license and limitations. But this exe was without any license.
What is a license ?
I'm a person coding for myself and sharing my programs without asking anything.
License is some kind of rules what allow and not allow do different things with your binary or sources. Link to licenses your already got in previous message.
Snoopy81 wrote:
On this forum allowed post only free software...
? It's written "Freeware" in StatsMP window, isn't that clear?
Best way for you will be if you put near your exe, aslo sources and put license file.
For example for manaplus sources: https://gitlab.com/manaplus/manaplus/tree/master, license: https://gitlab.com/manaplus/manaplus/bl ... er/COPYING or same file inside your folder where you install manaplus.
User avatar
gumi
TMW Adviser
TMW Adviser
Posts: 797
Joined: 19 May 2014, 18:18

Re: Stats and DPS computed for TMW

Post by gumi »

? It's written "Freeware" in StatsMP window, isn't that clear?
For computer software, free can mean two things:
  • free as in free beer (gratis)
  • free as in free speech (libre)
See Gratis vs. Libre

What is a license ?
A software license is a set of conditions under which you release your software. Without an explicit license, your software is not considered libre. See choosealicense.

If you want the most permissive licenses, go with one of these:
The Mana World is fully open source and does not allow you to upload non-free (as in free speech) material. If you would like more details on how to get started, see Starting an Open Source Project



you can also ask us questions on IRC if you need help: #themanaworld on Freenode.
Snoopy81
Peon
Peon
Posts: 10
Joined: 08 Nov 2017, 09:08

Re: Stats and DPS computed for TMW

Post by Snoopy81 »

Finally I choose the last one, simplest one too!

Remove if wrong!
(And please explain what's wrong...)
http://sn81.free.fr/snoopy81/files/StatsMP1.50.7z

Should be OK like that
User avatar
glag
Newly Registered User
Posts: 9
Joined: 18 Sep 2017, 00:30

Re: Stats and DPS computed for TMW

Post by glag »

Thank you Snoopy81 for releasing your source code under a free (libre) license.

This means a lot to everyone here :)
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: Stats and DPS computed for TMW

Post by 4144 »

thanks
User avatar
Amarynthus
Novice
Novice
Posts: 51
Joined: 26 Mar 2014, 19:29
Location: Hurnscald

Re: Stats and DPS computed for TMW

Post by Amarynthus »

gumi wrote:Without an explicit license, your software is not considered libre.
While true, that seems a little misleading to me. Without a license, not only is it not libre, but it is techically illegal for anyone to use it in any way.
Snoopy81
Peon
Peon
Posts: 10
Joined: 08 Nov 2017, 09:08

Re: Stats and DPS computed for TMW

Post by Snoopy81 »

StatsMP updated to version 1.60:
Added a full feature "stun meter".

Download here v1.60 or on the official forum.

StatsMP updated to version 1.61:
Improved mob's hints to be more useful.
Fixed Elemental resistances versus spells.

Download here v1.61 or on the official forum.
Attachments
StatsMP1.61.7z
StatsMP v1.61:
Resistances fix, hint improvements.
(389.81 KiB) Downloaded 80 times
StatsMP1.60.7z
StatsMP v1.60:
Stats, DPS, stun simulator
(389.13 KiB) Downloaded 75 times
TeZeR.D
TMW Adviser
TMW Adviser
Posts: 131
Joined: 05 Dec 2011, 18:26

Re: Stats and DPS computed for TMW

Post by TeZeR.D »

A hole in your stats I've noticed (not your fault by the way):
Banshee bow does not give +70 crit damage, instead it gives +70% (or something similar, perhaps it gives both crit damage and chance, i'm not sure) crit chance (yes, item description is wrong)
Part of the reason why it's such a strong item, I don't fully understand it, but it is affecting stats heavily.
Post Reply