Blue Jem Posted March 12, 2014 Posted March 12, 2014 Someone know this my request: 1st prontera map 2nd prontera area or place the player cant use the skill of skillof area Quote
sandbox Posted March 12, 2014 Posted March 12, 2014 Edit the coordinates - script NoSkill -1,{ OnInit: setcell "prontera",100,100,150,150,cell_basilica,1; setcell "prontera",100,100,150,150,cell_landprotector,1; end; } Quote
hyuna Posted March 12, 2014 Posted March 12, 2014 Edit the coordinates - script NoSkill -1,{ OnInit: setcell "prontera",100,100,150,150,cell_basilica,1; setcell "prontera",100,100,150,150,cell_landprotector,1; end; } 100,100,150,150 = x1, y1, x2, y2??? Quote
Yuka Posted April 6, 2014 Posted April 6, 2014 (edited) Edit the coordinates - script NoSkill -1,{ OnInit: setcell "prontera",100,100,150,150,cell_basilica,1; setcell "prontera",100,100,150,150,cell_landprotector,1; end; } This crashes my server.. lhz_in03,260,260,4 script FightC 93,{ OnInit: bindatcmd "joinfc",strnpcinfo(3)+"::OnAtcommand"; setarray .participants$[0],""; setcell "lhz_in03",260,260,265,265,cell_basilica,1; setcell "lhz_in03",260,260,265,265,cell_landprotector,1; end; L_init: mapannounce "lhz_in03","The Fight Club is open! It will close in 2 minutes.",0; end; L_start: mapannounce "lhz_in03","The Fight Club has started.",0; end; L_end: end; OnTimer60000: mapannounce "lhz_in03","The Fight Club will start in 1 minute.",0; end; OnTimer120000: goto L_start; end; OnAtcommand: L_joinFC: for (set .@i, 0; .@i < getarraysize (.participants$); set .@i, .@i + 1){ if (.participants$[.@i] == strcharinfo(0)){ dispbottom "You have already registered for the Fight Club."; end; } } set .participants$[getarraysize(.participants$)], strcharinfo(0); dispbottom "You have registered for the Fight Club."; end; } Edited April 6, 2014 by Greyford Quote
Kichi Posted April 8, 2014 Posted April 8, 2014 is not working sir the script is correct but the cell_basilica and land_protector doesn't work properly need to edit the source code there are already answered in this forum Quote
Question
Blue Jem
Someone know this my request:
1st prontera map
2nd prontera area or place the player cant use the skill of skillof area
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.