Jump to content

allen

Inactive Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

About allen

Recent Profile Visitors

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

allen's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. Version of Files : XXX Hello guys, I apologize in advance if someone have already asked this, I could not find any topics of it. I would like to know if there is a way to write a script created by us (inside the client) and execute it. I already tried to do something but every time I upload to my client it gets stuck after choosing character. What I'm doing is: Unpack the root Open the root folder and create a script (allen.py) Write some example code on it and save Open game.py script and import the new script doing: import allen Compress the root folder again using Eter and replace those two files in my Client What happens it is when you choose the character, the loading screen appears and gets stuck there and it won't do nothing until I finish the process in my Task Manager. Does anyone know what I'm doing wrong? Is it a code problem, a Client problem, location from my script wrong? I'm using Client Invoice (2013) My script: import ui import wndMgr class AllenTeste(ui.Window): def __init__(self): ui.Window.__init__(self) self.__LoadMainBoards() def __LoadMainBoards(self): self.FunctionalBoard = ui.ThinBoardClosed() self.FunctionalBoard.SetSize(100, 300) self.FunctionalBoard.SetPosition(wndMgr.GetScreenWidth() - 20, wndMgr.GetScreenHeight()/2) self.FunctionalBoard.Show() start = AllenTeste() start.Show() Thanks, Sincerly, allen
×
×
  • 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.