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
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