- Joined
- Mar 17, 2014
- Messages
- 25
- Reaction score
- 0
- First Language
- Russian
- Primarily Uses
Hi guys i have an script request for this script its venkas Bestiary
and i want to add some extra functions one of them seems easy but the other one is more tricky
so first things first i want to add a simple scroll function for the description window on the right side below the picture
of the monsters because i want a very detailed description but they are to long and in default the script hasn´t any
scroll function for the description box so i wanted to ask if anyone know how to add this to the script
and the second more tricky task is the kill count of the bestiary script it assumes that you kill monsters in the normal battle screen and add a number to the kill count but i am using the XAS battle script which makes on map battels basicly you are fighting against events on the map and not in a additional battle screen and this enemy events on the map aren´t counted in the venkas script so no matter how many slimes i kill (for example) the venkas bestiary entry for slime will still show up 0 kills which prevents the script from revealing new descriptions and informations about the enemy like revealing stats after 30 kills or something like that
so for this problem i only have two ideas either there is some complicated way that im unable to do (because i cant programm ruby ) that makes the bestiary track these events and after this events are deleted it will count the kill for the linked enemy
or my other idea was that sounds simpler to add a command that let me add manually the kill count for the enemys something like add_kill_count(enemy_id) for a script call because in default there is only an option to look manually at the kill count and set it equal with an certain variable but i cannt edit the kill count manually with this command so i have to make a command for this the rest is able to be done with switches and variables so can someone help me to add an command to manually manipulate the kill counts for the enemys that would be awsome
and i want to add some extra functions one of them seems easy but the other one is more tricky
so first things first i want to add a simple scroll function for the description window on the right side below the picture
of the monsters because i want a very detailed description but they are to long and in default the script hasn´t any
scroll function for the description box so i wanted to ask if anyone know how to add this to the script
and the second more tricky task is the kill count of the bestiary script it assumes that you kill monsters in the normal battle screen and add a number to the kill count but i am using the XAS battle script which makes on map battels basicly you are fighting against events on the map and not in a additional battle screen and this enemy events on the map aren´t counted in the venkas script so no matter how many slimes i kill (for example) the venkas bestiary entry for slime will still show up 0 kills which prevents the script from revealing new descriptions and informations about the enemy like revealing stats after 30 kills or something like that
so for this problem i only have two ideas either there is some complicated way that im unable to do (because i cant programm ruby ) that makes the bestiary track these events and after this events are deleted it will count the kill for the linked enemy
or my other idea was that sounds simpler to add a command that let me add manually the kill count for the enemys something like add_kill_count(enemy_id) for a script call because in default there is only an option to look manually at the kill count and set it equal with an certain variable but i cannt edit the kill count manually with this command so i have to make a command for this the rest is able to be done with switches and variables so can someone help me to add an command to manually manipulate the kill counts for the enemys that would be awsome
