Jump to content
Sign in to follow this  
Jones

[Question] an Item Use without consuming the item.

Recommended Posts

1 hour ago, Jones said:

Is it possible to make an item that doesn't consume itself when used? 

 

Thanks,

Jones

you can do example this

function ItemUse_NewItem( role )

    HelpInfo(role, 0, "This item you can use again and again")

    UseItemFailed(role)
    return
end


Download: Nightmare Demonic Helm

Dimension Pirates Online files: get now

New map Project: Flag PK

Black Skin 3.1.3 for pko 1: Get now

Share this post


Link to post
Share on other sites
9 minutes ago, Onioni said:

you can do example this

function ItemUse_NewItem( role )

    HelpInfo(role, 0, "This item you can use again and again")

    UseItemFailed(role)
    return
end

I figured, but then it will always say "Failed to use item."

 

Is there any other way? xD

Share this post


Link to post
Share on other sites
4 часа назад, xtc сказал:

I suggest you to check Argent Ticket scripts and it's itemtype.

 

Do you know item id?


Share this post


Link to post
Share on other sites
On 4/25/2016 at 1:35 AM, Treuno86 said:

I agree with xtc. Try to look on those tickets that doesnt consume when used.

 

On 4/25/2016 at 11:44 PM, xtc said:

I suggest you to check Argent Ticket scripts and it's itemtype.

Yep i found this also when i was checking some scripts. I think it will work! :)

 

Created something in Guides section, maybe it will be helpful in organizing events.

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...