[DiscordArchive] Is there an "easy" way to enable tracking herbs & ores at the same time, or does that have to happen
[DiscordArchive] Is there an "easy" way to enable tracking herbs & ores at the same time, or does that have to happen
Archived author: Nitschi • Posted: 2025-08-17T14:31:12.259000+00:00
Original source
Is there an "easy" way to enable tracking herbs & ores at the same time, or does that have to happen through spell editing + client patch?
Archived author: Ryan Turner • Posted: 2025-08-17T14:33:09.677000+00:00
Original source
You would have to make a "spell" that tracks both
Archived author: Ryan Turner • Posted: 2025-08-17T14:33:35.665000+00:00
Original source
(requires client and server DBC changes, for the case of client is a patch)
![[Image: image.png?ex=690c0920&is=690ab7a0&hm=781...bf8da65ab&]](https://cdn.discordapp.com/attachments/1255602330431127753/1406647289300127915/image.png?ex=690c0920&is=690ab7a0&hm=78186939ba58073d5d095cde7b2884451031b41f5010712e2c24f78bf8da65ab&)
Archived author: Codex • Posted: 2025-08-17T14:34:07.993000+00:00
Original source
from my auth server. wen tot log in this morning and started getting these errors
![[Image: image.png?ex=690c0920&is=690ab7a0&hm=781...bf8da65ab&]](https://cdn.discordapp.com/attachments/1255602330431127753/1406647289300127915/image.png?ex=690c0920&is=690ab7a0&hm=78186939ba58073d5d095cde7b2884451031b41f5010712e2c24f78bf8da65ab&)
Archived author: Nitschi • Posted: 2025-08-17T14:34:20.177000+00:00
Original source
Alrighty, thats how I thought it worked as well, just wanted to ask if theres a more convenient method before I look into the whole spell editing stuff
Thanks!
Archived author: Ryan Turner • Posted: 2025-08-17T14:36:30.954000+00:00
Original source
In your database client pelase run this
```sql
SELECT substring_index(substring_index(revision, 'rev. ', -1), '+ 2', 1) FROM acore_auth.uptime ORDER BY starttime DESC LIMIT 1;
```
and share the result,
Archived author: Ryan Turner • Posted: 2025-08-17T14:37:03.932000+00:00
Original source
Stonharrys spell editor might be the easiest way (check the pinned comment modding community) probably someone has asked, got answered and even shared their results)
Archived author: Nitschi • Posted: 2025-08-17T15:13:51.117000+00:00
Original source
Thanks, Ill check over there
Archived author: Dr.Dewf • Posted: 2025-08-17T15:23:43.978000+00:00
Original source
attempting to edit nathans fork of AHbot to read the auction time from the config as well instead of just being static
Archived author: JudgeFae • Posted: 2025-08-17T15:24:50.025000+00:00
Original source
Longer term solution is to edit the value in worldserver.conf to allow players to enter raids without a raid group