Jump to content

MEKA

Member
  • Posts

    25
  • Joined

  • Last visited

  • Feedback

    0%

About MEKA

Informations

  • Gender
    Male

Recent Profile Visitors

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

MEKA's Achievements

Collaborator

Collaborator (7/16)

  • Dedicated
  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

9

Reputation

  1. def SetHorseState(self, level, health, battery): if level==0: self.horseImage=None + self.__ArrangeImageList() else: image = HorseImage() image.SetParent(self) image.SetState(level, health, battery) image.Show() self.horseImage=image self.__ArrangeImageList()
  2. i am already doing so but it doesn't work
  3. How exactly do I need to edit PythonPlayer.h? I do but it doesn't work in the game.
  4. @FinnaelHey will you help ? @VegaS™ do you have any idea about this topic ?
  5. [Hidden Content] The render target is reset when the sp potion is open
  6. Sura Enchanted Blade Skill Problem Skill off: [Hidden Content] Skill on: [Hidden Content]
  7. Effect disappears when the active skill teleports [Hidden Content] You can understand the other problem by watching giff. [Hidden Content]
  8. Navicat > Player > refine_proto > cost
  9. input_db.cpp Find Kod (C++): BYTE bSize = 1; Change Kod (C++): BYTE bSize = 3;
×
×
  • 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.