Questions regarding Mob::PassCharismaCheck
I'm trying to get some information on how mobs check for whether to have a BardSnack (tm) or ignore the caster on a failed lull/pacify.
I believe the check is done in Mob::PassCharismaCheck. However when doing a search for PassCharismaCheck I could not find a reference of it being used anywhere. |
DoBuffTic makes a call to PassCharsimaCheck @ line 3226 in spell_effects.cpp
Code:
case SE_Charm: { Code:
if(!PassCharismaCheck(this, spelltar, spell_id)) |
I'm looking at:
http://projecteqemu.googlecode.com/svn › trunk › EQEmuServer › zone › spell_effects.cpp This file has 88 lines. Where is line 3226 coming from? |
Quote:
has 4154 lines for me. |
I went to the google code page and did a search for spell_effects.cpp. This is where spell_effects.cpp redirects me:
http://www.google.com/codesearch/p?h...ecode\.com&d=3 Is is not a good idea to use the google code search to browse the source tree? |
No, searching the code only shows a small portion of the files from around where the code you searched is. Also, searches use cached versions of the code which are generally fairly old. So, when you do searches for recent changes, you won't find them normally. If you just use browse instead of search, you will see the entire file and it will be from the current revision as well.
|
Thanks a lot. :)
|
All times are GMT -4. The time now is 05:08 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.