- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
What is the field name for the curse spell that determines the miss rate?
Unfortunately the world editor does not display it properly--I get what looks like garbage.
You can see it says the data field name is called "Crs:"
It's strange notation because Blizzard always names the fields with the first few letters followed by number, e.g.
"Blo1" is the first field of Bloodlust that determines attack speed
"Hea1" determines how much is healed for the spell Heal.
In the LUA script, I first tried "Crs1" but it rejects this. I then tried "Crs:", which it also rejects.
So what is the field name I must use to reference this value?
I so far tried:
"Crs" + [1-4] but none work.
What is the field name for the curse spell that determines the miss rate?
Unfortunately the world editor does not display it properly--I get what looks like garbage.
You can see it says the data field name is called "Crs:"
It's strange notation because Blizzard always names the fields with the first few letters followed by number, e.g.
"Blo1" is the first field of Bloodlust that determines attack speed
"Hea1" determines how much is healed for the spell Heal.
In the LUA script, I first tried "Crs1" but it rejects this. I then tried "Crs:", which it also rejects.
So what is the field name I must use to reference this value?
I so far tried:
"Crs" + [1-4] but none work.