Jump to content

Recommended Posts

Posted

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

Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock