ProjectFaust 0 Posted July 10, 2017 hey guys would you guys tell me how to make healer with identify all? thanks Quote Share this post Link to post Share on other sites
0 Shatowolf 9 Posted July 10, 2017 1 hour ago, ProjectFaust said: hey guys would you guys tell me how to make healer with identify all? thanks just search mate,.. Quote Share this post Link to post Share on other sites
0 ProjectFaust 0 Posted July 10, 2017 i`ve been looking around alr bro and i cant find it Quote Share this post Link to post Share on other sites
0 Alayne 99 Posted July 10, 2017 Here's the basic loop for an identifier. Just add this in a healer npc. 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; } 2 Tsuuu and Happy reacted to this Quote Share this post Link to post Share on other sites
hey guys would you guys tell me how to make healer with identify all? thanks
Share this post
Link to post
Share on other sites