Issue information

Issue ID
#7389
Status
Needs more Info
Severity
None
Started
Igniz
Jun 17, 2013 6:00
Last Post
Igniz
Jun 23, 2013 23:56
Confirmation
N/A

Igniz - Jun 17, 2013 6:00

Only exists 11, and the docs say that exists 14. Dunno if this is a core or a script bug. Check yourself with:
[code=auto:0]prontera,156,179,6 script test_getiteminfo 117,{ mes "Please enter an item ID."; input .@value; // This line uses an INTERNAL function of your client to show item name by its ID! // ^nItemID^XXXX -> Item Name mes "Item ID: "+.@value+" ^nItemID^"+.@value; mes "Current item info:"; for(set .@id,0; .@id<14; set .@id,.@id+1) mes " getiteminfo("+.@value+","+.@id+") = "+getiteminfo(.@value,.@id); close; }[/code]
Greetings ~

This post has been edited by Igniz on Jun 17, 2013 6:29

Ind - Jun 19, 2013 13:32

11? I checked the code and 14 are present (I ran your npc script too and 14 were displayed)?

Igniz - Jun 23, 2013 23:56

Strange...
Tested with:
[code=auto:0] 20338,Aur,Aur,5,,10,90,,0,,1,0xFFFFFFFF,31,0,512,,,1,1111,{},{},{} [/code]