Search the Community
Showing results for tags 'ip'.
Found 2 results
-
Hello, Is there any one that can provide me a ip check for a daily reward or weekly.. Atm i have this script but seems not to work properly when i login 2 account they both can take the reward. prontera,155,160,5 script 60 seconds Reward 4_F_FAIRYKID4,{ //=========================== Settings ================================================================ set .@rewname$,"[ Daily Reward ]"; set .rewardid,601; set @rewardamount,1; //======================= Settings End ================================================================ //***************************************************************************************************** query_sql("SELECT last_ip FROM `login` WHERE account_id = "+getcharid(3)+"", @LastIp$); if( (gettimetick(2) - lastTimeTalked > 60)&&(gettimetick(2) - getd(@LastIp$) > 60)) { mes .@rewname$; mes "Hello "+strcharinfo(0)+",I"; mes "am here to give you a daily"; mes "Reward. Do you want to have it?"; next; switch(select("-Yes,sure!:-No,bye!:-Cancel")) { case 1: mes .@rewname$; mes "Okay going to give you the item!"; next; mes .@rewname$; getitem .rewardid,@rewardamount; mes "Okay have fun with it!"; set lastTimeTalked,gettimetick(2); setd(@LastIp$,gettimetick(2)); close; case 2: mes .@rewname$; mes "Okay goodbye!"; close; case 3: close; } } mes .@rewname$; mes "Sorry you can get the"; mes "Reward again after "; mes "60 seconds are over!"; close; }
-
Hi all, I got a problem when started my server. I have a DDNS in no-ip and everithing's allright. People from outside my network can connect to server. But when I try to connect in my own server hosted at my pc I can't have any success. I was searching for NAT reflection and discovered that my router (ONT) does not support this feature and because of it, I can't connect to my own server. So then, I tried connect from my local IP (localhost or 127.0.0.1) and my LAN IP (192.168.100.99). Again, no success Can anyone help me? I just want play with my friends hosting in my PC :'( .
- 2 replies
-
- external ip
- ip
-
(and 2 more)
Tagged with: