Jump to content
  • 0

Queen Ant And Patrol Gdd Does Not Go!?


Question

7 answers to this question

Recommended Posts

  • 0
Posted (edited)

I learned that in last update AdvExt fix it all! Can anyone share a folder Scripts AdvExt. 
Guys ask you to share with me, I urgently need is not free
The problem is not in the geodata, and in the code AI, HELP,HELP,HELP.
 
NASC:

class queen_ant : ai_boss01_queen_ant
{
handler:
	EventHandler ATTACKED(attacker)
	{
		if( attacker.level > ( myself.sm.level + 8 ) )
		{
			myself->AddUseSkillDesire(attacker,1155841,0,1,1000000);
			myself->RemoveAttackDesire(attacker.id);
		}
		if( myself->InMyTerritory(myself.sm) == 0 || myself->InMyTerritory(attacker) == 0 )
		{
			myself->InstantTeleport(myself.sm,-21610,181594,-5720);
			RemoveAllAttackDesire();
		}
		super;
	}
	


	EventHandler SEE_SPELL(speller)
	{
		if( speller.level > ( myself.sm.level + 8 ) )
		{
			myself->AddUseSkillDesire(speller,1079041,0,1,1000000);
			return;
		}
		super;
	}

}

Help make

 

myself::AddUseSkillDesire( attacker, @skill_name,
@ST_ATTACK, @AMT_MOVE_TO_TARGET,
@MAX_TIMER_ID );
Edited by nodead1
  • 0
Posted

stop spamming when you can't speak any english - or somehow express your problem.

(Which lies in the masterclass - not the child class you posted).

 

Go ask AdvExt for help - that's what you pay them for ;)

  • 0
Posted

stop spamming when you can't speak any english - or somehow express your problem.

(Which lies in the masterclass - not the child class you posted).

 

Go ask AdvExt for help - that's what you pay them for ;)

Relax dude!!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.



×
×
  • Create New...