Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Hiko.EP

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    france

Recent Profile Visitors

1956 profile views

Hiko.EP's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I try to contact him but without answer ...
  2. i've that: // BG Variables set $@ep7finalcombat, 1; but..I does not understand
  3. 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; }
  4. 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...
×
×
  • Create New...