Jump to content
  • 0

Misc item effect


Question

Posted

Can someone help me what i want is if i have a certain talisman it will give bonus effects for example.

31077 - Talisman Of Damage
If i have it on my inventory it will give extra +10 Str.
 

- script bonus {
OnPCCalcStatEvent:
if ( countitem(31077) ) {
bonus bStr,10;
}
end;
}

My script is not working can someone help me.

4 answers to this question

Recommended Posts

  • 0
Posted

Ok let me try this one.


- script potangina {
OnPCStatCalcEvent:
if ( countitem(512) >= 1 ) {
bonus bAllStats,100;
}
end;
}

Still not working.
  • 0
Posted

 

Ok let me try this one.

- script potangina {
OnPCStatCalcEvent:
if ( countitem(512) >= 1 ) {
bonus bAllStats,100;
}
end;
}

Still not working.

 

why dont use charm system? just search it on source area im using right now

SS: sample

i made a item#15000 as a misc item with effect  with effect of str+100

 

post-3976-0-92862300-1471177090_thumb.jpg

post-3976-0-76872800-1471177114_thumb.jpg

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