11-18-2009, 10:00 PM
hi
i ve found the solution so just in case someone got the same problem i had i will post it.
the change must be made in the Game_Ennemy script, around line 150 look for
the code
inside the [] of the "return []" enter the id of the element of your database that you want to grant to enemy normal attack.
hope it helps ^.^
i ve found the solution so just in case someone got the same problem i had i will post it.
the change must be made in the Game_Ennemy script, around line 150 look for
the code
Code:
def element_set
return []
end
inside the [] of the "return []" enter the id of the element of your database that you want to grant to enemy normal attack.
hope it helps ^.^