Thread: Bigpull patches
View Single Post
  #3  
Old 03-04-2003, 08:28 AM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

Current as of 1:00pm mnt
patch + files for the cvs/patch impaired

client.cpp:
whitespace (tough)

client_proccess.cpp:
Client-Server hp mismatch for Regen
Always CalcBonuses moving inventory items (might be food)
MerchantsKeepItems

makefile:
still missing common/dbasync.o

NpcAI.cpp:
Added a DoAnim(17) for npc's walking waypoints

npc.cpp/npc.h:
MerchantKeepItems

spells.cpp:
Added Client::CalcEdibleBonuses Should clear up most of the hp mismatchs.
Also moved a bunch of debugs. Don't put code in the middle of switch statments they should go directly before the switch.

zone.cpp:
People are getting droped and don't understand their router is misconfigured added this just for you people, if you see it you better not be talking to me about how to fix your server not working.
cout<<"GetAuth: ip mismatch zca->ip:"<< zca->ip <<" iIP:"<< iIP;
Reply With Quote