Jump to content

likeabeast

Inactive Member
  • Posts

    100
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by likeabeast

  1. I modified with the good sizes from first (i'm not that noob) , i searched in uiminimap.py and i didn't saw anything wrong , that's wierd...
     

    class MiniMap(ui.ScriptWindow):
    
    	CANNOT_SEE_INFO_MAP_DICT = {
    		"metin2_map_monkeydungeon" : FALSE,
    		"metin2_map_monkeydungeon_02" : FALSE,
    		"metin2_map_monkeydungeon_03" : FALSE,
    		"metin2_map_devilsCatacomb" : FALSE,
    	}

    The only time he says anything about a map.
    Could be binary? or src?

  2. Hello devs,

    After i installed Destroy item (Dropdialog) source , client , and i uploaded the quest to server , then got this problem:
    k9WgchU.png

    Kfif8Nq.png

    After i hit OK, nothing happens (without quest the window doesn't appear)


    Here is the quest:
     

    quest stergeitem begin
    	state start begin
    		function ItemZerstoeren(slot, vnum)
    			chat("Item-ul a fost distrus cu success.")
    			item.select_cell(slot)
    			item.remove_stack()
    		end
    		when letter begin
    			cmdchat("ITEMZER QID|"..q.getcurrentquestindex())
    		end
    		
    		when button or info begin
    			cmdchat("getinputbegin")
    			local cmd = split(input(cmdchat("ITEMZER SELECT|")), "|")
    			cmdchat("getinputend")
    			
    			if cmd[1] == "DELETE" then
    				itemmuell.ItemZerstoeren(tonumber(cmd[2]), tonumber(cmd[3]))
    			end
    		end
    	end
    end

     

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