Jump to content

Tülay

Inactive Member
  • Posts

    35
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About Tülay

Informations

  • Gender
    Male

Recent Profile Visitors

5796 profile views

Tülay's Achievements

Explorer

Explorer (4/16)

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

Recent Badges

9

Reputation

  1. It can be changed in uiscript costumewindow.py for index COSTUME_START_INDEX
  2. hi, guys how can reverse the text in python like def __init__(self, text): ui.ListBoxEx.Item.__init__(self) self.canLoad=100 self.text=text self.textLine=self.__CreateTextLine(text) def __del__(self): ui.ListBoxEx.Item.__del__(self) def GetText(self): return self.text def SetSize(self, width, height): ui.ListBoxEx.Item.SetSize(self, 7*len(self.textLine.GetText()) + 4, height) def __CreateTextLine(self, text): textLine=ui.TextLine() textLine.SetParent(self) textLine.SetPosition(10, 4) textLine.SetText(text) textLine.Show() return textLine
  3. Nothing in NPC.txt
  4. hi,devs I have a problem with ponies go out outside the fence do not know where I find its coordinates its search in map, src, client I not found
  5. Have you installed the Stones 4 ؟؟
  6. Only on the HP ???
  7. novaline It has a new updates such as belts Dragon Chemistry
  8. Speak the language??
  9. Not from the source, but from the root
  10. I think it's a special service for vip You can get it from here store#
  11. Open .../game/src/chat_item.cppSearch: if (item2->IsExchanging()) return false; Add below if (item2->IsEquipped()) return false;
×
×
  • 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.