Italiano
ho questa parte di sub la quale dovrebbe alla fine del giro dei bod mettere i bod tailor e black in due rispettivi bod book, cosa succede invece? che mette solo i bod black nel apposito bood book (rinominato da me bookblack), sapete come mai? posto qui di seguito la parte di sub
In English
I have this part of sub which would have at the end of the turn of the bod to put the bod tailor and black in two respective ones bod book, what happens instead? what only puts the bod black in the appropriate one bood book (rinominato from me bookblack), this like never? continuation place here the part of sub
ho questa parte di sub la quale dovrebbe alla fine del giro dei bod mettere i bod tailor e black in due rispettivi bod book, cosa succede invece? che mette solo i bod black nel apposito bood book (rinominato da me bookblack), sapete come mai? posto qui di seguito la parte di sub
In English
I have this part of sub which would have at the end of the turn of the bod to put the bod tailor and black in two respective ones bod book, what happens instead? what only puts the bod black in the appropriate one bood book (rinominato from me bookblack), this like never? continuation place here the part of sub
codice:
namespace push namespace local bodBook set !X #cliXres - 200 gosub opencont #backPackID !X #cliyres set #findmod 22_18 { finditem DYM C_ , #backpackid event property #findid set %bookblack #false if black in #property 3 set %bookblack #findid ignoreitem #findid continue set %booktailor #false if tailor in #property 3 set %booktailor #findid ignoreitem #findid continue } while #findkind <> -1 { finditem EYM C_ , #backpackid if #findcol = 1155 && %tailor <> #false { exevent drag #findid wait 7 exevent dropc %booktailor wait 3 } if #findcol = 1102 && %black <> #false { exevent drag #findid wait 7 exevent dropc %bookblack wait 3 } ignoreitem #findid 4 } ignoreitem reset 4 } } namespace pop return } gosub moveitem #findid !bookX !bookY gosub _waitSysVar contname = generic_gump contsize = 615_454 2 if #result click 610 40 r goto findbodloop
Commenta