Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Is there a limit to the ID# of items in item_template?

[DiscordArchive] Is there a limit to the ID# of items in item_template?

[DiscordArchive] Is there a limit to the ID# of items in item_template?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
06-08-2021, 08:18 PM
#1
Archived author: conFIGured • Posted: 2021-06-08T20:18:43.901000+00:00
Original source

Is there a limit to the ID# of items in item_template?
rektbyfaith
06-08-2021, 08:18 PM #1

Archived author: conFIGured • Posted: 2021-06-08T20:18:43.901000+00:00
Original source

Is there a limit to the ID# of items in item_template?

rektbyfaith
Administrator
0
06-08-2021, 08:22 PM
#2
Archived author: Kitzunu • Posted: 2021-06-08T20:22:55.181000+00:00
Original source

Check what integer type the entry has, that will be the limit
rektbyfaith
06-08-2021, 08:22 PM #2

Archived author: Kitzunu • Posted: 2021-06-08T20:22:55.181000+00:00
Original source

Check what integer type the entry has, that will be the limit

rektbyfaith
Administrator
0
06-08-2021, 10:48 PM
#3
Archived author: Teradrisile • Posted: 2021-06-08T22:48:18.465000+00:00
Original source

Hello, i have a question about translating from database, i explain, when i'm in quest_template_locale from World database and then i change language from english to french i've a problem, all translate aren't present in DB, someone have a french translating can shared ? In advance, thks
rektbyfaith
06-08-2021, 10:48 PM #3

Archived author: Teradrisile • Posted: 2021-06-08T22:48:18.465000+00:00
Original source

Hello, i have a question about translating from database, i explain, when i'm in quest_template_locale from World database and then i change language from english to french i've a problem, all translate aren't present in DB, someone have a french translating can shared ? In advance, thks

rektbyfaith
Administrator
0
06-08-2021, 10:51 PM
#4
Archived author: stevej • Posted: 2021-06-08T22:51:22.726000+00:00
Original source

All the translations that the emulator has so far, are in that table, perhaps many are missing, in Spanish for example, we are working too, but it practically depends on the community and the desire to provide that information. If there are other sources of data, it would be interesting to integrate them to the emulator, even if it is little by little.
rektbyfaith
06-08-2021, 10:51 PM #4

Archived author: stevej • Posted: 2021-06-08T22:51:22.726000+00:00
Original source

All the translations that the emulator has so far, are in that table, perhaps many are missing, in Spanish for example, we are working too, but it practically depends on the community and the desire to provide that information. If there are other sources of data, it would be interesting to integrate them to the emulator, even if it is little by little.

rektbyfaith
Administrator
0
06-08-2021, 10:56 PM
#5
Archived author: Teradrisile • Posted: 2021-06-08T22:56:10.609000+00:00
Original source

<@!295970375571865600> Thanks for your answering. I will try to shared a lot of part of my job if people are interested it will be nice
rektbyfaith
06-08-2021, 10:56 PM #5

Archived author: Teradrisile • Posted: 2021-06-08T22:56:10.609000+00:00
Original source

<@!295970375571865600> Thanks for your answering. I will try to shared a lot of part of my job if people are interested it will be nice

rektbyfaith
Administrator
0
06-08-2021, 10:59 PM
#6
Archived author: stevej • Posted: 2021-06-08T22:59:04.572000+00:00
Original source

Have several tools to be able to translate texts. For example, Keira3, "but don't forget to extract the SQL". Or also for example, this one that I created, which I hope still works. https://pangolp.github.io/azerothbuilder/ although it is not finished, but some tables work.
rektbyfaith
06-08-2021, 10:59 PM #6

Archived author: stevej • Posted: 2021-06-08T22:59:04.572000+00:00
Original source

Have several tools to be able to translate texts. For example, Keira3, "but don't forget to extract the SQL". Or also for example, this one that I created, which I hope still works. https://pangolp.github.io/azerothbuilder/ although it is not finished, but some tables work.

rektbyfaith
Administrator
0
06-08-2021, 10:59 PM
#7
Archived author: stevej • Posted: 2021-06-08T22:59:17.390000+00:00
Original source

https://github.com/azerothcore/Keira3
rektbyfaith
06-08-2021, 10:59 PM #7

Archived author: stevej • Posted: 2021-06-08T22:59:17.390000+00:00
Original source

https://github.com/azerothcore/Keira3

rektbyfaith
Administrator
0
06-08-2021, 11:00 PM
#8
Archived author: stevej • Posted: 2021-06-08T23:00:57.976000+00:00
Original source


[Image: unknown.png?ex=690bd729&is=690a85a9&hm=3...e67f185e8&]
rektbyfaith
06-08-2021, 11:00 PM #8

Archived author: stevej • Posted: 2021-06-08T23:00:57.976000+00:00
Original source


[Image: unknown.png?ex=690bd729&is=690a85a9&hm=3...e67f185e8&]

rektbyfaith
Administrator
0
06-08-2021, 11:01 PM
#9
Archived author: stevej • Posted: 2021-06-08T23:01:07.981000+00:00
Original source

```sql
-- Si vous le souhaitez, vous pouvez ajouter un commentaire, mais c'est facultatif.
DELETE FROM `quest_offer_reward_locale` WHERE `ID`=100 AND `locale`="frFR";
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
(100, "frFR", "Ce texte apparaît lorsque la mission est livrée.", 18019);
```
rektbyfaith
06-08-2021, 11:01 PM #9

Archived author: stevej • Posted: 2021-06-08T23:01:07.981000+00:00
Original source

```sql
-- Si vous le souhaitez, vous pouvez ajouter un commentaire, mais c'est facultatif.
DELETE FROM `quest_offer_reward_locale` WHERE `ID`=100 AND `locale`="frFR";
INSERT INTO `quest_offer_reward_locale` (`ID`, `locale`, `RewardText`, `VerifiedBuild`) VALUES
(100, "frFR", "Ce texte apparaît lorsque la mission est livrée.", 18019);
```

rektbyfaith
Administrator
0
06-08-2021, 11:03 PM
#10
Archived author: Teradrisile • Posted: 2021-06-08T23:03:32.318000+00:00
Original source

Thank you i take a look
rektbyfaith
06-08-2021, 11:03 PM #10

Archived author: Teradrisile • Posted: 2021-06-08T23:03:32.318000+00:00
Original source

Thank you i take a look

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)