Jump to content
  • 0

Help about my plans


Question

5 answers to this question

Recommended Posts

Posted
*downrefitem <equipment slot>;

This command will downgrade an item by - 1 in the specified equipment slot of the

invoking character. So the item will not be destroyed unlike in the failedrefitem script command.

This will also display a 'refine failure' effect on the character and put appropriate

messages into their chat window.

The official scripts seems to use the 'downrefitem' command as a function

instead: 'downrefitem(<number>)' but it returns nothing on the stack. This is

since jAthena, so probably nobody knows for sure why is it so.

Posted

inventory database.

UPDATE `yourDBNAME`.`inventory` SET `refine` = '11' WHERE `inventory`.`id` =ID;

each and every ID.

that is the sql squery for that

or you can load phpmyadmin go to inventory and use

SELECT *

FROM `inventory`

LIMIT 0 , 5000

for example, The select every item you see with a refine of 12+ and set ALL to 11 using phpmyadmin, you can do that with it.

Posted

If you use Spre's method, make sure you do a check for the item id, becuase `id` in inventory = # of item dropped since first time. Example i get an apple, its now id 1, you get an apple its now id 2.

so search for `nameid`

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