Jump to content

spuri

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by spuri

  1. I did a small script that change the weight of items to 15. But has a infinite loop in script and I dont know whats wrong. Can anyone help me? Thanks and sorry for my bad english. - script Weight15 -1,{ OnInit: set .@i, 501; while (.@i<13710){ if (getitemname(.@i)){ setiteminfo .@i,6,150; } set .@i, .@i + 1; } end; } PS: Server in txt.
×
×
  • Create New...