HelloKekette Posted October 1, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 09/09/13 Last Seen: April 11, 2014 Share Posted October 1, 2013 Hi ! Any solution to have an IP restriction on a NPC ? I found for restriction by account, but no ip check. I need a part of script to have : 14h of cooldown per account and IP (or only IP). Thank you ! Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 1, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 19 minutes ago Share Posted October 1, 2013 Show your script Quote Link to comment Share on other sites More sharing options...
HelloKekette Posted October 4, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 09/09/13 Last Seen: April 11, 2014 Author Share Posted October 4, 2013 //===== EinherjarRO Scripts ================================== //= Poring Power //===== By: ================================================== //= Stolao //===== Current Version: ===================================== //= 1.00 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= Porings are more fun~ //===== Comments: ============================================ //= N/A //===== Additional Comments: ================================= //= 1.00 Initial Make //===== Contact Ifo: ========================================= //= [Stolao] //= Email: [email protected] //============================================================ - script porsize -1,{ OnEventPor1: Getmapxy(.@m$,.@x,.@y,0); Areamonster .@m$,.@x+5,.@y+5,.@x-5,.@y-5,"--ja--",.mobid,2,"porsize::OnEventPor2"; End; OnEventPor2: Getmapxy(.@m$,.@x,.@y,0); Areamonster .@m$,.@x+5,.@y+5,.@x-5,.@y-5,"--ja--",.smobid,2,"porsize::OnEventPor3"; End; OnEventPor3: Set .count,.count+1; If(.count == 4){ areamonster .PlayMap$,.Area[0],.Area[1],.Area[2],.Area[3],"--ja--",.bmobid,1,"porsize::OnEventPor1"; Set .count,0; } End; OnInit: Set .TotalBig,100; Set .PlayMap$,"prt_fild08"; setarray .Area,50,50,500,500; Set .mobid,1002; //Spawning Random Sizes Set .bmobid,8000+.mobid; Set .smobid,4000+.mobid; Set .B,rand(.TotalBig)+1; Set .M,rand(.TotalBig-.; Set .S,.TotalBig-.B-.M; areamonster .PlayMap$,.Area[0],.Area[1],.Area[2],.Area[3],"--ja--",.bmobid,.B,"porsize::OnEventPor1"; areamonster .PlayMap$,.Area[0],.Area[1],.Area[2],.Area[3],"--ja--",.mobid,.M*2,"porsize::OnEventPor2"; areamonster .PlayMap$,.Area[0],.Area[1],.Area[2],.Area[3],"--ja--",.smobid,.S*4,"porsize::OnEventPor3"; End; } Thx if you can help me... So hard for me :s Quote Link to comment Share on other sites More sharing options...
Question
HelloKekette
Hi !
Any solution to have an IP restriction on a NPC ? I found for restriction by account, but no ip check.
I need a part of script to have :
14h of cooldown per account and IP (or only IP).
Thank you !
Link to comment
Share on other sites
2 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.