View Single Post
  #5  
Old 09-07-2010, 03:32 AM
Jiroxys7 Jiroxys7 is offline
Hazard to Graal
Jiroxys7's Avatar
Join Date: Apr 2009
Posts: 343
Jiroxys7 will become famous soon enough
Here's the block of code causing the problem.

PHP Code:
function onActionServerSide(cmdtarget){
  if(
cmd == "spite"){
    
with(findplayer(target)){
      
BuffSystem.addbuff("Spite"30"cannotstack", -10);
    }
  }

Then when that part of the script goes through, I'll immediately get the following in rc:

Script: Function BuffSystem.addbuff not found at line 4 in script of -Skills/Spite (in level onlinestartlocal.nw at pos (0, 0))
__________________
MY POSTS ARE PRONE TO EDITS!
Reply With Quote