Hiko.EP Posted October 20, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 08/29/12 Last Seen: February 5, 2023 Share Posted October 20, 2015 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: and.. Problem with NPC include in waitingroom... Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 20, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 20, 2015 EP7_combatFinal::OnBGJoin check your script here. the OnBGJoin event label. Quote Link to comment Share on other sites More sharing options...
Hiko.EP Posted October 20, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 08/29/12 Last Seen: February 5, 2023 Author Share Posted October 20, 2015 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; } Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 20, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 20, 2015 check your script workflow .... example :variable. ... if( $@ep7finalcombat == 0 ) etc check everything that your script run step by steps... trace the values... Quote Link to comment Share on other sites More sharing options...
Hiko.EP Posted October 20, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 08/29/12 Last Seen: February 5, 2023 Author Share Posted October 20, 2015 i've that: // BG Variables set $@ep7finalcombat, 1; but..I does not understand Quote Link to comment Share on other sites More sharing options...
Hiko.EP Posted October 22, 2015 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 08/29/12 Last Seen: February 5, 2023 Author Share Posted October 22, 2015 bump Quote Link to comment Share on other sites More sharing options...
Question
Hiko.EP
My problem:
script Arsinoe/Configuration.txt...
script Arsinoe/Quests/Quests_Principal.txt...
result:
and..
Problem with NPC include in waitingroom...
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.