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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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