Jump to content

ruizuinho-o

Banned
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by ruizuinho-o

  1. This member have a bad feedback in other forums. Caution pls. Cumpz.
  2. Hello, its possible remove automatic bonus in new itens? Like, i pick One sword and She have 15% vs animal (example) and i want remove this randomly bônus
  3. Sorry for double post: Solution: Search: def SetPetskill(self, slot, idx, lv): if int(lv) > 0: self.petmini.SetSkill(slot, idx, lv) Change: def SetPetskill(self, slot, idx, lv): self.petmini.SetSkill(slot, idx, lv)
  4. if u work in char archives: if (GetName() == "") if u work in others archives, first import char.h if (ch->GetName() == "xxx")
  5. I have full unbugged, if u want, i sell. Send me PM if u are interessed.
  6. Hello, someone know one offline shop with won? Thanks for help.
  7. Hello, i want remove gain attack value when i up level. i try modify several times the code in char.cpp and nothing. Example: Level 80: [Hidden Content] Level 81: [Hidden Content] Thank's for help!
  8. Hello guys, i need help. When i create new char, i win this bonus -> [Hidden Content] How i remove? Thanks Cumpz
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.