cRPG
cRPG => Suggestions Corner => Topic started by: DaveUKR on October 12, 2013, 05:45:48 pm
-
It's very uncomfortable and not handy to use the armoury when you have to manage with a lot of items. I myself have 14 MWs and Mercs have a lot of MWs in the armoury (no, I'm not bragging around :lol:) so it's very time consuming to select all the items when you need to put/pull out all of them at once (i.e. I've stopped playing and want to put all my items to armoury - I have to click 14 times, same when I want them back on my char). Also when we want all the MWs back to the armoury - we need to click on all of the particular items. So what I suggest is just add this code:
<script language="JavaScript">
function toggle(source) {
checkboxes = document.getElementsByName('itemslent[]');
for(var i=0, n=checkboxes.length;i<n;i++) {
checkboxes[i].checked = source.checked;
}
}
</script>
<input type="checkbox" onClick="toggle(this)" />All<br/>
Use document.getElementsByName('items[]'); or document.getElementsByName('itemslent[]'); where it's used. Add both to the management of armoury and management of your own items. Already works fine, checked it on crpg website. You just need to put it inside the template.
visitors can't see pics , please register or login
visitors can't see pics , please register or login
-
i was just thinking this last night
-
Sorry for "necroing" this thread, but I thought it would be better than writing a new one, since it's kinda related.
This idea is great, and it would be cool if we also had a select-all button in the item transfer page.
-
Just did a full armoury reset of the Grey armoury and I did not find such a button, so I assume it is not yet implemented.
Selecting 300+ items is incredibly tedious and annoying. We need this shit :(
-
I was buying every single +0 item in this game and added them to the armoury. You guys got no idea how long this took :D
-
I was buying every single +0 item in this game and added them to the armoury. You guys got no idea how long this took :D
Done the same, all but the peasant shit thou. Its a bitch
-
Just did a full armoury reset of the Grey armoury and I did not find such a button, so I assume it is not yet implemented.
Selecting 300+ items is incredibly tedious and annoying. We need this shit :(
You can just copy paste that code snippet into page from browser's developer tools and the checkbox will appear. Or better yet, make a greasemonkey/tampermonkey script so that it gets loaded automatically.
-
You can just copy paste that code snippet into page from browser's developer tools and the checkbox will appear. Or better yet, make a greasemonkey/tampermonkey script so that it gets loaded automatically.
Yea I know, but I only looked for this thread after I have done the reset. Not gonna do another one anytime soon, so I figured it'd be great to be actually implemented properly for people who do not know how to do that.
-
I have to click 14 times
poor you