help this error

xlaws27

New member
Messages
225
Points
0
2wptqav.png


 
We cannot tell anything without script

 
We cannot tell anything without script
prontera,164,171,4  script  Farm Zone  561,{

mes "Do you want to enter my Farm room?";

menu "Ok",-,"No thanks.",L_No;

warp "ordeal_3-2",154,270;

close;

L_No:

close;

end;

}

// --------------------------------------------------------------

-  script  Monsters  -1,{

OnInit:

OnNPCKillEvent:

if ( strcharinfo(3) == "ordeal_3-2" ) {

if( killedrid = 1110){

 getitem  7773,1;

 getitem  7726,1;

}

end;

}

}

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

ordeal_3-2,0,0,0,0  monster  Gold Guardian  1439,200,0,0,0

// Warps

ordeal_3-2.gat,130,193,0  warp  testwrp#1  3,3,ordeal_3-2.gat,154,154

ordeal_3-2.gat,106,154,0  warp  testwrp#2  3,3,ordeal_3-2.gat,154,154

ordeal_3-2.gat,201,129,0  warp  testwrp#3  3,3,ordeal_3-2.gat,154,154

ordeal_3-2.gat,177,193,0  warp  testwrp#4  3,3,ordeal_3-2.gat,154,154

hey dastgir i finally found the script please help me

 
remove the  OnInit: label then that warnings should disappear

 
Last edited by a moderator:
Back
Top