R>unlimited consumable

classy5

New member
Messages
119
Points
0
Github
classy5
like 1 red potion unlimited and does not dissapear.

ops wrong topic.... please can anyone move this to script request?

 
Last edited by a moderator:
One way is to use item type 11.

Code:
{	Id: 501	AegisName: "Red_Potion"	Name: "Red Potion"	Type: 0 // change this to 11	Buy: 50	Weight: 70	Script: <" itemheal rand(45,65),0; ">},
 
use

Code:
KeepAfterUse: true/false      (boolean, defaults to false)
 
Back
Top