Jump to content

yarka0000

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by yarka0000

  1. On 04.04.2016 at 11:46 PM, bluedrago said:

    option 1

    you dont have in the final of quest 85 this

                set_quest_state("collect_quest_lv90", "run")
                set_state(__complete)
            end
        end

        state __complete begin
        end
    end
     

    option 2

    check table player-quest

    if this table save state of quest.

     

    they were just example. the quests restart random.

  2. M2 Download Center

    This is the hidden content, please
    ( Internal )

     

    quest clean_inventory begin
    	state start begin
    		when 9005.chat."Empty your inventory" begin
    		say_title(mob_name(npc.get_race()))
    		say("Inventory which you choose will be empty.")
    		say("Pay attention when you make your choice.")
    		say_reward("Choose the inventory which you want to empty.")
    		local s = select("Inventory - I","Inventory - II","Remove all items","Cancel")
    			if s == 1 then
    			say("Do you really want to empty Inventory I?")
    				if select("Yes","No") == 2 then
    				return
    				end
    			clean_inventory.empty(0,44)
    			elseif s == 2 then
    			say("Do you really want to empty Inventory II?")
    				if select("Yes","No") == 2 then
    				return
    				end
    			clean_inventory.empty(45,89)
    			elseif s == 3 then
    			say("Do you really want to remove all items except")
    			say("equipments?")
    				if select("Yes","No") == 2 then
    				return
    				end
    			clean_inventory.empty(0,89)
    			else
    			return
    			end
    		end
    
    		function empty(a,b)
    			for i=a, b do
    			item.select_cell(i)
    			item.remove()
    			end
    		end
    	end
    end

     

    • Metin2 Dev 6
    • kekw 1
    • Good 5
    • Love 14
  3. this difs dont work on my game file. ca you help me?

    no exp when read skill books

    This difference file was created by IDA Pro
    
    
    game_r34083
    000ABBC1: 0B 4B
    000ABBC2: B0 AF

    stun bug ix

     

    This difference file is created by The Interactive Disassembler 
    
    game_actual 
    000692DE: 5A 64

     

    second thing is that i want to prevent attack to private shops? is there any dif on 34k?

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