[DiscordArchive] how do you do that sorry ?
[DiscordArchive] how do you do that sorry ?
Archived author: Sir Puissant • Posted: 2024-12-21T21:34:38.445000+00:00
Original source
how do you do that sorry ?
Archived author: Revision • Posted: 2024-12-21T21:34:56.945000+00:00
Original source
I don't know what they're talking about but it's unrelated
Archived author: Revision • Posted: 2024-12-21T21:35:00.607000+00:00
Original source
The service isn't the issue
Archived author: cyberpro98 • Posted: 2024-12-21T21:35:10.612000+00:00
Original source
Yes my goal is like when a player learns from a trainer a skill, and then he uses the command it should update his skill on max with recipes
Archived author: Revision • Posted: 2024-12-21T21:35:13.632000+00:00
Original source
The only thing it failed at was removing the data folder
Archived author: Sir Puissant • Posted: 2024-12-21T21:35:35.506000+00:00
Original source
i tried deactivating the firewall and then trying again, nothing new
Archived author: Revision • Posted: 2024-12-21T21:36:48.030000+00:00
Original source
```cpp
void Assistant::SetProfession(Player* player, uint32 id)
{
uint16 maxSkillValue = player->GetPureMaxSkillValue(id);
uint32 cost = GetProfessionCost(player, id);
player->SetSkill(id, 0, maxSkillValue, maxSkillValue);
player->ModifyMoney(-cost);
}
```
That's how I set a profession to the max value but learning all the recipes you'll have to go through and add those.
Archived author: Sir Puissant • Posted: 2024-12-21T21:36:52.502000+00:00
Original source
\MySQL\MySQL Server 8.4\Data should be in there i believe, i can see all the acore folders ?