Jump to content

Tacticus

Inactive Member
  • Posts

    255
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Tacticus

  1. 0301 19:15:36545 :: Traceback (most recent call last):
     
    0301 19:15:36545 ::   File "game.py", line 1845, in BINARY_Highlight_Item
     
    0301 19:15:36546 :: AttributeError
    0301 19:15:36551 :: : 
    0301 19:15:36551 :: 'NoneType' object has no attribute 'Highligt_Item'
    0301 19:15:36551 :: 
     
    0301 19:15:36551 :: Traceback (most recent call last):
     
    0301 19:15:36551 ::   File "game.py", line 1845, in BINARY_Highlight_Item
     
    0301 19:15:36552 :: AttributeError
    0301 19:15:36552 :: : 
    0301 19:15:36552 :: 'NoneType' object has no attribute 'Highligt_Item'
    0301 19:15:36552 :: 
     
    0301 19:15:36552 :: Traceback (most recent call last):
     
    0301 19:15:36552 ::   File "game.py", line 1845, in BINARY_Highlight_Item
     
    0301 19:15:36552 :: AttributeError
    0301 19:15:36552 :: : 
    0301 19:15:36552 :: 'NoneType' object has no attribute 'Highligt_Item'
    0301 19:15:36552 :: 
     
    0301 19:15:36552 :: Traceback (most recent call last):
     
    0301 19:15:36552 ::   File "game.py", line 1845, in BINARY_Highlight_Item
     
    0301 19:15:36552 :: AttributeError
    0301 19:15:36552 :: : 
    0301 19:15:36552 :: 'NoneType' object has no attribute 'Highligt_Item'
    0301 19:15:36552 :: 
     
    how fix it plz someone?
  2. thx for answer i have this 2x quest in kill folder:

     

    if npc . is_pc ( ) then 
    return 
    end 
    if drop_gamble_with_flag ( "ds_drop" ) then 
    local eye_left = pc . getf ( "dragon_soul" , "eye_left" ) 
    local haved_gemstone_number = pc . count_item ( 30270 ) 
    if eye_left > haved_gemstone_number / 10 then 
    game . drop_item_with_ownership ( 30270 , 1 , 300 ) 
    end 
    end 
     
     
    and this:
     
    if npc . is_pc ( ) then 
    return 
    end 
    if pc . count_item ( 30270 ) < 10 then 
    if drop_gamble_with_flag ( "ds_drop" ) then 
    game . drop_item_with_ownership ( 30270 , 1 , 300 ) 
    end 
    end 
     
    what need edit?
    • Love 1
×
×
  • 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.