Issue information

Issue ID
#3360
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 9, 2009 18:40
Last Post
Hercules Elf Bot
Mar 5, 2012 14:18
Confirmation
N/A

Hercules Elf Bot - Jul 9, 2009 18:40

Originally posted by [b]TecnoCronus[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3360

other command missing setiteminfo

/*==========================================
* Set some values of an item [Lupus]
* Price, Weight, etc...
setiteminfo(itemID,n,Value), where n
0 value_buy;
1 value_sell;
2 type;
3 maxchance = Max drop chance of this item e.g. 1 = 0.01% , etc..
if = 0, then monsters don't drop it at all (rare or a quest item)
if = 10000, then this item is sold in NPC shops only
4 sex;
5 equip;
6 weight;
7 atk;
8 def;
9 range;
10 slot;
11 look;
12 elv;
13 wlv;
14 view id
* Returns Value or -1 if the wrong field's been set

This post has been edited by TecnoCronus: Jul 12 2009, 05:42 PM