Jump to content

Movee

Inactive Member
  • Posts

    15
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Movee

  1. 20 minutes ago, MORTE said:

    in root/uibonuspage.py

     

    
    def OnUpdate(self):
    		import item
    		if int(app.GetTime()) > int(self.ProcessTimeStamp) + 6:
    			self.SetBoni(self.dict)
    			self.ProcessTimeStamp = app.GetTime()

    to

    
    def OnUpdate(self):
    		import item
    		if int(app.GetTime()) > int(self.ProcessTimeStamp) + 0.01:
    			self.SetBoni(self.dict)
    			self.ProcessTimeStamp = app.GetTime()

     

    Thank you very much!1

  2. Hey!

    I'm trying to recreate the critical effect of league of legends which seems like this

    398e05992d844490bd70f7a9bc58523d.png

     

    But I have no clue how to create the Effect.mse file (I already know how to create the .dds file and where to place it in the Effects pack file I just need the Effect.mse :P)

     

    Here's a rough render of the strike ( will convert it to dds later and upload it here)

    b5cba8c805db43a9991aac6fb58a2fca.png

     

    Thanks very much!

  3. Hey, how can I resolve this issue?

    Client syserr:

    Spoiler

    0601 13:58:11409 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
     

     

    Thanks!

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