New Icon Skill, Coldproof,Fireproof,Thunderproof,Earthproof

koko24

New member
Messages
81
Points
0
Github
koko24
Emulator
Hello i already did all the steps and the status is showing when i use @displaystatus

the problem is when ever i use the sc_start SC_i_RESIST_COLD into itemscript my character will get stone curse,

db/const.txt

SC_MDEFSET 582SC_NO_SWITCH_EQUIP 583SC_I_RESIST_COLD 2002SC_I_RESIST_EARTH 2003SC_I_RESIST_FIRE 2004SC_I_RESIST_THUNDER 2005// 2014 Halloween EventSC_MTF_MHP 584
db/item_db.conf

{ Id: 12119 AegisName: "Resist_Water" Name: "Coldproof Potion" Type: 2 Buy: 2 Weight: 10 BuyingStore: true Script: <" sc_start4 SC_ARMORPROPERTY,1200000,0,20,-15,0; sc_start SC_I_RESIST_COLD,1200000,1; ">},
mapserver:

[Error]: status_change_start: invalid status change (2002)
 
Last edited by a moderator:
Status.h

Before SC_MAX

Put

SC_I_RESIST_COLD = 2002,

Same for others.

 
Back
Top