Jump to content

ruizuinho-o

Banned
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

ruizuinho-o last won the day on August 29 2019

ruizuinho-o had the most liked content!

About ruizuinho-o

Core X

  • BAN_NOTICE
    Yes

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ruizuinho-o's Achievements

Explorer

Explorer (4/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

12

Reputation

  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")
×
×
  • 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.