Commit Graph

65 Commits

Author SHA1 Message Date
44ab70096b Fixed guild house sql for araxia server v0.4.0 2024-11-10 21:08:10 -05:00
56718a3344 improved readme v0.3.0 2024-08-23 00:41:31 -04:00
e8c6552a7a Added correct event name v0.2.0 2024-08-22 20:31:47 -04:00
1ac86014d7 Added biuld release v0.1.0 2024-08-22 20:20:18 -04:00
Ho2x
d2a5ffe864 Update 'Innkeeper' location (#35)
* Update 'Innkeeper' location

I changed the position of 'Innkeeper' because it was in front of 'Herbalism Trainer'

* revert location

* update innkeeper location

* Modify position of already created spawns

---------

Co-authored-by: Pagani Walter <paganiwalter@gmail.com>
2024-04-07 21:58:02 -03:00
Walter Pagani
80db14d16c fix. (README) Replace Travis compilation image by Github action (#47)
* update travis build image for github action

* Highlight important content
2024-04-07 19:50:59 -03:00
Walter Pagani
1ded5dc7b5 chore. Compatibility with the latest version (#46)
* chore. Compatibility with the latest version

* add pull request
2024-04-07 18:27:20 -03:00
helldragonpz
2c2f81adda Update mod_guildhouse.cpp (#40)
GetGOData was changed to GetGameObjectData and the module has to be updated.
2023-02-25 20:08:18 -03:00
helldragonpz
6208c6f2b3 Update mod_guildhouse_butler.cpp (#41)
GetGOData was changed to GetGameObjectData and the module has been updated
2023-02-25 20:07:37 -03:00
SoulSeekkor
3621060996 Set Guild House as rested area (#32)
* Set the guild house to be a resting area.

* Fixed so that the call is on the player object.

* Updated to test fix for rested on GM teleport out of guild house.

* Updated return type.

* Removed test message.

* Updated to clear compiler warning about unused variables.

* Updated README.
2022-04-19 00:56:39 +02:00
Patrick Lewis
8bd9e89b64 chore: switch to reusable module workflow (#31) 2022-04-04 20:56:03 -07:00
Greg Wilkinson
48b936227a Fix build, sql and crashes - NPC's and GO's load on purchase (#30)
* Add files via upload

* Add files via upload

* fix %u in queries

* fix name

* Add files via upload

Update from local work

* Delete loader.h

* Update Creatures.sql

Missed two NPC's
Added Innkeeper and DK Trainer with edited columns to update old sql

* Delete CMakeLists.txt

* Cleanup Code and remove broken work

* Update README.md

* FInal Cleanup 

Updated sql queries to add NPC's and creatures. Reworked layout for current AC databases
Fixed code to solve build errors
fixed code to solve core crash on object spawn (StarterPortal etc)
With core updates creatures now load scripts on manual summon - Thanks!
Added new chat commands for teleport ".gh tele" and NPC Assistant ".gh butler"
GameObjects now spawn on purchase - no core restart required


Issues still remaining:
NPC assistant is present at GH creation but is gone after core restart. Can be summoned with chat command and he
stays in place after chat command summon.

* Updated to use unique NPCs and to make the ammo & repairs vendor consistent.

* Updated all of the Portal ids and moved code check in SpawnObject to make it consistent with SpawnNPC.

* Refactored to use existing 'map' variable.

* Updated to include new shortened command.

* Updated to match the return type.

* Fixed usage of 'map' variable.

* Fixed various typos and updated to be more consistent in messaging.

* Fixed commented out calls.

* Updated to create all new Portal objects.

* Updated command shortcut message.

* Updated NPC ids to be consistent with the new Portal ids.

* Updated to fix vendor positioning.

* Fixed SQL to include new NPC ids.

* Updated to use existing NPC for Food & Drink Vendor.

* Updated to reflect moved custom NPC.

* Adjusted vendor positioning.

* Rearranged various vendors.

* Adjusted Tabard Vendor position.

* Updated tailoring trainer.

* Updated herbalism trainer.

* Updated blacksmithing and alchemy trainers.

* Updated engineering trainer.

* Updated first aid trainer.

* Updated cooking trainer.

* Updated fishing trainer.

* Updated mining trainer.

* Updated enchanting trainer and added support for both factions.

* Updated jewelcrafting and inscription trainers and added support for both factions.

* Updated leatherworking trainer.

* Updated skinner trainer.

* Updated alchemy trainer to a master trainer.

* Hide the Ammo & Repair Vendor since it's broken anyway.

* Hide Spirit Healer since that's broken anyway.

* Update Creatures.sql

Mistakenly removed column names

* Added Neutral Auctioneer.

* Revert "Hide Spirit Healer since that's broken anyway."

This reverts commit dee436787cf39cad055bbda36b2a9e874295aca1.

* Updated Innkeeper position.

* Updated Banker position.

* Replaced curly braces.

* Updated menus.

* Added Poisons Vendor.

* Update Creatures.sql

Old Column Names Snuck back in.
Fixed

* Fixed Ammo & Repair Vendor.

* Updated to use existing Death Knight Trainer.

* Fixed SQL error.

* Updated method to be more descriptive.

* Updated to allow anyone to purchase by default but only allow Guild Master to sell.

* Fixed command typo in README.md.

* Removed the V2 designation.

* Updated filenames to be consistent.

* Changed assistant to butler to match the new command.

* Updated to fix compile error.

* Updated again to fix compile error.

* Renamed configuration file to match the rest of the module.

* Updated so that the sell guild house menu is displayed if the permission requirement is met instead of requiring guild master.

* Code cleanup and added test code.

* Tweaked test code.

* Tweaked test code.

* Removed test code.

* Fixed sell guild house permission check.

* Updated to fix deprecation warnings.

* Added required using.

* Removed parameters that were not used anyway.

* Updated to fix parameters.

* Cleaned up SQL queries.

* Updated to include orientation for the Guild House maps, this fixes teleporting there and facing weird directions.

* Updated portal locations.

* Fixed starter portal locations.

* Fixed portal locations.

* Updated files to match new command.

* Delete Creatures.sql

* Update README.md

* chore: add npcflag 1 by default

* Update mod_guildhouse_butler.cpp

* add overrides to fix warnings

Co-authored-by: Bogir[rus] <m-1@bk.ru>
Co-authored-by: SoulSeekkor <soulseekkor@live.com>
Co-authored-by: Helias <stefanoborzi32@gmail.com>
2022-04-04 09:49:40 +02:00
Stefano Borzì
127183d414 chore: update clang version on CI 2022-03-18 21:59:20 +01:00
Vitaliy
0f92d9702e fix for last PR ACE remove (#20) 2021-03-04 12:31:30 +01:00
Stefano Borzì
c1c1c01b20 Merge pull request #17 from azerothcore/github-actions
feat(CI): move from Travis to GitHub Actions
2020-08-31 10:09:22 +02:00
Helias
32a6310b8b feat(CI): move from Travis to GitHub Actions 2020-08-30 23:17:22 +02:00
Stoabrogga
9ff0157322 feat(GlobalScript): Use GlobalScript hook instead of the patch file (#14) 2020-02-26 11:47:28 +01:00
Barbz
db18f95282 chore(sql): Added a revert query for some NPCs 2020-02-14 00:07:03 +01:00
Barbz
0d987d1797 feat: Multi feat + compil fix #8
Added more vendors / stable master
Added more portals
Added automation post-purchase of guild house: new house now starts with 1 portal & guild assistant
Added ability to allow other guild ranks to make purchases via config
Guild House now deletes objects & creatures upon selling guild house or guild disband
Updated Gossip code

Fixed compilation
2020-02-14 00:00:49 +01:00
Stoabrogga
32cbc6b145 add DB files to db_assembler 2019-10-31 09:31:07 +01:00
Rob
26e986f980 added back travis.yml 2019-10-30 16:04:44 -07:00
Rob
a70b039b6c Major updates to code 2019-10-30 15:45:07 -07:00
Cristian Bilu
e56170eaf9 Revert to AC repo 2019-10-10 00:51:36 +03:00
WiZZy
d8eedee156 Merge pull request #1 from rbedfordpro/master
Merging
2019-10-09 23:09:01 +03:00
WiZZy
c232007a53 Merge branch 'master' into master 2019-10-09 23:08:47 +03:00
Rob
b16012cf59 Merge branch 'master' of github.com:rbedfordpro/mod-guildhouse 2019-10-09 12:59:29 -07:00
WiZZy
83945506bd Update mod_guild_house_npc.cpp 2019-10-09 22:05:13 +03:00
WiZZy
045b17cf5c Update mod_guild_house_v2.cpp 2019-10-09 22:04:52 +03:00
WiZZy
e33a295550 Update README.md 2019-10-09 21:52:23 +03:00
Rob
37136bfbf7 changing functions per travis warning 2019-10-09 11:24:10 -07:00
Rob
e62b7b5248 differentiate between horde/alliance shattrath portal and updated phasing code 2019-10-09 11:11:45 -07:00
WiZZy
08a38cc0bf Fix travis and add new gossip functions 2019-10-09 21:07:59 +03:00
WiZZy
e1b527b6cb Fix travis and add new gossip functions 2019-10-09 21:05:48 +03:00
WiZZy
9202da5b79 Create .travis.yml 2019-10-09 21:02:01 +03:00
Rob
37dc33bbcc Updated with correct info regarding mob to spawn
Had incorrectly listed entry 55005 as npc to spawn for purchasing guild houses.
2019-10-09 10:06:18 -07:00
Rob
2818929697 Fixed merge issue 2019-10-09 06:18:23 -07:00
Rob
da98617d85 Removed small troubleshooting text in Message 2019-10-08 19:14:07 -07:00
Rob
5a3a2fb93f Merge branch 'master' of github.com:rbedfordpro/mod-guildhouse 2019-10-08 19:08:32 -07:00
Rob
56ade1f0b8 removing comments 2019-10-08 19:08:23 -07:00
Rob
53de92f9c5 Update README.md 2019-10-08 19:01:32 -07:00
Rob
d8b36e0a7f Now can allow GuildRanks other than GuildMaster to make purchases. 2019-10-08 18:53:14 -07:00
Rob
a9ab8c98a5 Working on allowing guildrank to define who can purchase 2019-10-08 17:12:08 -07:00
Rob Bedford
7c5eea389d Working on adding ability to define guild rankIds ability to make purchases 2019-10-08 10:17:08 -07:00
Rob Bedford
a49803a446 Merge branch 'master' of github.com:rbedfordpro/mod-guildhouse
Conflicts:
	sql/world/Creatures.sql
	sql/world/guild_house_spawns.sql
2019-10-08 07:28:11 -07:00
Rob
9ffd5adbbb Update README.md 2019-10-08 07:24:28 -07:00
Rob
6e3f23762c Updating Readme 2019-10-08 07:23:45 -07:00
Rob Bedford
847c08e76a Added Portal: Shattrath & Reagent Vendor 2019-10-08 07:07:33 -07:00
Micrah
b35e706730 add spirit healer fix build warnings (#3)
* Update of module

* faction fix

fixed creature factions https://github.com/azerothcore/mod-guildhouse/issues/1

* add spirit healer

* update typo

* add spirit healer

* Add config option Spirit healer

* Updates

* update fix build error

* remove tabs

* fix build warning

* update coordinates
2019-08-15 08:58:11 +10:00
Micrah
6fa05f5a06 update coordinates 2019-08-14 20:52:10 +10:00
Micrah
463eea30cf fix build warning 2019-08-14 19:13:18 +10:00