Click the to give a poster a reputation bump!
0 Members and 1 Guest are viewing this topic.
Pretend I didn't say this but it is a feature of the enhanced client.
set %paperdollx 1074set %paperdolly 0set %nextx 0set %nexty 540set #LPC 100set %width 6repeat finditem HS_IS_AV_XU_NCB G if #FINDCNT > 0 && #FINDID <> #CHARID { if #FINDID <> #CHARID { event property #FINDID if #FINDREP <> 7 { set #LOBJECTID #FINDID set #NEXTCPOSX %paperdollx set #NEXTCPOSY %paperdolly event macro 17 0 gosub GumpWait paperdoll_gump paperdoll_gump gosub OffsetClick 215 243 gosub GumpWait status_gump status_gump contpos %nextx %nexty set %nextx %nextx + 156 if %nextx >= %width * 156 { set %nextx 0 set %nexty %nexty + 62 } } } ignoreitem #FINDID }until #FALSE;-------------------------------------------------------------------------------sub OffsetClick set %tempx %1 + #CONTPOSX set %tempy %2 + #CONTPOSY click %tempx %tempy freturn;-------------------------------------------------------------------------------; %1 = Gumpname 1; %2 = Gumpname 2sub GumpWait wait 10 set %timedelay #SCNT repeat if #CONTNAME = %1 || #CONTNAME = %2 return until #SCNT > %timedelay + 7return
can always use the new targeting system