Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in images according to quantity of objects #1

Open
djblah opened this issue Jun 25, 2018 · 7 comments
Open

error in images according to quantity of objects #1

djblah opened this issue Jun 25, 2018 · 7 comments

Comments

@djblah
Copy link

djblah commented Jun 25, 2018

error

https://i14.servimg.com/u/f14/16/75/54/11/xcaptu10.jpg

version otclient 0.6.3

@EgzoT
Copy link
Owner

EgzoT commented Jun 27, 2018

I need your loot messages to fix this problem.

@djblah
Copy link
Author

djblah commented Jun 28, 2018

18:07 Loot of a demon: a golden sickle, an orb, 2 great mana potions, a platinum coin, 54 gold coins, 30 gold coins.
18:07 Loot of a demon: 3 ultimate health potions, a great mana potion, a double axe, a platinum coin, 29 gold coins, 58 gold coins.

dragon

18:10 Loot of a dragon: a crossbow, 2 gold coins, 71 gold coins, dragon ham.
18:10 Loot of a dragon: a crossbow, 3 gold coins, a gold coin, dragon ham.
18:10 Loot of a dragon: a double axe, 4 gold coins, 40 gold coins, dragon ham, a dragon's tail, a steel shield.

you can not find the article name or article ID when the objects are divided into groups x2 or x100

ejemplo
3 ultimate health potions ----> is not able to find the id of the object to show the image

@EgzoT
Copy link
Owner

EgzoT commented Jun 28, 2018

Probably you have incomplete items.xml file.
Check in your items.xml, whether "gold coin" / "great mana potion" etc. have plural value.
And try test other items.xml files.

@djblah
Copy link
Author

djblah commented Jun 29, 2018

item id="2148" article="a" name="gold coin" plural="gold coins">

----> is not able to find the id of the object to show the image

@EgzoT
Copy link
Owner

EgzoT commented Jun 29, 2018

Any errors in terminal?

@djblah
Copy link
Author

djblah commented Jul 4, 2018

if the problem is that it is not possible to read the items that are grouped in your video I saw that you get the gold coin grouped if you could show me your item.xml of how you have the gold coins in the plural, you could identify the fault and rule out that the code you design is in a fault

@EgzoT
Copy link
Owner

EgzoT commented Jul 4, 2018

How gold coin look like in my items.xml:
<item id="2148" article="a" name="gold coin" plural="gold coins">

Probably you have problems with load items.xml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants