Jump to content
  • 0

Full/Advance Adrenaline Rush Scroll Script Request!


nagz06

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  03/29/17
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   3
  • Joined:  10/11/13
  • Last Seen:  

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 :P

Edited by wonderman
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  03/29/17
  • Last Seen:  

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 :P

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   3
  • Joined:  10/11/13
  • Last Seen:  

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; }

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  03/29/17
  • Last Seen:  

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...