Jump to content
  • 0

Requesting this kind of script


Question

3 answers to this question

Recommended Posts

Posted

not working is it working on item_combo_db.txt ?


not working on item_db.txt either here's the script
{ if(countitem(909) == 100) bonus bAllStats,100; },{},{}

Posted (edited)

not working is it working on item_combo_db.txt ?

not working on item_db.txt either here's the script

{ if(countitem(909) == 100) bonus bAllStats,100; },{},{}

That would mean 100 of item 909; If that doesnt work try

if(countitem(909) == 100){ bonus bAllStats,100;}

To check for the different amounts:

 

(countitem(909) == 100) : This means it checks for exactly 100

(countitem(909) >= 100) : This checks for Greater than or equal to 100

(countitem(909) <= 100) : This checks for Less than or equal to 100

Edited by Pneuma

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