[RSPS] Adding Custom Crystal Chest/Crystal Keys - Part 2 {PI}

Опубликовано: 08 Июнь 2026
на канале: RSPS Tutorials
384
3

This will be part 2 on adding a Ckey/Cchest into your server!

Item Id List: http://www.itemdb.biz/
Object Id List: http://rspscodes.synthasite.com/objec...


=Tutorial Code=
Random Flashing @ran@
Red @red@
Dark Red @dre@
Orange @ora@ or @lre@
Light Orange @or1@
Dark Orange @or2@
Red-Orange @or3@
Yellow @yel@
Yellow-Green @gr1@
Green @gre@ or @gr3@
Light Green @gr2@
Blue @blu@
Cyan @cya@
Magenta @mag@
Black @bla@
White @whi@


case Item_ID:
itemDef.name = "Item Name";
itemDef.itemActions[1] = "Right Click Option";
itemDef.description = "Item Description";
break;