Jump to content
  • 0

Help with Emistry Gold Room


sran

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   0
  • Joined:  11/19/12
  • Last Seen:  

Hello download this npc Emistry Gold Room and this excellent, but I would like to know how to do so I only accept one the one IP per day, since probe with other accounts and could enter the map, and I would like to avoid that. 
In advance greetings.

 

 

gold.txt

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

3 hours ago, sran said:

Hello download this npc Emistry Gold Room and this excellent, but I would like to know how to do so I only accept one the one IP per day, since probe with other accounts and could enter the map, and I would like to avoid that. 
In advance greetings.

 

 

gold.txt

prontera,155,181,5	script	viejo	757,{
if( select("Enter Gold Room:Cancel") == 1 )
	if( #Daily == gettime(5)|| query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id) > 1 )
		mes "You cant enter again by today";
	else{
		set #Daily,gettime(5);
		addtimer 50000,strnpcinfo(0)+"::OnTimeLimit";
		warp "poring_w01",100,100;
	}
close;

OnTimeLimit:
	message strcharinfo(0),"Time's Up.";
	sleep2 3000;
	warp "SavePoint",0,0;
	end;
	
OnInit:
while( 1 ){
	if( getmapusers("poring_w01") )
		makeitem 969,1,"poring_w01",rand(87,119),rand(86,115);
	sleep 100;
}
end;
}

try thus, i didnt tested it but give it a try

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...