Jump to content
  • 0

Custons - item_db2 [ Nedd help! ]


ZelosAvalon

Question


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  181
  • Reputation:   33
  • Joined:  11/11/12
  • Last Seen:  

i need help for configure this itens on the item_db2, anyone can help me please?

1 -> | Agi + 2 | 5% to inflict Blindness On Monster.

2 -> | Dex + 6 | 10% Resistance to Undead Attack | 5% Chance to inflict Stone.

3 -> | STR + 6 | 10% Resistance to Darkness Attack | 5% Chance to inclict Bleeding.

4 -> | LUK + 6 | 10% Resistance to Wind Attack | 5% Chance to inflict Silence and +5 Perfect Dodge.

5 -> INT + 6 | 10% Resistance to Water Attack | 5% Chance to inflict Freeze.

6 -> Vit + 6 | 10% Resistance to Fire Attack | 5% Chance to inflict Blindness.

7 -> AGI + 8 | Max SP + 2%, Moviment speed increased by 10%.

8 -> AGI + 8 | STR + 1 | Moviment speed increased by 10%

9 -> AGI + 15 | 10% Resistence to Earth, Fire, Wind, Water, Ghost, Dark, Holy and 50% Resistence to Undead Attack | 10 % more damage against Dark, Holy and Undead properties

10 -> All stats + 5 | Attack Element: Wind | Immune to Darkness | 5% chance to inflict Curse | 10% more damage on Demi-Humans and 30% damage reduction from Dragons.

I'm having difficulty for configure these 10 items!

please if anyone can help me!

i will be grateful!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

It's easy. All the code/script have in item_db.txt

You just copy and edit it yourself. Or you can check it at ratemyserver.net

/no1 Good luck then..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

1)  {bonus bAgi, 2; bonus2 bAddEff,Eff_Blind,500;}
2)  {bonus bDex, 6; bonus2 bSubEle,Ele_Undead,10; bonus2 bAddEff,Eff_Stone,500;}
3)  {bonus bStr, 6; bonus2 bSubEle,Ele_Dark,10; bonus2 bAddEff,Eff_Bleeding,500;}
4)  {bonus bLuk, 6; bonus2 bSubEle,Ele_Wind,10; bonus2 bAddEff,Eff_Silence,500; bonus bFlee2,5;}
5)  {bonus bInt, 6; bonus2 bSubEle,Ele_Water,10; bonus2 bAddEff,Eff_Freeze,500;}
6)  {bonus bVit, 6; bonus2 bSubEle,Ele_Fire,10; bonus2 bAddEff,Eff_Blind,500;}
7)  {bonus bAgi, 8; bonus bMaxSPrate,2; bonus bSpeedAddRate,10;}
8)  {bonus bAgi, 8; bonus bStr, 1; bonus bSpeedAddRate,10;}
9)  {bonus bAgi, 15; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Fire,Ghost; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubEle,Ele_Holy,10; bonus2 bSubEle,Ele_Undead,50; bonus2 bAddEle,Ele_Dark,10; bonus2 bAddEle,Ele_Holy,10; bonus2 bAddEle,Ele_Undead,10;}
10) {bonus bAllStats, 5; bonus bAtkEle,Ele_Wind; bonus2 bSubEle,Ele_Dark,100; bonus2 bAddEff,Eff_Curse,500; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bSubRace2,RC_Dragon,30;} 

I am also learning scripting now so please let me know if you found any issues.

Edited by mindstream
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  181
  • Reputation:   33
  • Joined:  11/11/12
  • Last Seen:  

1)  {bonus bAgi, 2; bonus2 bAddEff,Eff_Blind,500;}
2)  {bonus bDex, 6; bonus2 bSubEle,Ele_Undead,10; bonus2 bAddEff,Eff_Stone,500;}
3)  {bonus bStr, 6; bonus2 bSubEle,Ele_Dark,10; bonus2 bAddEff,Eff_Bleeding,500;}
4)  {bonus bLuk, 6; bonus2 bSubEle,Ele_Wind,10; bonus2 bAddEff,Eff_Silence,500; bonus bFlee2,5;}
5)  {bonus bInt, 6; bonus2 bSubEle,Ele_Water,10; bonus2 bAddEff,Eff_Freeze,500;}
6)  {bonus bVit, 6; bonus2 bSubEle,Ele_Fire,10; bonus2 bAddEff,Eff_Blind,500;}
7)  {bonus bAgi, 8; bonus bMaxSPrate,2; bonus bSpeedAddRate,10;}
8)  {bonus bAgi, 8; bonus bStr, 1; bonus bSpeedAddRate,10;}
9)  {bonus bAgi, 15; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Fire,Ghost; bonus2 bSubEle,Ele_Dark,10; bonus2 bSubEle,Ele_Holy,10; bonus2 bSubEle,Ele_Undead,50; bonus2 bAddEle,Ele_Dark,10; bonus2 bAddEle,Ele_Holy,10; bonus2 bAddEle,Ele_Undead,10;}
10) {bonus bAllStats, 5; bonus bAtkEle,Ele_Wind; bonus2 bSubEle,Ele_Dark,100; bonus2 bAddEff,Eff_Curse,500; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bSubRace2,RC_Dragon,30;} 

I am also learning scripting now so please let me know if you found any issues.

ty very much man i will test now ! =)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  181
  • Reputation:   33
  • Joined:  11/11/12
  • Last Seen:  

1) {bonus bAgi, 2; bonus2 bAddEff,Eff_Blind,500;}

....

you can help me again man please ?

[color=#282828][font=helvetica, arial, sans-serif]STR +10, 20% Resistance to Fire Property Attack But Take 20% More Damage From Water Property Attack[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]AGI +10, 20% Resistance to Wind Property Attack But Take 20% More Damage From Earth Property Attack[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]INT +10, 20% Resistance to Water Property Attack But Take 20% More Damage From Fire Property Attack[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]LUK +10, 20% Resistance to Holy Property Attack But Take 20% More Damage From Dark Property Attack[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]VIT +10, 20% Resistance to Earth Property Attack But Take 20% More Damage From Wind Property Attack[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]DEX +10, 20% Resistance to Silence + 20% To Inflict Silence On Monster[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]STR +15, 20% Resistance to Fire Property Attack But Take 20% More Damage From Water Property Attack. 5% walking speed bonus.[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]STR +20, 20% Resistance to Fire Property Attack But Take 10% More Damage From Water Property Attack[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]LUK +10, AGI +3. 10% Critical rate and 5% extra Critical damage.[/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]all custons have 1 slot for card ![/font][/color]

[color=#282828][font=helvetica, arial, sans-serif]if anyone can help me I will be very grateful![/font][/color]

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  12/26/12
  • Last Seen:  

see ...doc/item_bonus.txt

:)

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