View Single Post
  #15  
Old 09-30-2007, 03:26 AM
PrinceOfKenshin PrinceOfKenshin is offline
That guy with a beard
PrinceOfKenshin's Avatar
Join Date: May 2004
Location: Ontario, Canada
Posts: 819
PrinceOfKenshin has a spectacular aura aboutPrinceOfKenshin has a spectacular aura about
duh because you have addLocalModifier don't use the capital L use the little l
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
with (findimg(201)) {
    
layer 2;
    
player.x;
    
player.y;

    
emitter.attachposition false;
    
emitter.delaymin 10;
    
emitter.delaymax 15;
    
emitter.emissionoffset = { 202020 };
    
emitter.firstinfront false;
    
emitter.nrofparticles 3;
    
emitter.maxparticles 60;
    
    
emitter.particle.lifetime 12;
    
emitter.particle.image "g4_particle_whitespot.png";
    
emitter.particle.mode 0;
    
emitter.particle.alpha .99;
    
emitter.particle.red .89;
    
emitter.particle.green .76;
    
emitter.particle.blue .49;
    
emitter.particle.zoom 0;
    
emitter.particle.zangle 2;
    
emitter.particle.angle 1;
    
emitter.particle.speed random(2,6);
    
emitter.particle.spin 3;
    
emitter.particle.stretchx 0;
    
emitter.particle.strechy 0;

    
emitter.addlocalModifier("range",9,12,"alpha","replace",1,0);

    
emitter.emit();
  }

copy and paste that, i tested it on my server and i didn't get any errors
__________________


Quote:
Game Master (Server): Greetings PrinceOfKenshin, there are new posts on the forums that demand your urgent attention! God speed, the fate of the world is in your hands. If you fail, middle earth will forever be in the darkness and your children will be enslaved by McKain.
Reply With Quote