Jump to content
  • 0

[Bug]Waitingroom (Arsinoe World)


Question

Posted

My problem:
 
script Arsinoe/Configuration.txt...

//Set the number of players required to launch an instance (Quests). [Default: 5]
set $EP7_InstJoueurs,5;

script Arsinoe/Quests/Quests_Principal.txt...

if($EP7_LANGUE == 1) {waitingroom "Casting of Shandalar - Waiting Room",$EP7_InstJoueurs,"EP7_combatFinal::OnBGJoin",1;}

result:

993754screen01.jpg

and..

959199screen02.jpg

 
Problem with NPC include in waitingroom...

5 answers to this question

Recommended Posts

Posted

Thanks for your reponse.

 

i've that:

OnBG:

    if($EP7_LANGUE == 0) {waitingroom "Incantation de Shandalar - Salle d'Attente",$EP7_InstJoueurs,"EP7_combatFinal::OnBGJoin",1;}
    if($EP7_LANGUE == 1) {waitingroom "Casting of Shandalar - Waiting Room",$EP7_InstJoueurs,"EP7_combatFinal::OnBGJoin",1;}
    if($EP7_LANGUE == 2) {waitingroom "Fundición de Shandalar - Sala de Espera",$EP7_InstJoueurs,"EP7_combatFinal::OnBGJoin",1;}
    end;

OnEnterBG:

    
    enablenpc "#arsfild16a";
    end;


}

and...

OnBGJoin:
	if( $@ep7finalcombat == 0 )
		donpcevent "EP7_combatFinal::OnReadyCheck";
	end;

OnReadyCheck:
	if( $@ep7finalcombat )
		end;
	set .@ep7finalcombat, getwaitingroomstate(0,"Benidictus#ep7");
	
	if( .@ep7finalcombat < $EP7_InstJoueurs )
	{
		if($ep7_LangChoice & 1) {mapannounce "ars_fild16","Instance -- Incantation de Shandalar : " + .@ep7finalcombat + "/" + $EP7_InstJoueurs +"",1,0xFF6600;}
		if($ep7_LangChoice & 2) {mapannounce "ars_fild16","Instance -- Casting Shandalar : " + .@ep7finalcombat + "/" + $EP7_InstJoueurs +"",1,0xFF6600;}
		if($ep7_LangChoice & 4) {mapannounce "ars_fild16","Instancia -- Fundición de Shandalar : " + .@ep7finalcombat + "/" + $EP7_InstJoueurs +"",1,0xFF6600;}
		end;
	}
Posted

check your script workflow ....

 

example :variable. ... 

if( $@ep7finalcombat == 0 )

etc

 

 

check everything that your script run step by steps... trace the values...

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