Foe

Results 36 comments of Foe

Already supported through StartGameEvent and RunCommand

This has since been implemented as an Item Event

This is probably not going to be implemented. When you load a script, its content gets read into the state. We don't keep track of what exactly is loaded into...

GetRealmID() returns the realm ID For accessing other databases, you can use any of the DB methods, but append the database name to the table, ie. ```SELECT * FROM otherDatabase.table...

I'll test it as soon as I get my test server back up

I have fixed this locally but will have to conduct some testing on a clean source to verify that it works as intended. Will give a heads up whenever I...

After making sure it was not some of the other edits I did, it ended up being stupidly simple. Working as intended with the below query. ```sql UPDATE `creature_template` SET...

Should I open a new issue to have the above query pulled in?

This would require a new core-side dependency (efsw)

We added support for marking methods as either world only, map only or both. I went through and changed a good amount of these to map/world only, but I probably...