mob_db.txt to mob_db.conf

themon

New member
Messages
517
Points
0
Location
라그나로크
Github
ThemonChan (5468656d6f6e4368616e)
Emulator
will hercules make mob_db.txt to mob_db.conf like what they did to item_db.txt?

 
Pls... No.

In my mod server modify the 1000 monsters, change to the new system would have to configure everything again.
Change HP, EXP, Drop, str, int, ATK and many more ...

 
Pls... No.

In my mod server modify the 1000 monsters, change to the new system would have to configure everything again.

Change HP, EXP, Drop, str, int, ATK and many more ...
they will do a converter for sure like they did with item db

 
Last edited by a moderator:
better than the actual format
default_smile.png
and will open new possibilities of course

 
...

Example of something feature if change to the new system.

 
Last edited by a moderator:
its seems the development now is slow, is Ind busy?

 
Last edited by a moderator:
...

Example of something feature if change to the new system.
1. better readability and maintainability

2. no conflicts on updating

3. easier to bugfix if an item is bugged

4. faster performance

5. easier to update for the future

my professor on the university told us a sentence in the first year.

"If you dont like improvements, you dont like programming, then get the fuck of here!", What it means is, improvement of features always means work, because you have to understand the new features. But Programming is this kind of knowledge, you will always learn new things. If you dont want to learn new things, your wrong here.

 
...

Example of something feature if change to the new system.

1. better readability and maintainability

2. no conflicts on updating

3. easier to bugfix if an item is bugged

4. faster performance

5. easier to update for the future

my professor on the university told us a sentence in the first year.

"If you dont like improvements, you dont like programming, then get the fuck of here!", What it means is, improvement of features always means work, because you have to understand the new features. But Programming is this kind of knowledge, you will always learn new things. If you dont want to learn new things, your wrong here.
Hehehe! funny thats the same thing that I like to try to learn new things even  yommy kept on killing me
default_sob.gif
:sob:
 
Last edited by a moderator:
when i started to programm ill worked with Dark Basic i tought its the best and only language i want to use. but then i meet Java, HTML5, CSS3, Javascript, C++, C, C# and ASM :-)

It is not imprtant which language you learn. with ever step you take on any language, you also improve your knowledge for other languages.

as you learn to understand new things more quick.

 
1. better readability and maintainability

2. no conflicts on updating

3. easier to bugfix if an item is bugged

4. faster performance

5. easier to update for the future
I agree on all points except performance, as the formatting is more elaborate it is slower to parse than the previous however we are already have the weapons to fight that -- with the HCache http://herc.ws/board/topic/1389-hcache-item-packages-update/ while HCache is currently being used for item_packages.conf it can be used to make itemdb reading faster than it was before if we prioritise it (or if someone makes a pull request with it)
 
Back
Top