Marco Posted May 26, 2017 at 04:56 PM Share Posted May 26, 2017 at 04:56 PM Boas pessoal, é o seguinte, tenho um erro... Quando os mesmo estão emo stack, 2, 10, 200 wtv ao clicar para ler, lê todos, mas conta como 1 O que pode ser? Cumprimentos, Link to comment
juniorsilva Posted May 26, 2017 at 08:54 PM Share Posted May 26, 2017 at 08:54 PM (edited) Vá em game/src/char_item.cpp e altere essa linha: if (true == LearnSkillByBook(dwVnum)){ITEM_MANAGER::instance().RemoveItem(item); Pra if (true == LearnSkillByBook(dwVnum)) { item->SetCount(item->GetCount() - 1); Edited May 26, 2017 at 08:55 PM by Guest Link to comment
Marco Posted May 26, 2017 at 09:25 PM Author Share Posted May 26, 2017 at 09:25 PM Eu tenho assim [uSER=147]juniorsilva[/uSER] e mesmo assim faz isso ... Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now