Bardscorpse_01
New member
- Joined
- Sep 13, 2005
- RedCents
- 0¢
MQ2 Devs Changed some defines, affected Mq2Csum, warp, and the like.
Many thanks to Joligario for finding these as quickly as he did. You can go through and comment em out, or just delete em completely.
Rich (BB code):
MQ2Inlines.h lines 196, 265 (SuccorFunc and Warp)
EQClasses.h lines 639, 3700, 3802 (ZoneToGoTo, SafeYLoc, and HackPackHelp)
EQData.h lines 613, 1441 (ExactLocation and ZWarp)
EQUIStructs.h lines 308, 819, 884 (GateBind, Fly, and SafeXLoc)
MQ2Globals.h line 134 (ZoneShift)
MQ2Internal.h lines 342-345 (PKT_CORPSE_DRAG, PKT_CORPSE_DROP, PKT_UPDATE_POSITION, and _UPDATEPOSITIONPKT)
MQ2Main.h line 508 (CDisplay__MoveLocalPlayerToSafeCoords)
MQ2Prototypes.h line 39 (DoWarp)
MQ2DataVars.cpp lines 600-602 (SafeXLoc check)
MQ2DetourAPI.cpp lines 686-690 (SuccorFunc check)
MQ2Globals.cpp lines 611-613, 615 (DoWarp check)
MQ2Main.cpp lines 297-301 (ExactLocation check)
MQ2PluginHandler.cpp lines 60-63, 70-72, 80-84 (MQ2WARP check, Plugin Timestamp check part 1 and part 2)
MQ2Spawns.cpp lines 565-567 (GateBind check)
Many thanks to Joligario for finding these as quickly as he did. You can go through and comment em out, or just delete em completely.