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;
}
Question
spuri
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.
Edited by Emistry
codebox
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.