Jump to content
  • 0

Req script effect for this item :)


Question

Posted (edited)

Please help me what script to put on this item effect: Equipped on Head Upper

Give random Str, Dex and Int (Maximum of 100)
Adds 5% tolerance versus any kind of attack.

 

Please... tyvm.  :)

Edited by Shaynne

4 answers to this question

Recommended Posts

Posted
Adds 5% tolerance versus any kind of attack.
bonus2 bSubEle,Ele_Neutral,5; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Earth,5; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Wind,5; bonus2 bSubEle,Ele_Poison,5; bonus2 bSubEle,Ele_Holy,5; bonus2 bSubEle,Ele_Dark,5; bonus2 bSubEle,Ele_Ghost,5; bonus2 bSubEle,Ele_Undead,5;

 

Give random Str, Dex and Int (Maximum of 100)

If not once and for all

bonus bStr,rand(1,100); bonus bInt,rand(1,100); bonus bDex,rand(1,100);

else I think with permanent variable it should do it.. but the script would be a bit screw up..

  • Upvote 1

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...