nothnxtoyou Posted October 28, 2010 Share Posted October 28, 2010 First: For the player that does not have the skill levels, thus does not hunt effigies, but will still receive them as drops. Getting rid of the effigy to recover bank space becomes a high priority. Since they normally do not hunt effigies, they need the guide and since they do not have the levels they will need to Request Assistance. If the pairings were ordered as below and/or a note added that told them what skills are Assist-able it would make the guide more functional. * Crafting% or Agility * Construction% or Thieving * Cooking% or Firemaking * Farming% or Fishing * Fletching% or Woodcutting * Herblore% or Hunter * Smithing% or Mining * Runecrafting% or Summoning % Request Assistance is available for these skills. Second: Add a Java Script calculator for the dragonkin lamp. You could even make a full calculator for the special calculator section that calculates all the players levels. A quick calc on the guide page would be enough, here is a draft feel free to use it as you will: < input type="text" id="levelTextBox" value=1 />< input type="button" id="button" onclick="calculateExperence()" />< input type="text" id="experenceTextBox" value=0 disabled="disabled" /> function calculateExperence(){var level = document.getElementById("levelTextBox").value;var xp = (level * level * level) / 20;document.getElementById("experenceTextBox").value = xp;} Link to comment Share on other sites More sharing options...
All_Bogs Posted October 28, 2010 Share Posted October 28, 2010 Heya, thanks for your submission :) I agree that information on which skills are 'assistable' should definitely be in there. I'll go add that. As it turns out we're already in the process of making some updates to the effigy guide, and the new version indeed does come with a dragonkin lamp XP calculator. Thanks for writing up a rough draft though, I appreciate the effort :) Link to comment Share on other sites More sharing options...
All_Bogs Posted October 30, 2010 Share Posted October 30, 2010 And it's live! Locking this. Link to comment Share on other sites More sharing options...
Recommended Posts