SphereCommunity
Architect buy/sell house issues 56d - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Architect buy/sell house issues 56d (/Thread-Architect-buy-sell-house-issues-56d)

Pages: 1 2


RE: Architect buy/sell house issues 56d - jazzpassine - 09-05-2017 05:20 AM

I found a download the 7.0.20 client pack and tried it with that. I used the following link:

are links like this allowed? sorry if they aren't, I want to be respectful of the rules
https://www.servuo.com/archive/client-packs-for-download.386/

Still getting the same problem. But it's even weirder.

I can get it so that when I say "sell" the vendor's gump shows the full proper name and the moment I click the gump it reverts to being named "deed," if I try it again the deeds are just named "deed" in the gump. If I close the client and relog I can get it to repeat that. (Edit) If I buy a house deed and say "sell", it will be named "deed" but if I buy a house deed and close the client and log back in and say sell it will do what I just previously described where it will be named correctly until I click the gump.

Also, do you think it will be necessary to run a newer client to get this to work? There are some changes with the newer clients that I don't like. I was planning on posting about some of this later so that this thread stays on topic.

Thanks again for all of your help, I really appreciate it!!


RE: Architect buy/sell house issues 56d - darksun84 - 09-05-2017 05:49 AM

It could be also a sphere bug with older client not display correct name!

Try this example with your 4.0 client
Code:
[ITEMDEF i_deed_stone_and_plaster_house]
ID=i_deed
NAME=Deed to a Small Stone and Plaster House
value = 1
CATEGORY=Provisions - Deeds
SUBSECTION=House Deeds
DESCRIPTION=Small Stone and Plaster House
ON=@Create
   MORE=m_stone_and_plaster_house
   name = Deed to: <serv.multidef.<more>.name>
Then create a new npc architect or use serv.restock
Pratically when the item deed is created (@create), you rename it in the last line of @create


RE: Architect buy/sell house issues 56d - jazzpassine - 09-09-2017 02:17 PM

Hmm, that still wasn't working for me. Been busy this week, going to do some experiments this weekend and see if I can finally sort this out.