[DiscordArchive] But i think it will neeed patch for MultiVendor anyway to work fine. Not sure abt it
[DiscordArchive] But i think it will neeed patch for MultiVendor anyway to work fine. Not sure abt it
Archived author: SM͜͡OKE • Posted: 2018-11-25T22:03:32.095000+00:00
Original source
But i think it will neeed patch for MultiVendor anyway to work fine. Not sure abt it
<@248138535968833537> What do you think?
Archived author: Rochet2 • Posted: 2018-11-25T22:03:48.236000+00:00
Original source
By default Eluna does not ... blah blah whatever poszer just said
Archived author: Rochet2 • Posted: 2018-11-25T22:05:32.774000+00:00
Original source
The default functionality allows a kind of multivendor, but it is inefficient and doesnt allow multiple players at one NPC at same time.
Proper way needs core modifications.
Archived author: stevej • Posted: 2018-11-25T23:11:18.795000+00:00
Original source
Good afternoon, this error, is it fixed this way?
```sql
/*
2018-11-25 19:22:47 Table 'mail_loot_template' entry 90 isn't mail template id and not referenced from loot, and then useless.
2018-11-25 19:22:47 Table 'mail_loot_template' entry 119 isn't mail template id and not referenced from loot, and then useless.
2018-11-25 19:22:47 Table 'mail_loot_template' entry 124 isn't mail template id and not referenced from loot, and then useless.
2018-11-25 19:22:47 Table 'mail_loot_template' entry 140 isn't mail template id and not referenced from loot, and then useless.
2018-11-25 19:22:47 Table 'mail_loot_template' entry 180 isn't mail template id and not referenced from loot, and then useless.
2018-11-25 19:22:47 Table 'mail_loot_template' entry 183 isn't mail template id and not referenced from loot, and then useless.
2018-11-25 19:22:47 Table 'mail_loot_template' entry 216 isn't mail template id and not referenced from loot, and then useless.
2018-11-25 19:22:47 Table 'mail_loot_template' entry 217 isn't mail template id and not referenced from loot, and then useless.
2018-11-25 19:22:47 Table 'mail_loot_template' entry 218 isn't mail template id and not referenced from loot, and then useless.
2018-11-25 19:22:47 Table 'mail_loot_template' entry 270 isn't mail template id and not referenced from loot, and then useless.
*/
DELETE FROM `item_loot_template` WHERE `entry` IN (90, 119, 124, 140, 180, 183, 216, 217, 218, 270);
INSERT INTO `item_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
(90, 21746, 100, 1, 0, 1, 1),
(119, 15564, 100, 1, 0, 1, 1),
(124, 21746, 100, 1, 0, 1, 1),
(140, 21746, 100, 1, 0, 1, 1),
(180, 24132, 100, 1, 0, 1, 1),
(183, 31698, 100, 1, 0, 1, 1),
(216, 37902, 100, 1, 0, 1, 1),
(217, 37903, 100, 1, 0, 1, 1),
(218, 37904, 100, 1, 0, 1, 1),
(270, 46544, 100, 1, 0, 1, 1),
(270, 46545, 100, 1, 0, 1, 1);
```
Archived author: stevej • Posted: 2018-11-25T23:14:02.148000+00:00
Original source
No, I'm making another mistake now.
Archived author: stevej • Posted: 2018-11-25T23:14:11.076000+00:00
Original source
```
2018-11-25 20:13:01 Table 'item_loot_template' entry 90 isn't item entry and not referenced from loot, and then useless.
2018-11-25 20:13:01 Table 'item_loot_template' entry 119 isn't item entry and not referenced from loot, and then useless.
2018-11-25 20:13:01 Table 'item_loot_template' entry 124 isn't item entry and not referenced from loot, and then useless.
2018-11-25 20:13:01 Table 'item_loot_template' entry 140 isn't item entry and not referenced from loot, and then useless.
2018-11-25 20:13:01 Table 'item_loot_template' entry 180 isn't item entry and not referenced from loot, and then useless.
2018-11-25 20:13:01 Table 'item_loot_template' entry 183 isn't item entry and not referenced from loot, and then useless.
2018-11-25 20:13:01 Table 'item_loot_template' entry 216 isn't item entry and not referenced from loot, and then useless.
2018-11-25 20:13:01 Table 'item_loot_template' entry 217 isn't item entry and not referenced from loot, and then useless.
2018-11-25 20:13:01 Table 'item_loot_template' entry 218 isn't item entry and not referenced from loot, and then useless.
2018-11-25 20:13:01 Table 'item_loot_template' entry 270 isn't item entry and not referenced from loot, and then useless.
```
Archived author: stevej • Posted: 2018-11-25T23:14:29.945000+00:00
Original source
So that wasn't the arrangement. The problem must be somewhere else.
Archived author: stevej • Posted: 2018-11-25T23:15:43.325000+00:00
Original source
Yeah, I'm trying to fix that error that throws me on the server.