this needs added to client log file: World Client.cpp for housing address to work
SendRealEstate(); <----------
needs added to Rof.conf
OP_RealEstate=0x7eed] 12/12/12 [Size: 13644] Note: House RealEstate Address
OP_HouseContents=0x1078 12/12/12
OP_HouseAddress=0x6786 12/12/12
this is an example only: sorvani or any dev (that's what I really meant to say) was client log file plus other added in server coding
Code:
}
if (!pZoning)
SendGuildList();
SendLogServer();
if (!pZoning) {
SendRealEstate(); <----------
if (!pZoning) {
SendApproveWorld();
SendSendMembership();
SendEnterWorld(cle->name());
SendSendMaxCharacters();
SendExpansionInfo();
SendCharInfo();
if (!pZoning) {
SendPostEnterWorld();
database.LoginIP(cle->AccountID(), long2ip(GetIP()).c_str());
}
}
Thank you Cavedude and Trevius and other devs and yes i understand this is not the place to add server coding etc. sorry