Closed ghost closed 5 months ago
On my local AC server, the respawn time was null:
The dwarf was able to mine the 4 items needed for the quest in the same node, after respawning one time with seconds of interval.
The nodes respawn immediately because you're in GM mode.
I did some digging and their actual respawn time is 15 minutes:
SELECT DISTINCT gt.name, g.spawntimesecs
FROM
`gameobject_template` gt
JOIN `gameobject` g ON g.id = gt.entry
WHERE
g.id = "2653";
+---------------------------+---------------+
| name | spawntimesecs |
+---------------------------+---------------+
| Lesser Bloodstone Deposit | 900 |
+---------------------------+---------------+
However they're also pooled with other minerals... at least the ones I checked (and the pools are further pooled into more pools). Here's an example:
SELECT * from `pool_gameobject` WHERE `pool_entry` = 3494;
+-------+------------+--------+---------------------------------------------+
| guid | pool_entry | chance | description |
+-------+------------+--------+---------------------------------------------+
| 70364 | 3494 | 0 | Spawn Point 295 - Mithril |
| 70365 | 3494 | 25 | Spawn Point 295 - Lesser Bloodstone Deposit |
| 70366 | 3494 | 10 | Spawn Point 295 - Silver |
| 70367 | 3494 | 10 | Spawn Point 295 - Gold |
| 70368 | 3494 | 5 | Spawn Point 295 - Truesilver |
+-------+------------+--------+---------------------------------------------+
SELECT * FROM `pool_template` WHERE `entry` = 3494;
+-------+-----------+------------------------------------+
| entry | max_limit | description |
+-------+-----------+------------------------------------+
| 3494 | 1 | Spawn Point 295 - Arathi Highlands |
+-------+-----------+------------------------------------+
These nodes are all in the same spot and only one is active at a time, so when you harvest a deposit, there's a chance a different type spawns in its place. If you find no Bloodstone Deposits in the cave, you can basically "force" them to spawn by mining other types of minerals in the area.
I didn't know that for the GM mode, I've seen a lot of aspects that gets affected by, but I had no idea that also to the time of respawns, thanks for the accurate info.
Checking it again ;)
Now without GM mode I have certainly waited more than half an hour, and the node has not reappeared, at least not in the same place.
1,5 hours later, still no respawn of any node in the whole cave:
Gameobject pooling isn't working properly. Common issue here. Waiting for the dynamic spawn to fix the nodes
I'm on chromei craft LIVE right now... been hanging around for hours and no ore spawning for this quest at all. Cleared the caves a couple of times. Left, came back... no ore for the quest... there is other ore spawning really (BORINGLY) slowly...
WHAT CLIENT DO YOU PLAY ON?
FACTION
CONTENT PHASE:
Original report: https://github.com/chromiecraft/chromiecraft/issues/634
CURRENT BEHAVIOUR:
Type here. There aren't enough Lesser Bloodstone Deposits in Drywhisker Gorge (Arathi Highlands), and the respawn rate is way too slow.
EXPECTED BLIZZLIKE BEHAVIOUR:
Type here. Normally when go to Drywhisker Gorge, there are always 3-4 Lesser Bloodstone Deposits which you can start mining right away, and the respawn rate is pretty fast (I don't know the exact number).
STEPS TO REPRODUCE THE PROBLEM:
EXTRA NOTES:
Type here. https://classic.wowhead.com/object=2653/lesser-bloodstone-deposit
AC HASH/COMMIT:
https://github.com/chromiecraft/azerothcore-wotlk/commit/6947789622de45479d2311fd5d1635af3a957b5d
OPERATING SYSTEM:
Ubuntu 20.04
MODULES:
OTHER CUSTOMIZATIONS:
None.
SERVER:
ChromieCraft