v0.8.9 (Bugfixes + translations) released to Google Play!

Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.9) from Google, F-Droid, our server, or itch.io

Beastiary

A place for general discussion about the content and gameplay of Andor's Trail.
User avatar
nether
Posts: 206
Joined: Sun Aug 05, 2012 2:00 am
android_version: 3.1 - Honeycomb

Re: Beastiary

Post by nether »

Richard Faila wrote:Hi

As I wrote before in http://andorstrail.com/viewtopic.php?f= ... =70#p38263 I did an item list of equip in AT and my plan was to add some information where you can buy / drop every item. As side effect I have to import all the monsters in my database.

When I was there, i decide to do monster list, since it isn't much different form the list of items.

So enter and do no harm :D http://andorstrail.irkalla.cz/monsterlist.php

It is the same thing as in the items case, so it is purely generated directly from source files, so it should be actual.

BTW the list of item is here: http://andorstrail.irkalla.cz/itemlist.php

Amazing job sir! Thank you for compiling such information into an easy to read format.
Pyrizzle
VIP
Posts: 6435
Joined: Sat Jun 25, 2011 1:00 am
android_version: 6.0 - Marshmallow
Location: Fire Nation HQ

Re: Beastiary

Post by Pyrizzle »

Richard Faila wrote:Hi

As I wrote before in http://andorstrail.com/viewtopic.php?f= ... =70#p38263 I did an item list of equip in AT and my plan was to add some information where you can buy / drop every item. As side effect I have to import all the monsters in my database.

When I was there, i decide to do monster list, since it isn't much different form the list of items.

So enter and do no harm :D http://andorstrail.irkalla.cz/monsterlist.php

It is the same thing as in the items case, so it is purely generated directly from source files, so it should be actual.

BTW the list of item is here: http://andorstrail.irkalla.cz/itemlist.php
wow great job!

Did you add all the new NPCs as well as the ones we had already entered here?
---------------------------------------------------------------------------------------

Player Name:Pyro
Lvl:24XP:244KAP:2/10HP:80AC: 189%AD:13-21CHS:-6CM: 0BC: 20%DR:2
IF:2Reg:2FSDW:1

May Elythara bless you and light your path!

---------------------------------------------------------------------------------------
User avatar
Richard Faila
VIP
Posts: 51
Joined: Fri Aug 02, 2013 7:25 pm
android_version: 2.3 - Gingerbread
Location: Czech republic
Contact:

Re: Beastiary

Post by Richard Faila »

Pyrizzle wrote:
wow great job!

Did you add all the new NPCs as well as the ones we had already entered here?
Well, I actualy have them in my database and I have to filtered them out, so they don't spam the monster list.

Only problem I have, is the form of presentation, aka how the table with NPC should look like. They dont have HP, AC, BC, or any other combat stat, so only information are icon, name, spawID ad dropID, witch are not so much usefull.

If you have some ideas about the presentation, let me know and I make it work (maybe :D).
I created Andor's Trail Directory at http://andorstrail.irkalla.cz/ fan page about AT.
Pyrizzle
VIP
Posts: 6435
Joined: Sat Jun 25, 2011 1:00 am
android_version: 6.0 - Marshmallow
Location: Fire Nation HQ

Re: Beastiary

Post by Pyrizzle »

What you created is fantastic. I am not sure what else could be needed besides Xp or drop rates really and both of those are not as necessary.
---------------------------------------------------------------------------------------

Player Name:Pyro
Lvl:24XP:244KAP:2/10HP:80AC: 189%AD:13-21CHS:-6CM: 0BC: 20%DR:2
IF:2Reg:2FSDW:1

May Elythara bless you and light your path!

---------------------------------------------------------------------------------------
User avatar
Richard Faila
VIP
Posts: 51
Joined: Fri Aug 02, 2013 7:25 pm
android_version: 2.3 - Gingerbread
Location: Czech republic
Contact:

Re: Beastiary

Post by Richard Faila »

Pyrizzle wrote:What you created is fantastic. I am not sure what else could be needed besides Xp or drop rates really and both of those are not as necessary.
That doesnt really aswred my question about table with NPC, but thanks :D. I could make a table with icon and name but that doesnt seems much to me.

I currently work on drop i monster table and i hope it will work (soon :D).

On the other hand, the Xp is little bit problem, because there are not part of data files and think that game couting them base on some monster charakteristiks such as Hp, Dmg etc. I dont know the real equation and only way is look for it in source code, but I have no idea, where it could be located.
I created Andor's Trail Directory at http://andorstrail.irkalla.cz/ fan page about AT.
User avatar
Richard Faila
VIP
Posts: 51
Joined: Fri Aug 02, 2013 7:25 pm
android_version: 2.3 - Gingerbread
Location: Czech republic
Contact:

Re: Beastiary

Post by Richard Faila »

Finally I worked out the drop.

On page http://andorstrail.irkalla.cz/monsterlist.php you can now click on the name of monster and it will show a droplist of all items with icon, name, quantity and chance to drop.

If you want more information about particulary item, you will be transfered to right row of itempage by clicking on the icon of item (works only on equipment, since I dont have other items on that page).

In the future I plan to work on NCP & merchant list, condition list and potions & food list.

Enjoy it and as always happy huntig!

BTW: I found the experience equation in source code (pretty compex stuff dough), so I am thinkig of adding that info in the monster table, but I am still not sure, because even now it is much widther that i would like. But I guess that Xp may be really usefull information, so I try it at least and decide after.
I created Andor's Trail Directory at http://andorstrail.irkalla.cz/ fan page about AT.
Thystonius
Posts: 490
Joined: Thu Jul 19, 2012 11:49 am
android_version: 2.3 - Gingerbread
Location: Netherlands (ikbendebob {at} yahoo {dot} com)
Contact:

Re: Beastiary

Post by Thystonius »

Richard Faila wrote:Finally I worked out the drop.

On page http://andorstrail.irkalla.cz/monsterlist.php you can now click on the name of monster and it will show a droplist of all items with icon, name, quantity and chance to drop.

If you want more information about particulary item, you will be transfered to right row of itempage by clicking on the icon of item (works only on equipment, since I dont have other items on that page).

In the future I plan to work on NCP & merchant list, condition list and potions & food list.

Enjoy it and as always happy huntig!

BTW: I found the experience equation in source code (pretty compex stuff dough), so I am thinkig of adding that info in the monster table, but I am still not sure, because even now it is much widther that i would like. But I guess that Xp may be really usefull information, so I try it at least and decide after.
Since I play on a Galaxy 10.1 tabloid, the width is not so much a problem. But for all the smartphone people out there I can see where you're coming from. So...

Anyways nice work, I'd love the xp inserted into the table! Or maybe an option to make personalized or temporal views, by hiding columns? Is that hard to code?
Lvl 74|XP 7,280,442|€ 364,324|2013.08.27
HP 229|AC 238%|AD 46-55|AP 3|ECC 25%|CM 3.0|BC 140%|DR 10|SR
RoLS 2|ElyR 1|RoL 0|ChaR 0|GoLF 1|ShaF 1|SRoV 0|VSH 0|WMC 0|GoW 0
WA 1|HH 1|Clv 1|BS 5|CS 2|CE 1|IF 5|Reg 1|DPS 1|DP 1|SP 2|LAP 1
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

Re: Beastiary

Post by Sarumar »

Richard Faila wrote:Finally I worked out the drop.

On page http://andorstrail.irkalla.cz/monsterlist.php you can now click on the name of monster and it will show a droplist of all items with icon, name, quantity and chance to drop.

If you want more information about particulary item, you will be transfered to right row of itempage by clicking on the icon of item (works only on equipment, since I dont have other items on that page).

In the future I plan to work on NCP & merchant list, condition list and potions & food list.

Enjoy it and as always happy huntig!

BTW: I found the experience equation in source code (pretty compex stuff dough), so I am thinkig of adding that info in the monster table, but I am still not sure, because even now it is much widther that i would like. But I guess that Xp may be really usefull information, so I try it at least and decide after.
+1 Impressive work !
...somee bugs.... Anglebitter disappears
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
User avatar
Richard Faila
VIP
Posts: 51
Joined: Fri Aug 02, 2013 7:25 pm
android_version: 2.3 - Gingerbread
Location: Czech republic
Contact:

Re: Beastiary

Post by Richard Faila »

Sarumar wrote:
+1 Impressive work !
...somee bugs.... Anglebitter disappears
Can you please explain the last sentence? I am afraid that I don't understand, because there are no such thing as 'Anglebitter' in AT. If you mean an Anklebiter, I can see them all in first table...
I created Andor's Trail Directory at http://andorstrail.irkalla.cz/ fan page about AT.
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

Re: Beastiary

Post by Sarumar »

Richard Faila wrote:
Sarumar wrote:
+1 Impressive work !
...somee bugs.... Anglebitter disappears
Can you please explain the last sentence? I am afraid that I don't understand, because there are no such thing as 'Anglebitter' in AT. If you mean an Anklebiter, I can see them all in first table...
..hmm... yes i know that my englis is not fluent and i know that i make some typos too... But please do not be childish and nasty.
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
Post Reply