Jump to content

Christopher Freitas

Members
  • Content Count

    15
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Christopher Freitas got a reaction from Fou-lu in Harmony Shield / Gepard / Hashield   
    Sobre o Husky,
     
    Encontrei um servidor que utiliza, baixei , tentei usar algumas ferramentas e fui barrado.
    Na questão de bot's ainda não tentei, mas por ser um servidor com pouquíssimos players , acredito que não estão usando.
     
    Mas vou tentar e deixar um feed aqui ! 
  2. Upvote
    Christopher Freitas reacted to buczak in Costume Item Plugins   
    Hello, I was having these errors:
    Error 3 error C2039: 'base_pc_maxhp' : is not a member of 'status_interface' c:usersandredocumentsherculeshercules-mastersrcpluginscostumeitem.c 552 1 costumeitemError 4 error C2039: 'base_pc_maxsp' : is not a member of 'status_interface' c:usersandredocumentsherculeshercules-mastersrcpluginscostumeitem.c 577 1 costumeitem  So I changed those lines:
    sd->status.max_sp = status->base_pc_maxsp(sd, bstatus);sd->status.max_sp = status->base_pc_maxhp(sd, bstatus); for this
       
    sd->status.max_sp = status->get_base_maxsp(sd, bstatus);sd->status.max_sp = status->get_base_maxsp(sd, bstatus);  With the changes, the errors are gone and compiled
    But I do not know if my changes are correct
     
    Is this right?
     
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.