Foro español

General feedback and discussion of the game.

Moderator: Forum Moderators

Locked
SoulKiller
Posts: 2
Joined: July 27th, 2009, 1:06 pm

Foro español

Post by SoulKiller »

mmmm el Foro español del wesnoth esta inactivo se podria decir, venga entren y empiecen a postear .... http://bfwesp.logu2.com/forum.htm.
Paco_Jones
Posts: 3
Joined: September 20th, 2018, 6:33 pm

Re: peticion de ayuda

Post by Paco_Jones »

Por lo que parece el foro en español no se mueve mucho, pero mi inglés es mas que limitado así que por probar...

Busco una partida /campaña muy especial. Empieza con 4 personajes que deben buscar un sitio para establecer un pueblo. Luego puede reclutar mas gente. Los campesinos pueden excavar y modificar el terreno.
Tuve que formatear y no recuerdo el nombre.

Un saludo y espero tener suerte.
Larandre
Posts: 1
Joined: March 29th, 2020, 12:41 pm

Re: peticion de ayuda

Post by Larandre »

Paco_Jones wrote: March 27th, 2020, 8:28 pm Por lo que parece el foro en español no se mueve mucho, pero mi inglés es mas que limitado así que por probar...

Busco una partida /campaña muy especial. Empieza con 4 personajes que deben buscar un sitio para establecer un pueblo. Luego puede reclutar mas gente. Los campesinos pueden excavar y modificar el terreno.
Tuve que formatear y no recuerdo el nombre.

Un saludo y espero tener suerte.
Aqui un jugador español :v, intentare ayudarte man xdxd
MAXIMR7
Posts: 11
Joined: April 13th, 2021, 2:32 am

Re: Foro español

Post by MAXIMR7 »

Necesito alguien que hable español y sepa editar campañas y escenarios, estoy tratando de crear un escenario con objetos para agarrar, pero el código que creé para el objeto me da error. lo copio acá:

Code: Select all

[item]
	image="items/storm-trident.png"
	visible_in_fog=yes
	x=51
	y=19
[/item]
    race=merman
    [not]
        [has_attack]
            name="storm trident"
        [/has_attack]
    [/not]
) items/storm-trident.png
_"should $unit.name pick up the trident?"
_"storm trident^take it"
_"storm trident^leave it"
_"$unit.name cannot use this storm trident! let one of the merfolk who can wield it have it." (
    [object]
        name= _ "storm trident"
        image=items/storm-trident.png
        duration=forever
        description= _ "this trident gives merfolk the power to throw lightning at their enemies."
        [effect]
            apply_to=new_attack
            name="storm trident"
            description= _ "storm trident"
            icon=attacks/lightning.png
            type=fire
            range=ranged
            [specials]
                {weapon_special_magical}
            [/specials]
            damage=14
            number=3
        [/effect]

        {lightning_animation "storm trident" 1}
        {lightning_animation "storm trident" 2}
        {lightning_animation "storm trident" 3}
    [/object]
por el momento me esta dando error en {weapon_special_magical} pero si pueden corregirme el código completo se los agradecería mucho
Last edited by WhiteWolf on April 22nd, 2021, 5:12 pm, edited 1 time in total.
Reason: added [code] for readability
User avatar
Pentarctagon
Project Manager
Posts: 5496
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Foro español

Post by Pentarctagon »

Don't post the same question in multiple places - just put the question in different languages in the same post.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
Locked