diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a01a9d3d1..f9cb7dd2a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -41090,7 +41090,7 @@ item_db: ( Weight: 10 Loc: 64 Script: <" - autobonus "{ sc_start SC_MOVHASTE_INFINITY,3000,0; bonus bAgi,44; heal 0,-40; }",3,3000,0; + autobonus "{ sc_start SC_MOVHASTE_HORSE, 3000, 100; bonus bAgi, 44; heal 0, -40; }", 3, 3000, 0, "{ specialeffect2 EF_WIND; }"; "> }, { @@ -76642,7 +76642,7 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_MOVHASTE_INFINITY,5000,0; "> + Script: <" sc_start SC_MOVHASTE_INFINITY, 5000, 100; "> }, { Id: 12017 @@ -76652,7 +76652,7 @@ item_db: ( Buy: 2 Weight: 100 BuyingStore: true - Script: <" sc_start SC_SLOWDOWN,5000,0; "> + Script: <" sc_start SC_SLOWDOWN, 5000, 100; "> }, { Id: 12018 @@ -85625,7 +85625,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 200 - Script: <" sc_start SC_MOVHASTE_INFINITY,300000,0; "> + Script: <" sc_start SC_MOVHASTE_INFINITY, 300000, 100; "> }, { Id: 12711 @@ -103469,11 +103469,11 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } - Script: <" getitem 12016,5; "> + Script: <" getitem Speed_Up_Potion, 5; "> }, { Id: 13995 @@ -103487,11 +103487,11 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } - Script: <" getitem 12016,10; "> + Script: <" getitem Speed_Up_Potion, 10; "> }, { Id: 13996 |