ruben32 Posted December 7, 2010 Posted December 7, 2010 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 Quote
emir0n Posted December 7, 2010 Posted December 7, 2010 the 70% empty lines of the script dont make it cooler or work better ... but its maybe just me Quote
ruben32 Posted December 9, 2010 Author Posted December 9, 2010 this script work very good, im use more... I don't know more about make scripts Quote
dani3l Posted December 13, 2010 Posted December 13, 2010 try with SMART_USE_SKILL ,you won't need SLEEP's after skills Quote
albert95 Posted December 13, 2010 Posted December 13, 2010 Yes it works good :D very nice script Quote
ruben32 Posted December 17, 2010 Author Posted December 17, 2010 It's easy make a script like this. I'm post other day a script to autbuff WC. Quote
Nt3Li$1_MB™ Posted December 17, 2010 Posted December 17, 2010 Nice for niewbies.....Its very good! Quote
Recommended Posts
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.