Jump to content

[Script Help] L2.Net v361


Recommended Posts

Hi guys, i need your help for do a thing. I was using since some weeks ago the old L2.Net 231b version for Interlude.

 

Now i have changed it to Hellbound. I was using a script for make the Warcryer auto use some skills by PM

 

the script was that:

 

 

//Script created by BryanFury.
//Vers. 1.05

SET_EVENT "<&SCRIPTEVENT_CHAT&>" Scripts\ScriptWC.l2s fBot

    SLEEP 999999999
    PRINT_TEXT "End Script"
END_SCRIPT

//Start
    FUNCTION fBot
//Definitions
    DEFINE STRING CHANT_GATE "gate"
    DEFINE STRING MASTERS "List of chars"
   
//Switch
//****************************************************************************
//Party Chat Section
IF MESSAGETYPE == CHANNEL_PRIVATE
    IF MASTERS CONTAINS SENDERNAME
        SWITCH MESSAGE
            CASE CHANT_GATE
                 SAY_TEXT "<&CHANNEL_PARTY&>" "Input: Received Request From <&SENDERNAME&>"
                SLEEP 1000
                COMMAND "/skill 1002"        // Calling Chant Of Flame skill.
                SLEEP 4000
                 SAY_TEXT "<&CHANNEL_PARTY&>" "Now Verifying Authorizations. Please Wait"
                SLEEP 4000
                SAY_TEXT "<&CHANNEL_PARTY&>" "<&SENDERNAME&> Identified. Activating Gate. Standby."
                SLEEP 500
                COMMAND "/skill 1429"        // Calling Chant Gate skill.
                SLEEP 8000
                SAY_TEXT "<&CHANNEL_PARTY&>" "[Warning] TekkenGate Energy Low, Please Wait Until Reload...[script By BryanFury]"
                SLEEP 9000
                COMMAND "/leave"        // Auto Leave skill.
                BREAK 1
        ENDSWITCH
    ENDIF
ENDIF
//****************************************************************************
RETURN VOID

 

But with the new version the script seems to don't work, don't start at all.

 

Can someone help me remake it for that version of L2.Net? i really need your help if someone can, i was using the last 2 days trying to remake it working, but nothing to do :/

 

Tnx in advice. I hope someone can help me up

Link to comment
Share on other sites

i have use the program that was there, but after i was doing the command on the cmd consolle nothing is changed apparently on the file... and don't work. Also because the version is not the right one, since it is for convert files from 357 up to 358 and My script is a 231b version and the actually L2.Net version is 361 where i need to make the script work

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...