View Single Post
  #1  
Old 12-04-2003, 03:50 PM
explorerdk
Fire Beetle
 
Join Date: Dec 2003
Posts: 2
Default

This is the nearest in client_process.cpp i come to the line posted..

if(GetLevel() >= spells[memspell->spell_id].classes[GetClass()])
QueuePacket(app);
else{
Message(13, "Unexpected error: Class cant use this spell at your level!");
return;
}

Is it the right one ? can't seem to find it elsewhere... Noob that I am in this prg
Reply With Quote