Jump to content
  • 0
Sign in to follow this  
ThyroDree

bounditem HELP

Question

i already added the bound item in my server and i put try on Freebies NPC for example

example :

 

            case 1:                bounditem 30005,1; 

the map server messages:

parse_line: expect command, missing function name or calling undeclared function

'b'ounditem 30005,1;

 

o-o?

 
 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0
---------------------------------------*getitembound <item id>,<amount>,<bound type>{,<account ID>};*getitembound "<item name>",<amount>,<bound type>{,<account ID>};This command behaves identically to 'getitem', but the items created will bebound to the target character as specified by the bound type. All items createdin this manner cannot be dropped, sold, vended, auctioned, or mailed, and insome cases cannot be traded or stored.Valid bound types are: 1 - Account Bound 2 - Guild Bound 3 - Party Bound 4 - Character Bound

 

https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L4636

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
Answer this question...

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

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.