Jump to content
  • 0
behemothcze

Give item to specific account id npc

Question

Can anyone help me or share script npc that gives multiple items to player example 200001 to 200100 

 

Will be use to give item for all players who play in obt any recommendation please advance thankyou

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
prontera,150,150,6	script	Sample	100,{
	[email protected] = getcharid(3);
	[email protected] = [email protected] > 2000000 && [email protected] < 2000101 && !#OBTFreebies;
	
	if ([email protected]) {
		getitem 501, 1;
		#OBTFreebies = 1;
	}
	
	end;
}

 

  • Upvote 1
Link to comment
Share on other sites

  • 0
On 12/11/2020 at 11:27 PM, Patskie said:
prontera,150,150,6	script	Sample	100,{
	[email protected] = getcharid(3);
	[email protected] = [email protected] > 2000000 && [email protected] < 2000101 && !#OBTFreebies;
	
	if ([email protected]) {
		getitem 501, 1;
		#OBTFreebies = 1;
	}
	
	end;
}

 

its not working also im looking on multiple items sir thanks

Edited by behemothcze
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.