Jump to content

Recommended Posts

  • Active+ Member

Hi guys,

how can I do this? When I kill some boss next boss will be spawn (only one no more and with spawn effect). Table summon i DB summoning more monsters than 1 and i don't want this. I want spawn only one.

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/11779-spawn-mob/
Share on other sites

On 16/5/2016 at 3:46 PM, ReFresh said:

Hi guys,

how can I do this? When I kill some boss next boss will be spawn (only one no more and with spawn effect). Table summon i DB summoning more monsters than 1 and i don't want this. I want spawn only one.

Spoiler

quest bosskill begin
    state start begin
        when mobid.kill begin
            mob.spawn(101,pc.get_local_x(),pc.get_local_y(),1)
            syschat("mobspawn")
        end
    end
end

try this

Untitled.png

Link to comment
https://metin2.dev/topic/11779-spawn-mob/#findComment-68778
Share on other sites

  • Active+ Member
3 hours ago, Law™ said:
  Hide contents

quest bosskill begin
    state start begin
        when mobid.kill begin
            mob.spawn(101,pc.get_local_x(),pc.get_local_y(),1)
            syschat("mobspawn")
        end
    end
end

try this

Yes it works, but this is without spawn effect :( I want the same thing but with spawn effect.

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/11779-spawn-mob/#findComment-68796
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.