Effect for a time

flpneo

New member
Messages
17
Points
0
How to create a potion that makes the user with resistance to freezing (or anything else) for a time (1 minute)?

 
{

Id: 12118

AegisName: "Resist_Fire"

Name: "Fireproof Potion"

Type: 2

Buy: 2

Weight: 10

BuyingStore: true

Script: <" sc_start4 SC_ARMORPROPERTY,1200000,-15,0,20,0; ">

},

{

Id: 12119

AegisName: "Resist_Water"

Name: "Coldproof Potion"

Type: 2

Buy: 2

Weight: 10

BuyingStore: true

Script: <" sc_start4 SC_ARMORPROPERTY,1200000,20,0,0,-15; ">

},

{

Id: 12120

AegisName: "Resist_Earth"

Name: "Earthproof Potion"

Type: 2

Buy: 2

Weight: 10

BuyingStore: true

Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0; ">

},

{

Id: 12121

AegisName: "Resist_Wind"

Name: "Thunderproof Potion"

Type: 2

Buy: 2

Weight: 10

BuyingStore: true

Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,-15,0,20; ">

},

{

Id: 12279

AegisName: "Undead_Element_Scroll"

Name: "Undead Elemental Scroll"

Type: 2

Weight: 10

Script: <" sc_start4 SC_ARMOR_RESIST,300000,20,20,20,20; ">

},

 
Last edited by a moderator:
Back
Top