Jump to content

MORTE

Inactive Member
  • Posts

    364
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Community Answers

  1. MORTE's post in Costume Specific Bonus was marked as the answer   
    item_attribute.cpp:
    ClientManagerBoot.cpp:
    Search for: 2x
    Add below: 2x
     
    Search for: 2x
    Add below: 2x
     
    Search for: 2x
    Add below: 2x
    length.h:
    Search for: 
    Add below:
    in Player.item_attr: add new field and configure as desired;
    #not tested
  2. MORTE's post in Moonlight Event was marked as the answer   
    local s = number(1, 100) if s <=50 then -- 50% chance Just change
  3. MORTE's post in Bonus page auto-update on item change was marked as the answer   
    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()  
×
×
  • 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.