nagz06 Posted April 8, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 03/29/17 Last Seen: April 14, 2017 Share Posted April 8, 2017 Hello guys! Just a newbie here! Anyone there who could give me a script for Full/Advance Adrenaline Rush Scroll? Very much appreciated! Quote Link to comment Share on other sites More sharing options...
0 wonderman Posted April 8, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 21 Reputation: 4 Joined: 10/11/13 Last Seen: March 21, 2019 Share Posted April 8, 2017 (edited) 3 hours ago, nagz06 said: Hello guys! Just a newbie here! Anyone there who could give me a script for Full/Advance Adrenaline Rush Scroll? Very much appreciated! set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==W_1HAXE||.@type==W_2HAXE||.@type==W_MACE) { skilleffect "BS_ADRENALINE",0; sc_start SC_ADRENALINE,150000,5; } try this for item script prontera,150,150,5 script Adrenaline Rush 717,{ set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==W_1HAXE||.@type==W_2HAXE||.@type==W_MACE) { skilleffect "BS_ADRENALINE",0; sc_start SC_ADRENALINE,150000,5; } } and this, for npc script Edited April 8, 2017 by wonderman Quote Link to comment Share on other sites More sharing options...
0 nagz06 Posted April 9, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 03/29/17 Last Seen: April 14, 2017 Author Share Posted April 9, 2017 23 hours ago, wonderman said: set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==W_1HAXE||.@type==W_2HAXE||.@type==W_MACE) { skilleffect "BS_ADRENALINE",0; sc_start SC_ADRENALINE,150000,5; } try this for item script prontera,150,150,5 script Adrenaline Rush 717,{ set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==W_1HAXE||.@type==W_2HAXE||.@type==W_MACE) { skilleffect "BS_ADRENALINE",0; sc_start SC_ADRENALINE,150000,5; } } and this, for npc script I guess this is for a normal Adrenaline Rush, What I need is "Full Adrenaline Rush" the one that the blacksmith have when soul linked. Thanks Anyway Quote Link to comment Share on other sites More sharing options...
0 wonderman Posted April 9, 2017 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 21 Reputation: 4 Joined: 10/11/13 Last Seen: March 21, 2019 Share Posted April 9, 2017 10 minutes ago, nagz06 said: I guess this is for a normal Adrenaline Rush, What I need is "Full Adrenaline Rush" the one that the blacksmith have when soul linked. Thanks Anyway //For NPC prontera,150,150,5 script Adrenaline Rush 717,{ set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==W_1HAXE||.@type==W_2HAXE||.@type==W_MACE) { //sc_start SL_BLACKSMITH,360000,5; //Blacksmith Spirit sc_start SC_ADRENALINE2,600000,1; //Full Adrenaline Rush } } //For Item Script set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==W_1HAXE||.@type==W_2HAXE||.@type==W_MACE) { sc_start SC_ADRENALINE2,600000,1; } Quote Link to comment Share on other sites More sharing options...
0 nagz06 Posted April 9, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 03/29/17 Last Seen: April 14, 2017 Author Share Posted April 9, 2017 it doesnt work bec of this line "set .@type,getiteminfo(getequipid(EQI_HAND_R),11); if (.@type==W_1HAXE||.@type==W_2HAXE||.@type==W_MACE)" still for use of 1hand axe 2 hand and mace. unlike for full adre, any weapon will do Quote Link to comment Share on other sites More sharing options...
Question
nagz06
Hello guys! Just a newbie here! Anyone there who could give me a script for Full/Advance Adrenaline Rush Scroll? Very much appreciated!
Link to comment
Share on other sites
4 answers to this question
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.