Jump to content

Soul1992

Members
  • Content Count

    29
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Soul1992 got a reaction from eKoh in I want to make a command @bghappy 20 <- 20% bonus   
    - script bghappy_1 -1,{ OnInit:bindatcmd "bghappy",strnpcinfo(3)+"::OnBghappy", 40,99; end; OnBghappy:if (@bghappy) {set @bghappy, 0;setbattleflag "bg_reward_rates",100; // Normal Ratessetbattleflag "bg_ranked_mode",0; dispbottom "Battlegrounds +20% mode is OFF.";end;} else {set @bghappy, 1;setbattleflag "bg_reward_rates",120; // +20% Reward Ratessetbattleflag "bg_ranked_mode",1;dispbottom "Battlegrounds +20% mode is ON.";end;}}
  2. Upvote
    Soul1992 got a reaction from mrlongshen in Onequip   
    if(readparam(bStr)>=245){ bonus bStr,10; bonus bDex,10; bonus bAgi,10; bonus2 bAddClass,Class_All,5;} },{},{} if(readparam(bVit)>=245){ bonus bVit,10; bonus bLuk,10; bonus bDex,10; bonus bMaxHPrate,5;} },{},{} if(readparam(bInt)>=245){ bonus bInt,10; bonus bDex,10; bonus bAgi,10; bonus bMatkRate,5;} },{},{} if(readparam(bDex)>=245){ bonus bLuk,10; bonus bDex,10; bonus bAgi,10; bonus bLongAtkRate,5;} },{},{}
  3. Upvote
    Soul1992 reacted to loong in [showcase]the first lot of 2015   
    Happy new year~everybody~
     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.