Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the ability for players to buy houses #1003

Merged
5 commits merged into from
Sep 9, 2018
Merged

Conversation

gmriggs
Copy link
Collaborator

@gmriggs gmriggs commented Sep 7, 2018

No description provided.

WeaponAuraManaConv = 171
WeaponAuraManaConv = 171,
// custom
HouseBuyTimestamp = 1000,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For ACE specific properties, we've been using the 9000+ range.

@@ -199,7 +203,7 @@ public static List<WorldObject> CreateNewWorldObjects(List<LandblockInstance> so
// TODO: Fix how objects are generated and linked

// Code for new schema
foreach (var instance in sourceObjects.Where(x => x.IsLinkChild == false))
foreach (var instance in sourceObjects/*.Where(x => x.IsLinkChild == false)*/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks links, should be restored before merge

WeaponAuraManaConv = 171
WeaponAuraManaConv = 171,
// custom
HouseBuyTimestamp = 9001,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PropertyInt.HousePurchaseTimestamp

@mcreedjr
Copy link
Contributor

mcreedjr commented Sep 7, 2018

FWIW I play tested this and the functionality being merged in this PR (purchasing a dwelling) looks good to me. Nice and exciting work @gmriggs!

LtRipley36706
LtRipley36706 previously approved these changes Sep 8, 2018
Copy link
Member

@LtRipley36706 LtRipley36706 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for re-working the link system to be more efficient and clear

@ghost ghost merged commit f1360a1 into ACEmulator:master Sep 9, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants