Jump to content

Recommended Posts

Posted

It's my script ^^

 

//danzasBD

//////////////////////////// SBUFFS  ///////////////////////////////////////////////////////////



DEFINE_GLOBAL INT USE_DANCE_Dance_of_Fire 1



DEFINE_GLOBAL INT USE_DANCE_Dance_of_the_Warrior 1



DEFINE_GLOBAL INT USE_DANCE_Dance_of_the_Vampire 1



DEFINE_GLOBAL INT USE_DANCE_Dance_ofof_Fury 1



//////////////////////////// TIME SETTINGS ////////////////////////////////////////////////////////////////////////////////







DEFINE_GLOBAL INT TIME_REBUFF_DELAY 120000 // 120 [s]



DEFINE_GLOBAL INT TIME_SKILL_CAST_DELAY 5000 // 5[s] ( how long U cast a skill?



///////////////////////////////////////////////////////////////////////



DEFINE_GLOBAL INT DANCE_1 274   //   Dance of Fire



DEFINE_GLOBAL INT DANCE_2 271   //   Dance of the Warrior



DEFINE_GLOBAL INT DANCE_3 310   //   Dance of the Vampire



DEFINE_GLOBAL INT DANCE_4 275   //   Dance of Fury



DEFINE_GLOBAL INT TIME_LEFT_1_TMP 0

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////////



THREAD FULL_BUFF_LOOP



/////////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////



CALL BUFF



DELAY "<&TIME_SKILL_CAST_DELAY&>"



DELAY "<&TIME_SKILL_CAST_DELAY&>"



RETURN VOID



/////////////////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////////////////

FUNCTION FULL_BUFF_LOOP

DO

SLEEP 60000

TIME_LEFT_1_TMP = TIME_LEFT_1_TMP + #i60000

IF TIME_LEFT_1_TMP >= TIME_REBUFF_DELAY

CALL BUFF

TIME_LEFT_1_TMP = TIME_SKILL_CAST_DELAY * #i6

ENDIF

LOOP TRUE == TRUE

RETURN VOID
/////////////////////////////////////////////////////////////////////////////////////////



FUNCTION BUFF



USE_SKILL "<&DANCE_1&>" 0 0



DELAY "<&TIME_SKILL_CAST_DELAY&>"



USE_SKILL "<&DANCE_2&>" 0 0



DELAY "<&TIME_SKILL_CAST_DELAY&>"



USE_SKILL "<&DANCE_3&>" 0 0



DELAY "<&TIME_SKILL_CAST_DELAY&>"



USE_SKILL "<&DANCE_4&>" 0 0



PRINT_TEXT "#I'm finish!"



RETURN VOID

  • 2 weeks later...

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..