Jump to content
  • 0

Give item to specific account id npc


Question

Posted

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

 

 

3 answers to this question

Recommended Posts

  • 0
Posted
prontera,150,150,6	script	Sample	100,{
	.@aid = getcharid(3);
	.@allowed = .@aid > 2000000 && .@aid < 2000101 && !#OBTFreebies;
	
	if (.@allowed) {
		getitem 501, 1;
		#OBTFreebies = 1;
	}
	
	end;
}

 

  • Upvote 1
  • 0
Posted (edited)
On 12/11/2020 at 11:27 PM, Patskie said:

prontera,150,150,6	script	Sample	100,{
	.@aid = getcharid(3);
	.@allowed = .@aid > 2000000 && .@aid < 2000101 && !#OBTFreebies;
	
	if (.@allowed) {
		getitem 501, 1;
		#OBTFreebies = 1;
	}
	
	end;
}

 

its not working also im looking on multiple items sir thanks

Edited by behemothcze

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...