Luffy Posted December 7, 2017 Share Posted December 7, 2017 Gostaria de saber como eu aumento o limite dos bônus dos itens. tipo HP, Humanoids, bônus classes e etc? Link to comment Share on other sites More sharing options...
[Admin] tierrilopes Posted December 7, 2017 Share Posted December 7, 2017 O valor que calha? player.item_attr Ou o número de bónus que podes meter nos equips? (7 para 9 por exemplo) Link to comment Share on other sites More sharing options...
Luffy Posted December 7, 2017 Author Share Posted December 7, 2017 2 horas atrás, Tierri Lopes disse: O valor que calha? player.item_attr Ou o número de bónus que podes meter nos equips? (7 para 9 por exemplo) Eu me refiro ao valor máximo de cada bônus. Nas filés que uso o bônus de HP, por exemplo, não passa de 32k e mais alguns números que não lembro exatamente. Link to comment Share on other sites More sharing options...
Luffy Posted December 8, 2017 Author Share Posted December 8, 2017 Eu quero aumentar o limite pra que não fique como na imagem abaixo, @Tierri Lopes Hidden Content Give reaction to this post to see the hidden content. Link to comment Share on other sites More sharing options...
juniorsilva Posted December 9, 2017 Share Posted December 9, 2017 2 horas atrás, Luffy disse: Eu quero aumentar o limite pra que não fique como na imagem abaixo, @Tierri Lopes Hidden Content Give reaction to this post to see the hidden content. Vá em common/tables.h (typedef struct SPlayerTable) e altere: Hidden Content Give reaction to this post to see the hidden content. Por Hidden Content Give reaction to this post to see the hidden content. short = -32,768 / 32,767 int = -2,147,483,648 / 2,147,483,647 Obs: não testei .... Link to comment Share on other sites More sharing options...
Luffy Posted December 9, 2017 Author Share Posted December 9, 2017 (edited) 4 horas atrás, juniorsilva disse: Vá em common/tables.h (typedef struct SPlayerTable) e altere: Hidden Content Give reaction to this post to see the hidden content. Por Hidden Content Give reaction to this post to see the hidden content. short = -32,768 / 32,767 int = -2,147,483,648 / 2,147,483,647 Obs: não testei .... Valeu pela ajuda @juniorsilva. Eu consegui fazer aqui, mas pra funcionar tive que editar outros lugares desse arquivo e outros 2 arquivos da source e também da source do client. Edited December 9, 2017 by Luffy Link to comment Share on other sites More sharing options...
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