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!!!!

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


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock