[DiscordArchive] ye but that's the guid of the items, is there a way to get the entryid?
[DiscordArchive] ye but that's the guid of the items, is there a way to get the entryid?
Archived author: Yukki • Posted: 2021-11-04T23:24:16.412000+00:00
Original source
ye but that's the guid of the items, is there a way to get the entryid?
Archived author: Yukki • Posted: 2021-11-04T23:24:21.443000+00:00
Original source
of the equiped items
Archived author: Nyeriah • Posted: 2021-11-04T23:29:36.862000+00:00
Original source
```sql
SELECT ci.*, ii.itementry FROM character_inventory ci LEFT JOIN item_instance ii ON ci.item = ii.guid;
```
Archived author: Nyeriah • Posted: 2021-11-04T23:29:42.256000+00:00
Original source
edit it to suit your needs
Archived author: Yukki • Posted: 2021-11-04T23:34:08.539000+00:00
Original source
I have to run that in a query?
Archived author: Yukki • Posted: 2021-11-05T00:03:30.633000+00:00
Original source
<@!251803844307189761> I got a new row with what i actually need but I created a new row in character_inventory called `itementry` and i want o sync it with `itementry` from item_instance
Archived author: Yukki • Posted: 2021-11-05T00:03:34.871000+00:00
Original source
is that possible?
Archived author: Yukki • Posted: 2021-11-05T00:04:09.128000+00:00
Original source
I've seen something on youtube about foreign keys but i dont think that syncs 2 rows
Archived author: Nyeriah • Posted: 2021-11-05T00:05:20.984000+00:00
Original source
I'm sorry, I don't understand what you're trying to do
Archived author: Yukki • Posted: 2021-11-05T00:06:30.429000+00:00
Original source
I'm working on an armory and i need the entryid of the items for the tooltip to how up correctly