Gimli Oakenshield L'ignorant en Hardware
Nombre de messages : 783 Localisation : Près de mon ordi ! Date d'inscription : 15/12/2005
| Sujet: Changement Jeu 22 Déc - 20:14 | |
| Bon, là tu picuse alors je vais pas te déranger plus que je l'ai fait aujourd'hui ... Il faudrais juste que tu remplace le script "frere_adams_go" Par celui là, tu l'enregistre sous le même nom, C'est très important ... - Code:
-
void main() { object oGred = GetObjectByTag("Greddert"); object oGrad = GetObjectByTag("Graddort"); object oWayPorte = GetWaypointByTag("WP_PORTE_ADAMS"); object oWayGred = GetWaypointByTag("ARRIVEE_GRED"); object oWayGrad = GetWaypointByTag("ARRIVEE_GRAD"); object oArbreGred = GetObjectByTag("ARBRE1"); object oArbreGrad = GetObjectByTag("ARBRE2"); int iAnim = ANIMATION_LOOPING_GET_MID; float fTime = 4.5; string sTag = "BUCHERON_AELOR"; location lWayPorte = GetLocation(oWayPorte); location lWayGred = GetLocation(oWayGrad); location lWayGrad = GetLocation(oWayGrad);
DelayCommand(1.0,AssignCommand(oGred,ActionForceMoveToLocation(lWayPorte))); DelayCommand(1.0,AssignCommand(oGrad,ActionForceMoveToLocation(lWayPorte))); DelayCommand(fTime,AssignCommand(oGred,ActionPlayAnimation(iAnim,1.0,1.0))); DelayCommand(fTime,ActionOpenDoor(GetObjectByTag(sTag))); DelayCommand(fTime+0.5,AssignCommand(oGred,JumpToLocation(lWayGred))); DelayCommand(fTime+0.5,AssignCommand(oGrad,JumpToLocation(lWayGrad))); DelayCommand(fTime+0.5,SetLocalInt(GetModule(),"frere_fini",TRUE)); DelayCommand(fTime+1.5,AssignCommand(oGred,ActionAttack(oArbreGred))); DelayCommand(fTime+1.5,AssignCommand(oGrad,ActionAttack(oArbreGrad))); } | |
|
Ba'elzaden Maitre d'Aelor
Nombre de messages : 909 Date d'inscription : 15/12/2005
| Sujet: Re: Changement Jeu 22 Déc - 23:05 | |
| je n'ai toujours pas de frere_adams_go. j'ai une série de quete_buche mais pas le script que tu veux. | |
|
Gimli Oakenshield L'ignorant en Hardware
Nombre de messages : 783 Localisation : Près de mon ordi ! Date d'inscription : 15/12/2005
| Sujet: Re: Changement Ven 23 Déc - 0:42 | |
| Il aurait dû être dans l'importation ... Donc, si tu l'a pas, tu l'enregistre sous le nom "frere_adams_go" | |
|