Jump to content

Not A Valid IDS value probem


Hicuty

Recommended Posts

Hi;

 

The script here is not working when i edit with dltcep. When i change the 3rd parameter of "CheckStat(Myself,0,0)" to CLERIC_GLOBE_OF_BLADES, it says "Not a valid IDS value" and when i save it turns to 0. My question is how can it be not a valid ids value although it is valid in other lines?

And is there any fix to this? Im using dltcep v7.6 and weidu compiler v236

 

Thks

 

IF

!GlobalTimerNotExpired("castspell","LOCALS")

See(NearestEnemyOf(Myself))

HaveSpell(CLERIC_GLOBE_OF_BLADES)

CheckStat(Myself,0,0)

THEN

RESPONSE #100

SetGlobalTimer("castspell","LOCALS",ONE_ROUND)

Spell(Myself,CLERIC_GLOBE_OF_BLADES)

RESPONSE #100

Continue()

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...