Here are a couple pics of the issues I am having. First off, the status screen icons display an older icon that was the default set in YEM.
This is what the script looks like, and for some reason apparently it's not right?
QUOTE
ELEMENT_ICONS ={
3 => 7936, # Fire element.
4 => 7937, # Ice element.
5 => 7938, # Volt element.
6 => 7940, # Earth element.
7 => 7939, # Water element.
8 => 7941, # Air element.
9 => 7944, # Light element.
10 => 7943, # Dark element.
3 => 7936, # Fire element.
4 => 7937, # Ice element.
5 => 7938, # Volt element.
6 => 7940, # Earth element.
7 => 7939, # Water element.
8 => 7941, # Air element.
9 => 7944, # Light element.
10 => 7943, # Dark element.
http://imgur.com/a/PpRlA#0
QUOTE
DEFAULT_ENEMY_ICON = 7431
QUOTE
BATTLER_ACTOR_ICONS ={
# ID => Icon Index
1 => 533, # Icon for Soku.
2 => 534, # Icon for Amerax.
3 => 535, # Icon for Delita.
4 => 550, # Icon for Aluxis.
5 => 539, # Icon for Valcrist.
6 => 554, # Icon for Rena.
} # Do not remove this.
# ID => Icon Index
1 => 533, # Icon for Soku.
2 => 534, # Icon for Amerax.
3 => 535, # Icon for Delita.
4 => 550, # Icon for Aluxis.
5 => 539, # Icon for Valcrist.
6 => 554, # Icon for Rena.
} # Do not remove this.
http://imgur.com/a/PpRlA#1
If anyone has any ideas, feel free to let me know. Would be greatly appreciated
~ Gotta hit the store, hopefully I'll come back to a few replys.