ThyroDree 3 Posted August 24, 2014 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? Quote Share this post Link to post Share on other sites
0 kyeme 71 Posted August 24, 2014 ---------------------------------------*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 Quote Share this post Link to post Share on other sites
i already added the bound item in my server and i put try on Freebies NPC for example
example :
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