Jump to content
  • 0
koko24

New Icon Skill, Coldproof,Fireproof,Thunderproof,Earthproof

Question

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)

Edited by koko24

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Status.h

Before SC_MAX

Put

SC_I_RESIST_COLD = 2002,

 

Same for others.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.