Jump to content

nagz06

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by nagz06

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

×
×
  • Create New...