Blue Jem Posted March 12, 2014 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share 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 Link to comment Share on other sites More sharing options...
sandbox Posted March 12, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share 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 Link to comment Share on other sites More sharing options...
hyuna Posted March 12, 2014 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 144 Reputation: 4 Joined: 10/28/12 Last Seen: November 29, 2014 Share 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 Link to comment Share on other sites More sharing options...
sandbox Posted March 12, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 12, 2014 Yep, make sure they are properly set. Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted March 12, 2014 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted March 12, 2014 is not working sir Quote Link to comment Share on other sites More sharing options...
Yuka Posted April 6, 2014 Group: Members Topic Count: 100 Topics Per Day: 0.02 Content Count: 333 Reputation: 7 Joined: 03/01/14 Last Seen: May 6, 2020 Share 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 Link to comment Share on other sites More sharing options...
Kichi Posted April 8, 2014 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.