Cretino
New member
- Messages
- 75
- Points
- 0
Name: Build Manager
Creator: Me (@Cretino)
Version: 1.2 (Updated script and source modification to work with last Hercules revision [Cretino] (Need source modification))
Contributors: (@kerbiii: Found a bug, @Anisotropic Defixation: Make a list of bugged skills)
Q: 'What features have 'Build Manager'?'
R:
Q: 'How to use these features?'
R: 'You can use all features in game, just talk to npc and have fun.
'
Q: 'How to configure it?'
R: 'You can go to line '666' in script, and you will see details like:'
I'm accepting suggestions.
If you found any bug, report in topic or send me a private message.
I'll solve the problem as quickly as possible.
I think is it.
Note: Sorry for my English.
@Edit
Now is necessary apply this source modification to use the script: View attachment skillup_scriptcommand_by_cretino_v0.1.diff
View attachment build_manager_v1.2.txt
skillup_scriptcommand_by_cretino.diff
build_manager_v1.1.txt
build_manager_v1.0.txt
build_manager_v1.0.txt
build_manager_v1.0.txt
Creator: Me (@Cretino)
Version: 1.2 (Updated script and source modification to work with last Hercules revision [Cretino] (Need source modification))
Contributors: (@kerbiii: Found a bug, @Anisotropic Defixation: Make a list of bugged skills)
Q: 'What features have 'Build Manager'?'
R:
You can create stats profile. (No limit)
You can create skills profile. (No limit)
You can load stats profiles for all characters of account.
You can load skills profile for all characters of account with same class.
You can erase a profile.
You can reset skills.
You can reset stats.
You can create skills profile. (No limit)
You can load stats profiles for all characters of account.
You can load skills profile for all characters of account with same class.
You can erase a profile.
You can reset skills.
You can reset stats.
Q: 'How to use these features?'
R: 'You can use all features in game, just talk to npc and have fun.
Q: 'How to configure it?'
R: 'You can go to line '666' in script, and you will see details like:'
// Cost to reset player stats
.reset_status_cost = 50000;
// Cost to reset player skills
.reset_skills_cost = 50000;
// Cost to create a new stats profile
.create_status_cost = .reset_status_cost * 2;
// Cost to create a new skills profile
.create_skills_cost = .reset_skills_cost * 2;
// Cost to load a stats profile
.load_status_cost = .reset_status_cost * 2;
// Cost to load a skills profile
.load_skills_cost = .reset_skills_cost * 2;
// Will check if player have max base level and job level to access the npc. (Max Level = 'MAX_LEVEL' constant)
// false = Disabled
.check_max_lv = true;
.reset_status_cost = 50000;
// Cost to reset player skills
.reset_skills_cost = 50000;
// Cost to create a new stats profile
.create_status_cost = .reset_status_cost * 2;
// Cost to create a new skills profile
.create_skills_cost = .reset_skills_cost * 2;
// Cost to load a stats profile
.load_status_cost = .reset_status_cost * 2;
// Cost to load a skills profile
.load_skills_cost = .reset_skills_cost * 2;
// Will check if player have max base level and job level to access the npc. (Max Level = 'MAX_LEVEL' constant)
// false = Disabled
.check_max_lv = true;
I'm accepting suggestions.
If you found any bug, report in topic or send me a private message.
I'll solve the problem as quickly as possible.
I think is it.
Note: Sorry for my English.
@Edit
Now is necessary apply this source modification to use the script: View attachment skillup_scriptcommand_by_cretino_v0.1.diff
View attachment build_manager_v1.2.txt
Attachments
Last edited by a moderator: