[DiscordArchive] Is there a simple way to refresh creature_template table in-client?
[DiscordArchive] Is there a simple way to refresh creature_template table in-client?
Archived author: Jagulars • Posted: 2025-08-24T09:16:27.867000+00:00
Original source
Is there a simple way to refresh creature_template table in-client?

![[Image: 15231E40-67FB-4393-A46C-F3CFF137E903.png...7fd046365&]](https://cdn.discordapp.com/attachments/1255602330431127753/1409104546059255808/15231E40-67FB-4393-A46C-F3CFF137E903.png?ex=690c67df&is=690b165f&hm=fa429fc6020479b8064c8ca6ef499f9aa7788e11b64a911dba172777fd046365&)
![[Image: 7255FE1F-5EA4-4961-AC80-1C673EB9C6A1.png...2ca7a28a2&]](https://cdn.discordapp.com/attachments/1255602330431127753/1409104546449592441/7255FE1F-5EA4-4961-AC80-1C673EB9C6A1.png?ex=690c67df&is=690b165f&hm=cb3c36dd5e0d7558f237f937eaeb5f44305b917ec49058a7154f9f62ca7a28a2&)
Archived author: ColdFish • Posted: 2025-08-24T09:18:23.830000+00:00
Original source
guys is there a way to bypass? changing worldserver.conf doesn't seem to work 
![[Image: 15231E40-67FB-4393-A46C-F3CFF137E903.png...7fd046365&]](https://cdn.discordapp.com/attachments/1255602330431127753/1409104546059255808/15231E40-67FB-4393-A46C-F3CFF137E903.png?ex=690c67df&is=690b165f&hm=fa429fc6020479b8064c8ca6ef499f9aa7788e11b64a911dba172777fd046365&)
![[Image: 7255FE1F-5EA4-4961-AC80-1C673EB9C6A1.png...2ca7a28a2&]](https://cdn.discordapp.com/attachments/1255602330431127753/1409104546449592441/7255FE1F-5EA4-4961-AC80-1C673EB9C6A1.png?ex=690c67df&is=690b165f&hm=cb3c36dd5e0d7558f237f937eaeb5f44305b917ec49058a7154f9f62ca7a28a2&)
Archived author: Ryan Turner • Posted: 2025-08-24T09:23:44.753000+00:00
Original source
Are you changing worldserver.conf and not .config.dist
Did you reload the server?
Did you clear your cache?
If that still doesn't work, please open an issue github
Archived author: ColdFish • Posted: 2025-08-24T09:24:17.349000+00:00
Original source
oh! gotta clear chche again i guess
Archived author: ColdFish • Posted: 2025-08-24T09:25:15.819000+00:00
Original source
hm, still doesn't work, also i'm playing on playerbot's branch so can't exactly open an issue i think
Archived author: ColdFish • Posted: 2025-08-24T09:25:31.276000+00:00
Original source
i might just go and force the changes in sql lol
Archived author: Roboto • Posted: 2025-08-24T10:09:40.791000+00:00
Original source
The worldserver config option controls server-side restrictions, the client still applies its restrictions with regards to the DBC files. Edit those also
Archived author: Exlex • Posted: 2025-08-24T10:10:12.384000+00:00
Original source
whoa a lot of my confusion was how to automate the manual steps i followd in tutorial to configure cmake build. But looking at the batch script it's flat out just run the cmake command and that's it and it remembers previous config
Archived author: Ryan Turner • Posted: 2025-08-24T10:14:54.516000+00:00
Original source
In the CLI command, you may remove
```
echo.
echo Press ENTER to close this window...
pause >nul
```
as is just there to stop the window from closing
Archived author: Exlex • Posted: 2025-08-24T10:15:56.400000+00:00
Original source
oh yeah plan would be to just grab the actual cmake line, have it spit out into a build folder, then the script continues on to actually kick off the vs2022 build then deploy if successful