unknownuser Posted October 26, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Share Posted October 26, 2013 i want to add identifier on our healer npc please help me to script that ? Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 26, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 8 hours ago Share Posted October 26, 2013 Add this on your script : getinventorylist; for( set .@i,0; .@i < @inventorylist_count; set .@i, .@i + 1 ) { if ( @inventorylist_identify[.@i] == 1 ) continue; delitem2 @inventorylist_id[.@i],1,0,0,0,0,0,0,0; getitem @inventorylist_id[.@i],1; } Quote Link to comment Share on other sites More sharing options...
unknownuser Posted October 27, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 27, 2013 sir it's not working Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted October 27, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted October 27, 2013 add command @identify for easy way Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 27, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 8 hours ago Share Posted October 27, 2013 Post your current script Quote Link to comment Share on other sites More sharing options...
Question
unknownuser
i want to add identifier on our healer npc please help me to script that ?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.