error

have you made an modifications to src?

 
yeah i disabled the pc stop on sonicblow on src/map/skill.c.. and also disabled the renewal cast on src/conf

 
are you able to post the change you made in that file

 
  //if (temp == AS_SONICBLOW)
//pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.
else if (temp == PF_SPIDERWEB) //Special case, due to its nature of coding.
type = CAST_GROUND;

 
on src/conf/
/// #RENEWAL CAST
 
when does that error occur? Is it reproducible under a certain skill. Looking at your code you posted now, that snippet doesn't look like a valid piece of code since you took out the first if statement

 
when sura clones are using skills..if i release 1 clone it shows no error so i need to release 3 to 4 clones and when i do that all of them uses skill.its hard to figure out which skill makes the error.

 
Last edited by a moderator:
okay, I'll see if I can reproduce it, if so, then I would post this in the bug reports section

 
I cant reproduce, I try to clone 10 suras and it doesnt show that error..

 
try 20 clones and turn pvp on and try to unable the renewal cast use dangerous soul collect or any skill while ur clones are fighting...i tried it in champion class i i got no error...i also tried to enable again my renewal cast and i got no error..
btw salamat po sa tulong  
default_gawi.gif
 
default_biggrin.png


 
Last edited by a moderator:
Back
Top