Jump to content
  • 0

Mob vs Mob and dont attack other player


Question

14 answers to this question

Recommended Posts

  • 0
Posted

There's a certain mode in the spawn files you can use...

I'm just not sure which number it was... 8 or 16?

prontera,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,8

prontera,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,16

Like this, one of the two. I haven't used it for over 5 years, so I'm not sure if this still works, though.

  • 0
Posted

Yes, it is!

 

A monster who attacks another monster, but not attacking players? Or...?

 

 

Hm... Playtester, i dont found anything about "mode" in Script Commands manual.
I'll try this two and post a review.

There's a certain mode in the spawn files you can use...
I'm just not sure which number it was... 8 or 16?

prontera,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,8
prontera,0,0,0,0 monster Wild Rose 1261,1,7200000,3600000,16

Like this, one of the two. I haven't used it for over 5 years, so I'm not sure if this still works, though.

 
  • 0
Posted

There is an optionnal param for ai in rathena

<map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

Try with ai = 1 (like a slave - without master)

 

<ai> can be:
    0 = none (default)
    1 = attack/friendly

  • 0
Posted

 

There is an optionnal param for ai in rathena

<map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

Try with ai = 1 (like a slave - without master)

 

<ai> can be:

    0 = none (default)

    1 = attack/friendly

 

 

its working. very funny hahahahahaha the mobs attack each other hahaha

  • 0
Posted (edited)

 

There is an optionnal param for ai in rathena

<map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>}

Try with ai = 1 (like a slave - without master)

 

<ai> can be:

    0 = none (default)

    1 = attack/friendly

 

 

Yeah it works.

but when i set to poring why won't attack each other?

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1{,1,0}
1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1{,2,1}
1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1{,3,1}
Edited by Azeroth
  • 0
Posted

You did typo mistake.

 

The quote means optionnal parameter, don't add them.

The size should be :

<size> can be:
	0 = medium (default)
	1 = small
	2 = big

and finally 2 friendly monsters don't attack each other but they attack the others (and they must be aggressive).

 

In your sample it should be something like that

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,0,0
1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,1,1
1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,2,1
  • Upvote 1
  • 0
Posted

 

You did typo mistake.

 

The quote means optionnal parameter, don't add them.

The size should be :

<size> can be:
	0 = medium (default)
	1 = small
	2 = big

and finally 2 friendly monsters don't attack each other but they attack the others (and they must be aggressive).

 

In your sample it should be something like that

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,0,0
1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,1,1
1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,2,1

I guess only aggressive monster will work isn't it?

 

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,0,0

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,1,1

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,2,1

i've try this PORING but sadly, won't attack each other.

  • 0
Posted

 

 

You did typo mistake.

 

The quote means optionnal parameter, don't add them.

The size should be :

<size> can be:
	0 = medium (default)
	1 = small
	2 = big

and finally 2 friendly monsters don't attack each other but they attack the others (and they must be aggressive).

 

In your sample it should be something like that

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,0,0
1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,1,1
1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,2,1

I guess only aggressive monster will work isn't it?

 

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,0,0

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,1,1

1@prt_are01,0,0,0,0    monster    Poring    1002,100,1,1,1,2,1

i've try this PORING but sadly, won't attack each other.

 

 

because poring is a passive monster, try with a agressive monster like the ZOMBIE (ID 1015)

  • 0
Posted

You can try the other ai, I forgot how it works with monster. Maybe there is one fit for you and poring

 

<ai> can be:
    0 = none (default)
    1 = attack/friendly
    2 = sphere (Alchemist skill)
    3 = flora (Alchemist skill)
    4 = zanzou (Kagerou/Oboro skill)
    5 = legion (Sera skill)
    6 = faw (Mechanic skill)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...