Jump to content
  • 0

[Bug]Waitingroom (Arsinoe World)


Hiko.EP

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/29/12
  • Last Seen:  

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

EP7_combatFinal::OnBGJoin

check your script here.  the OnBGJoin event label.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/29/12
  • Last Seen:  

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;
	}
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

check your script workflow ....

 

example :variable. ... 

if( $@ep7finalcombat == 0 )

etc

 

 

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/29/12
  • Last Seen:  

i've that:

	// BG Variables
	set $@ep7finalcombat, 1;

but..I does not understand

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/29/12
  • Last Seen:  

bump

Link to comment
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
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...