@itemall and @itemmap

Ridley

Community Administrator
Messages
1,157
Points
0
Age
38
Location
Germany
Discord
Ridley#5102
IRC Nickname
Ridley
Github
ridley8819
Emulator
Client Version
2019-03-22
File Name: @itemall and @itemmap

File Submitter: Ridley

File Submitted: 12 Feb 2017

File Category: Utility

Give an item to all players online

Code:
@itemall <Item ID> <Item Amount>
Give an item to all players on the same map as you

Code:
@itemmap <Item ID> <Item Amount>
Using some old code from Emistry for this, thank you for your permission to use it.

Click here to download this file

 
Last edited by a moderator:
There is a typo at .@tpye
 

Code:
	if (!.@tpye)
		.@users = getusers(1);
	else
		.@users = getusers(0);
 
There is a typo at .@tpye
 thank you
default_biggrin.png
fixed (even tho the script would still work fine since this part is redundant

 
Hello Ridley, is this script has a limit? Like only 127 players can get the items using that command?

 
File Name: @itemall and @itemmap

File Submitter: Ridley

File Submitted: 12 Feb 2017

File Category: Utility

Give an item to all players online

@itemall <Item ID> <Item Amount>

Code:
@itemall <Item ID> <Item Amount>
 
Give an item to all players on the same map as you

@itemmap <Item ID> <Item Amount>

Code:
@itemmap <Item ID> <Item Amount>
 
Using some old code from Emistry for this, thank you for your permission to use it.

Click here to download this file
Good day!

Is there a way to make it per last_unique_id (gepard)?

Thanks!

 
Back
Top