PDA

View Full Version : Scribe Spells Bug.


krusher
02-28-2004, 01:54 AM
Special thanks to Abbott for tracking this down.

This fixes the caster scribe spell issue.

Change

-client_process.cpp:6792:ScribeSpell(memspell->spell_id, memspell->slot,
false);

To:

+client_process.cpp:6792:ScribeSpell(memspell->spell_id, memspell->slot,
true);

Scorpious2k
02-28-2004, 02:15 AM
Thanks Krusher and thanks to Abbott too!

daryl
06-29-2005, 12:53 AM
Change

-client_process.cpp:6792:ScribeSpell(memspell->spell_id, memspell->slot,
false);

To:

+client_process.cpp:6792:ScribeSpell(memspell->spell_id, memspell->slot,
true);



how would i do this ? :)
can tell me the command/s plz thanx

mrea
06-29-2005, 12:56 AM
You need to manually edit this in the source files before you build your version of EQEmu, probably not recommended for newbie people (no offense).