Assembla home | Assembla project page
 
Show
Ignore:
Timestamp:
11/08/08 00:16:10 (1 year ago)
Author:
McMahon
Message:

SQL Update
StructureManager? - new interface for creating+updating player structures (houses + harvesters)
Updated harvester remove harv data
[Buildings] thanks to Farmer John its now (0,0,1,0) instead of (0,0,0,1) - rejoice player housing works! (sorta)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • core3/trunk/MMOCoreORB/src/server/zone/packets/cell/CellObjectMessage6.h

    r851 r912  
    5151public: 
    5252        CellObjectMessage6(uint64 coId) 
    53                         : BaseLineMessage(coId, 0x53434C54, 6, 0x05) { 
     53                        : BaseLineMessage(coId, 0x53434C54, 6, 0x02) { 
    5454 
    55                 insertShort(1); //operand count 
    56                 insertInt(0x42); // some const value it appears 
     55                //insertShort(1); //operand count 
     56                //insertInt(0x42); // some const value it appears 
    5757                //insertInt(0x4A); //*shrug* 
     58                insertInt(0x95); 
     59                insertInt(0); 
     60                insertInt(0); 
    5861 
    5962                setSize();