bounditem HELP

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
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?
 
 
 
---------------------------------------*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

 
Last edited by a moderator:
Back
Top