EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Error compiling build revision: 2162 (https://www.eqemulator.org/forums/showthread.php?t=35528)

FievelMousey 07-09-2012 11:15 PM

Error compiling build revision: 2162
 
Hi i get this error trying build the newest revision:


Error 3 error C2660: 'Mob::TriggerDefensiveProcs' : function does not take 1 arguments c:\EQ\SVN\source\trunk\EQEmuServer\zone\bot.cpp 7744 Zone

Kayen 07-09-2012 11:52 PM

Sorry I am not really familiar with bot code and wasn't compiling a bot build.

Replace in bot.cpp

Code:

other->TriggerDefensiveProcs(this);
with

Code:

TriggerDefensiveProcs(weapon, other, Hand, damage);


All times are GMT -4. The time now is 11:50 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.