Jump to content

[ Dead Download Link ] [QUEST] ITEM EXCHANGE [ We Need You ]


Exygo

Recommended Posts

  • Bronze

Description:

Drag and item(E.G: 27992) on NPC(9003) and receive another item

Features

  • You can add items easy
  • It's a short quest
  • It shows what you receive

 

Ingame preview:

 

afff9376d9954837abd67811f8ac5daf.png

Download:

This is the hidden content, please

Scan result(URL): VirusTotal

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 8
  • Good 5
  • Love 2
Link to comment
Share on other sites

  • Bronze
15 minutes ago, VegaS said:

Why this? Or you let him to put what name want for this? 

:huh:


function say_npc_name()
	local npc_talk = mob_name(npc.get_race());
	say_title(string.format("%s:", npc_talk))
end

I was 100% sure that you are gonna respond ...

 

They don't have this:

 

	function say_npc(e1)
    local race = 101
	    if npc.get_race() then
        race = npc.get_race()
    end
	    if e1 != nil then
        e1 = string.format(" - %s",e1)
        say_title(string.format("%s%s",mob_name(race),e1))
    else
        say_title(string.format("%s",mob_name(race)))
    end
end
	

And they are not so smart like you are, and yes i let them to put what name do they want, this is a simple quest.

 

Link to comment
Share on other sites

  • 2 years later...

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.