1. Questo sito utilizza i cookies. Continuando a navigare tra queste pagine acconsenti implicitamente all'uso dei cookies. Scopri di più.

problema con la creazione eventi

Discussione in 'Mod e Patch' iniziata da The best, 2 Settembre 2010.

  1. The best

    The best

    Registrato:
    24 Ottobre 2008
    Messaggi:
    425
    Località:
    Como
    Ratings:
    +0
    raga ho provato a fare questo evento con l'aiuto di alexio277 ma nn riesco a farlo partire.
    ve lo posto qua sotto x dirmi eventuali errori.
    grazie in anticipo a ki mi risponderà

    ############################
    #Hitler Dead
    ############################

    event = {
    id = 892
    random = no
    country = GER
    trigger = {
    atwar = no
    random = 55 # 55% chance every month
    exists = GER
    #
    #

    }
    }
    name = "hitler muore''
    desc = "bla bla bla''
    style = 0
    picture = "Dead Hitler"

    date = { day = 1 month = october year= 1942}
    offset = 2
    deathdate = { day = 30 month = december year = 1945 }

    action_a = {type = 6001
    name = "hitler è morto !"
     
  2. Dark_Angel_Of_Sin

    Dark_Angel_Of_Sin

    Registrato:
    14 Novembre 2006
    Messaggi:
    2.339
    Ratings:
    +30
    event = {
    id = 892
    random = no
    country = GER

    trigger = {
    atwar = no
    random = 55 # 55% chance every month
    exists = GER
    }

    name = "hitler muore''
    desc = "bla bla bla''
    style = 0
    picture = "Dead Hitler"

    date = { day = 1 month = october year= 1942}
    offset = 2
    deathdate = { day = 30 month = december year = 1945 }

    action_a = {
    name = "ACTIONNAME892A"
    command = { type = sleepminister which = 6001 } #è giusto l'ID ?!?
    }

    }

    così dovrebbe andare
     
  3. The best

    The best

    Registrato:
    24 Ottobre 2008
    Messaggi:
    425
    Località:
    Como
    Ratings:
    +0
    ma dove c'è scritto è giusto l'id lo devo lasciare così.
    se è si nn mi va ancora.
    faccio F12 scrivo event 892 ma nn va.:wall:
     
  4. Dark_Angel_Of_Sin

    Dark_Angel_Of_Sin

    Registrato:
    14 Novembre 2006
    Messaggi:
    2.339
    Ratings:
    +30
    molto strano.. stasera lo provo anche io e vedo

    saluti
    DAoS
     
  5. The best

    The best

    Registrato:
    24 Ottobre 2008
    Messaggi:
    425
    Località:
    Como
    Ratings:
    +0
    ok,prova anche te xchè adesso lo sta provando alessio
     
  6. Dark_Angel_Of_Sin

    Dark_Angel_Of_Sin

    Registrato:
    14 Novembre 2006
    Messaggi:
    2.339
    Ratings:
    +30
    cambia l'ID dell'evento, io ho messo 999900 e funziona; tra l'altro l'ID del ministro è sbagliato, 6001 è Franklin Delano Roosvelt..
    quindi:

    event = {
    id = 999900
    random = no
    country = GER

    trigger = {
    atwar = no
    random = 55 # 55% chance every month
    exists = GER
    }
    name = "hitler muore"
    desc = "bla bla bla"
    style = 0
    picture = "Dead Hitler"

    date = { day = 1 month = october year= 1942}
    offset = 30
    deathdate = { day = 30 month = december year = 1945 }

    action_a = {
    name = "ACTIONNAME892A"
    command = { type = sleepminister which = 1 }
    command = { type = sleepminister which = 41 }
    command = { type = sleepminister which = 177 }
    }

    }

    saluti
    DAoS
     
  7. The best

    The best

    Registrato:
    24 Ottobre 2008
    Messaggi:
    425
    Località:
    Como
    Ratings:
    +0
    ho cancellato quello vecchio e ho fatto copia incolla questa qua ke mi hai messo te,ma nn mi funziona,faccio F12 event 999900 e nn fa nnt e tutto come prima:piango:
     

Condividi questa Pagina