Jump to content

Drag the items into the window.


Recommended Posts

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium

root/constinfo.py

edit

Spoiler

def IS_ACCE_ITEM(itemVnum, abs):
    if itemVnum >= 85001 and itemVnum <= 85003:
        return TRUE
    elif itemVnum >= 85005 and itemVnum <= 85007:
        return TRUE
    
    if abs == 1 and itemVnum == 85004 or abs == 1 and itemVnum == 85008:
        return TRUE
    
    return FALSE

to be like

Spoiler

def IS_ACCE_ITEM(itemVnum, abs):
    if itemVnum >= 85001 and itemVnum <= 85003:
        return TRUE
    elif itemVnum >= 85005 and itemVnum <= 85007:
        return TRUE
    elif itemVnum >= 85011 and itemVnum <= 85014:
        return TRUE
    elif itemVnum >= 85015 and itemVnum <= 85018:
        return TRUE
    
    if abs == 1 and itemVnum == 85004 or abs == 1 and itemVnum == 85008 or abs == 1 and itemVnum == 85014 or abs == 1 and itemVnum == 85018:
        return TRUE
    
    return FALSE

and try to add it now

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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