hi guys, I got a problem in the Xas ABS! Always a syntax error happens to me on line 234 when I write this:
#===============================================================================
# XAS - Enemy Config
#===============================================================================
module XAS_BA_ENEMY
# Activate the animation when the enemy dies.
# Duration of the animation proportional to the time
# of collapse, the default time is of 40Frames(2s).
# DEF_ANI = {A=>B, A=>B, A=>B...}
# A = ID of the Enemy.
# B = ID of the Animation.
DEF_ANI = {
2=>119, #Fishman
3=>121, #Chibi Devil
4=>122, #Scorpion
5=>120, #Honeyman
6=>119, #Archer
7=>121, #Knight
8=>122, #Great Bird (Boss)
9=>122 #Great Bird L2(Boss)
10=>122 #New (the new thing that I wrote)
}
#-------------------------------------------------------------------------------
10=>122
the 10 meant to be the monster ID and the 122 is the animation ID
problem 2
|________________________
I don't know how to let the enemies use the skills so please help me!!!
#===============================================================================
# XAS - Enemy Config
#===============================================================================
module XAS_BA_ENEMY
# Activate the animation when the enemy dies.
# Duration of the animation proportional to the time
# of collapse, the default time is of 40Frames(2s).
# DEF_ANI = {A=>B, A=>B, A=>B...}
# A = ID of the Enemy.
# B = ID of the Animation.
DEF_ANI = {
2=>119, #Fishman
3=>121, #Chibi Devil
4=>122, #Scorpion
5=>120, #Honeyman
6=>119, #Archer
7=>121, #Knight
8=>122, #Great Bird (Boss)
9=>122 #Great Bird L2(Boss)
10=>122 #New (the new thing that I wrote)
}
#-------------------------------------------------------------------------------
10=>122
the 10 meant to be the monster ID and the 122 is the animation ID
problem 2
|________________________
I don't know how to let the enemies use the skills so please help me!!!