Jump to content

Recommended Posts

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
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
Share on other sites

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.