View Single Post
  #1  
Old Yesterday, 12:37 AM
nahilu
Fire Beetle
 
Join Date: Dec 2013
Posts: 1
Default PEQ - BiC 3 - Ground Spawn - RIWWI - Polished Silvery Key - NEVER UP

can we RESET the zone ?

I did a /Mac

to list all ground drops. It works in Every Zone and it report the location of Every Ground Drops

Sub Main
/declare i int local

/echo === Ground items in this zone: ${GroundItemCount} ===

/for i 1 to ${GroundItemCount}
/if (${Ground[${i}].ID}) {
/echo [${i}] ID: ${Ground[${i}].ID} | Loc: ${Ground[${i}].X}, ${Ground[${i}].Y}, ${Ground[${i}].Z}
}
/next i

/echo === Done ===
/return


When inside RIWWI Ground Items == 0

Been like that for 1 week now....

I cannot progress my BiC ('

Please Help
Reply With Quote