¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

No importa de donde vengas, lo importante es que gracias a ti, ¡podremos mejorar!

Navegación
Navegación
PortalForoPerfilNormas
BuscarAfíliateAfíliate
Navegación

Votación en Hispatop.com
Canal Youtube
Facebook

    Problemas con los scripts V388

    avatar
    anhakonda

    Problemas con los scripts V388 Uno10


    Licencia : No
    Servidor : ancestral
    Mensajes1
    Adena14247
    Karma0
    Fecha de inscripción : 27/04/2011

    Problemas con los scripts V388 Empty Problemas con los scripts V388

    Mensaje por anhakonda Miér Abr 27, 2011 3:12 am

    Buenas gente este es mi primer tema, tengo un problema con el script, yo ya utilizaba el l2net desde "gracia" yo tengo los scripts que utilizaba en ese entonces, lo que hacen mis scripts es por ejemplo tengo mi dancer, le doy party con mi main y desde el canal de party del main escribo por ejemplo "Dm" que seria danzas mago, entonces el script ejecuta los skills que ya estan escritos, muy bien esto siempre me funciono, ahora estoy jugando una version freya, ya tengo la v388 del l2net y todo el data pack los mapas todo, ahora cuando le ordeno que ejecute "dm" me tira un error "[ERROR: SCRIPT ERROR : THREAD[3] LINE[3] : Event Error... possible wrong file or function name?" muy bien por favor alguien podria ayudarme? este es el script

    FUNCTION t
    DEFINE INT enr_id 0
    ITEM_GET_ID enr_id Enria
    DEFINE STRING Nix "<&SenderName&>"
    DEFINE STRING IA_MESSAGE "tunin"
    DEFINE STRING IB_MESSAGE "bd"
    DEFINE STRING IC_MESSAGE "od"
    DEFINE STRING ID_MESSAGE "dw"
    DEFINE STRING IE_MESSAGE "dm"
    DEFINE STRING IF_MESSAGE "shadow"
    DEFINE STRING IG_MESSAGE "sientate"
    DEFINE STRING IH_MESSAGE "follow"
    DEFINE STRING IJ_MESSAGE "para"
    DEFINE STRING IK_MESSAGE "fuera"

    IF MESSAGETYPE == CHANNEL_PARTY
    SWITCH MESSAGE
    CASE IA_MESSAGE
    SLEEP 100
    USE_SKILL 273 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    USE_SKILL 276 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    USE_SKILL 365 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    BREAK 1

    CASE IB_MESSAGE
    SAY_TEXT 3 "bd1"
    SLEEP 100
    BREAK 1

    CASE IC_MESSAGE
    SLEEP 100
    USE_SKILL 272 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    USE_SKILL 310 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    USE_SKILL 311 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    USE_SKILL 365 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    BREAK 1

    CASE ID_MESSAGE
    USE_SKILL 271 "<&TRUE&>" "<&FALSE&>"
    SLEEP 3000
    USE_SKILL 274 "<&TRUE&>" "<&FALSE&>"
    SLEEP 3000
    USE_SKILL 310 "<&TRUE&>" "<&FALSE&>"
    SLEEP 3000
    USE_SKILL 275 "<&TRUE&>" "<&FALSE&>"
    SLEEP 3000
    BREAK 1

    CASE IE_MESSAGE
    SLEEP 100
    USE_SKILL 273 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    USE_SKILL 276 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    USE_SKILL 365 "<&TRUE&>" "<&FALSE&>"
    SLEEP 2000
    BREAK 1

    CASE IF_MESSAGE
    USE_SKILL 366 "<&TRUE&>" "<&FALSE&>"
    SLEEP 400
    BREAK 1

    CASE IG_MESSAGE
    COMMAND "/sit"
    SLEEP 400
    BREAK 1

    CASE IH_MESSAGE
    COMMAND "/target <&SenderName&>"
    BOTSET ACTIVEFOLLOW_ON "<&TRUE&>"
    SLEEP 400
    BREAK 1

    CASE IJ_MESSAGE
    BOTSET ACTIVEFOLLOW_ON "<&FALSE&>"
    SLEEP 400
    BREAK 1

    CASE IK_MESSAGE
    SLEEP 100
    COMMAND "/leave"
    SLEEP 400
    BREAK 1

    PRINT_TEXT <&enr_id&>

    ENDSWITCH
    ENDIF

    RETURN VOID

      Fecha y hora actual: Vie Abr 26, 2024 5:37 pm