Jump to content
  • 0

Can i request for this script ?


Json

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  08/16/12
  • Last Seen:  

[Mage, Gunslinger]
MaxHP+ 20% Flee+ 50
[Lord Knight, Whitesmith]
Add 10% chance of auto casting Lvl 1 Parrying when hit.
[Paladin]
Increase Shield Chain damage by 30%
[Creator]
MaxHP+10%
[sniper]
Reduce received Neutral property damage by 10%
[stalker]
MaxHP+10% Perfect Dodge+ 10
[Acolyte]
Reduce aftercast delay by 10%
[Clown & Dancer]
Deals 25% more damage on Musical Strike
[Assassin Cross]
Flee + 20, Perfect Dodge + 7

I used this script:

{ bonus bAllStats,5; if(BaseClass==Job_Mage||BaseClass==Job_Gunslinger){ bonus bMaxHPrate,20; bonus bFlee,50; } else if(Class==4008||Class==4014||BaseClass==Job_Merchant) {bonus3 bAutoSpellWhenHit,LK_PARRYING,1,100; }else if(Class==4015||Class==4022) {bonus bMaxHPrate,10; }else if(Class==Job_Stalker) {bonus bFlee2,10; bonus bMaxHPrate,10; }else if(BaseClass==Job_Bard||BaseClass==Job_Dancer){ bonus2 bSkillAtk,BA_MUSICALSTRIKE,25; }else if(Class==4013){ bonus bFlee,20; bonus bFlee2,7;}},{},{}

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  115
  • Reputation:   4
  • Joined:  10/25/12
  • Last Seen:  

I dont understand what you want on this script..

 

did you request on database section?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  08/16/12
  • Last Seen:  

oh sorry i want to fix that script

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  137
  • Reputation:   1
  • Joined:  02/02/13
  • Last Seen:  

You want to add this bonuses without consuming any items or wearing any equip? Like an permanent bonusedition for every class?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  08/16/12
  • Last Seen:  

yea

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

this looks hard but no impossible

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

-	script	ghjklkjh	-1,{
OnPCStatCalcEvent:
	if( BaseClass == Job_Mage || BaseClass == Job_Gunslinger ) {
		bonus bMaxHPrate,20;
		bonus bFlee,50;
	}
	else if( Class == 4008 || Class == 4014 || BaseClass == Job_Merchant ) {
		bonus3 bAutoSpellWhenHit,LK_PARRYING,1,100;
	}
	// etc.. add as your content
	end;
}

Patch OnPCStatCalcEvent http://rathena.org/board/index.php?app=core&module=attach&section=attach&attach_id=5315

from this topic

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  08/16/12
  • Last Seen:  

im confuse

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

You want to add this bonuses without consuming any items or wearing any equip? Like an permanent bonusedition for every class?

 

yea

The patch OnPCStatCalcEvent run the items scripts in the npc.

These items scripts will be permanents.

 

1/ patch the file http://rathena.org/board/index.php?app=core&module=attach&section=attach&attach_id=5315 in the src files and recompile

2/ add the script npc in npc folder

3/ add your items scripts in the npc

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