When I put the game version switch into T2a, maps of two kinds of weapons error and status panel showed no damage, this is how to return a responsibility?
 

Attachments

  • QQ截图20150520235843.png
    QQ截图20150520235843.png
    275.1 KB · Views: 22
  • QQ图片20150520235647.jpg
    QQ图片20150520235647.jpg
    33.2 KB · Views: 21
This is normal, the second weapon is AOS weapon, and can't be seen in T2A.
If you change it to "LBR", then you should see it.

As for the status, i think there were no such status back in time, but i'm not sure about this one.
 
it's because of packets.
client will show you sth with server's settings.
if server returns the packet about expansion with T2A settings, client will show T2A settings only.
so, you should change settings of packets on Core script.

File Direction : ServUO\Server\ExpansionInfo.cs

Find ExpansionT2A = T2A,( it might be placed in Line.68 )
Change ExpansionT2A = T2A | LBR
 
Back