Jump to content
  • 0

Spawn mob


ReFresh

Question

6 answers to this question

Recommended Posts

  • 0
  • Bronze
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

  • 0
  • Silver
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Activity

    1. 3

      Once upon a time...

    2. 1183

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

    3. 3

      Once upon a time...

    4. 3

      Once upon a time...

    5. 0

      problem ability

    6. 0

      Transmutation system error "unknow command server"

    7. 39

      Official Transmutation / Change Look

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.