Jump to content

lastone122

Inactive Member
  • Posts

    38
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by lastone122

  1. 2 hours ago, bogdan1809 said:

    Hello! I implemented those two new bonuses, strong against bosses and metin stones but I have a little visual problem. The bonuses work properly I mean I receive those bonuses but are displayed wrong.

     

     

    check uitooltip.py you should have there something like this.

    item.APPLY_ATTBONUS_STONE : localeInfo.TOOLTIP_APPLY_ATTBONUS_STONE,

     

    Check if this matches name of the bonus in source 

    APPLY_ATTBONUS_STONE

    also check in your locale_game.txt if this

    TOOLTIP_APPLY_ATTBONUS_STONE

    matches what you have in uitooltip.py

  2. I am not 100% sure what is going on there but it seems like a very, very, very small amount of money also when it is calculated as korean wons. 1 KRW is 0.000747Euro but probably I am just dumb af because it makes no sense for company as Webzen is, to pay total operating costs only 8Euro............:D

    • Love 1
  3. you are calling function which is not defined in class RefineDialogNew. You need to add function AutoRefine like you have defined in upper class RefineDialog

    the error is in here lines 329,330

                self.checkBox.SetEvent(ui.__mem_func__(self.AutoRefine), "ON_CHECK", True)
                self.checkBox.SetEvent(ui.__mem_func__(self.AutoRefine), "ON_UNCKECK", False)

     

  4. I kinda understand that gf is fighting against p servers. Imagine you develop game sized of metin2 with large community and stable business. You would not be happy if someone came and stole all of your files and made money on it. Even if you were a publisher .

     

    I am not defending them btw. The way they are solving things they made incorrectly in past is soo wrong.

  5. Hello guys im writing a dungeon but im stuck at calling function d.notice.

    In this case the function works 

    		when kill with npc.get_race() == 8129 begin
    
    		notice(legios._notice_dungeon_) -- says 5 sec until teleport
    		        timer("legios_orc_run_timer", 5)
    

    But here when i am lately calling this function it does not appear also i am running test server and it doesnt show me any error. ( tried only notice, didnt work )

    		when legios_orc_run_timer.timer with pc.get_map_index() == 4 begin
    		d.new_jump_all(4, 1378, 66)
    		d.regen_file("data/dungeon/legios_orc_run/legios_first_floor.txt")
    		d.notice(legios._notice_dungeon_first_)


    Can someone explain me how does it work and why it doesnt appear? Regens etc are working properly.

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