Jump to content
OverLord

Advanced Mob Control

Recommended Posts

I dont see commands for this, but i like make a intelligent raid map, when boss move and uses skills in a correct order, remembering Final Fantasy XIV and WoW Raids Boss.
Have any advanced control system to control mobs to walk and uses skill in timer ?

Share this post


Link to post
Share on other sites

(Estou vendo que você é BR, então vou falar português mesmo. Hahah)

Cria um mob usando comandos de controle de unidade. Vou te dar algumas ideias:

 

Criando a unidade:

 			.mob[0] = monster ("payon", 159,222, "[DG] Poporing", 1031, 1);
			setunitdata .mob[0],UDT_LEVEL,12;
			setunitdata .mob[0],UDT_MAXHP,50000;
			setunitdata .mob[0],UDT_HP,50000;

Essa é a unidade .mob[0]  ↑ ↑ ↑

Para fazê-lá andar você usa o comando:  *unitwalk(<GID>, <x>, <y>)

exemplo:

unitwalk(.mob[0], 150, 222;

 

Então vc pocura os comandos relacionados a unit  em  conf/script_commands.txt

 

Para as skills você pode usar o comando areamobuseskill

Edited by luizragna

Share this post


Link to post
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.