diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-01-07 13:48:00 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:04:29 -0500 |
commit | 5ee9d4a5523a792de751ec547a6f8d11740770e7 (patch) | |
tree | 593970bd6fd0d304b55d7f79acda4f524ef8e70b /world/map/db | |
parent | 401ff146cbd56e214007c1a298194fdef66d5a96 (diff) | |
download | serverdata-5ee9d4a5523a792de751ec547a6f8d11740770e7.tar.gz serverdata-5ee9d4a5523a792de751ec547a6f8d11740770e7.tar.bz2 serverdata-5ee9d4a5523a792de751ec547a6f8d11740770e7.tar.xz serverdata-5ee9d4a5523a792de751ec547a6f8d11740770e7.zip |
add disguise function to gm debug
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/item_db_use.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt index 8015786d..65acd000 100644 --- a/world/map/db/item_db_use.txt +++ b/world/map/db/item_db_use.txt @@ -90,7 +90,7 @@ 3007, Marshmallow, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} 3009, JellySkull, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} 3010, CandyPumpkin, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} -4035, PickledBeets, 0, 100, 50, 150, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1; setlook LOOK_HAIR_COLOR, HC_PURPLE;}, {} +4035, PickledBeets, 0, 100, 50, 150, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "usePickledBeets";}, {} 4036, RoastedAcorn, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} 5126, MTJarofOwnBlood, 0, 200, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {heal -250, 0;getitem 5127, 1;}, {} //ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} |