Jump to content

BryanFury

Members
  • Posts

    3
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

About BryanFury

Profile Information

  • Gender
    Not Telling

BryanFury's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. 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
  2. the link don't work :/ or if load the page it's not full loaded...i will try again
  3. 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
×
×
  • Create New...