Jump to content

ArtCrazy

Members
  • Posts

    158
  • Joined

  • Last visited

Everything posted by ArtCrazy

  1. So this is basically to stop the worlds online from crashing... I hope
  2. Have you ever acidentally hit the backspace button or your "back" mouse button while not centered on the Runescape window... In a dangerous place.... Fighting a strong monster???? GREAT UPDATE! No more accidentally leaving the game! Yes I have, that's why I use a Greasemonkey plugin to avoid exactly that... a CUSTOM greasemonkey plugin with everything from highscores to a notepad to a calculator ;) But yeah, I guess it's a nice update.
  3. I want a Runescape DD, not really interested in funorb... :(
  4. Still hadn't been posted here, so I thought I should do it, it's not a DD, but it was a fun read... Juna's part was specially interesting. Read it here: http://www.runescape.com/kbase/view.ws?guid=chasm_of_lights_1
  5. I just needed to say this: I'm looking at that page..there's NOTHING about those 3 at all. Not only that as my post clearly stated there are FOUR more slots, so there can't be a "last 3" there gotta be at least FOUR
  6. Changelog (version 1.3 to 1.4): - Added Timer Button (can time down and up) - Added Counter Button - Removed all User Script Commands that toggled buttons and added a Configure Buttons command instead that also lets you select the order the buttons are shown - Improved a lot of code Another update, probably my last as there isn't much interest on this script. Did this for myself and there was no reason not to release it. The timer and counter are useful, you can count down with the timer (Grave for example) or time up to time your trips... Counter can be used so you know how far along you've come with the slayer task even without the gem for example... Or how many trips you have left to finish something. I have a version that includes calculators, planners etc but that will not be released as I have not recieved any answer to the permission request to place that and so it will remain private...
  7. How did you get the date on the Report Abuse button? Grats anyhow, wish I was as lucky :P
  8. The rules only mention the adverts, so if you are sure the ads aren't removed when playing in f2p, it shouldn't be against the rules.
  9. Just updated the script, fixed all previously known bugs too. Changelog (version 1.2 to 1.3): - Added the Notes Button, where you can type text and itll be saved even if you close Firefox or exit the page - Added the Calc Button, with a simple calculator (+, -, / and *) - Added Toggles for the GE Button and both new buttons - Improved some code
  10. Errdoth has already stated it is fixed and will come when he does the next update. It's not that much trouble. I have already released the fix for my add-on too.
  11. Oops. That's the script pushing all the stuff down a bit and "forgetting" the GE button :P. Made it after the toggle and as I dont have it toggled on missed it. I don't have time now, I'll do it tomorrow, thanks btw. I also have to add the "Toggle GE Button" User Script Command. I've also have planned a few more changes: Calculator (simple one...) Notepad (you can quickly write stuff there and it will stay saved even if you close runescape I've PMed an admin to ask permission to use the calculators and planners, and if I get it, those will be added too.
  12. Yeah, I just found out the applet doesn't like changes to the HTML and delayed those by 1 second. Pretty easy. Good job on the add-on. I saw that you use special tip.it pages for calcs and stuff. Well, saves you a lot of work of having to put all the calc scripts on the add-on. I'd like to ask you if I'm allowed to use these pages on my add-on (with proper credits and such so everyone knows they're using a tip.it page). If you have anything against that, (even if it's just that you fear my add-on getting better than yours MWAHAHAHA :twisted: *cough*) no worries... My add-on will have to live without skill calcs/planners and whatnot as I'm not feeling like creating the xp database and managing it everytime there is a new way to get experience on any single skill. :wall: I'd prefer having a link to tip.it's calc/planner page in the "Links" button :P Btw, you should change your add-on's include to http://world*.runescape.com/* else it'll be executed in all pages and give an exception (doesn't give any visible warning tough)
  13. I prefer Platypus (also another add-on to make greasemonkey scripts). Used it for a while to remove the jagex bar, but then decided to make my add-on and made it also remove that bar. Yes, it was directed at you. I thought you were going to add it to the Greasemonkey script, but yes if you have it converted into Java it is possible. Forgot you had converted your extension into an .xpi, I for example just release the Userscript. Btw, in case you haven't noticed I've been able to fix the "not loading" bug in my script.
  14. Java is different from javascript. You cannot do it using javascript.
  15. I'm portuguese.. They'll probably translate it to brazilian portuguese, which I hate <_< Anyhow, even if they do translate it into Portuguese from portugal, I'll continue using the english versions...
  16. The simple calculator is easy, but I've gotten used to use the windows calc so I wouldn't really need it.. I'll make it perhaps. For the skill calcs, that's more complicated. Specially since I'd have to use the code of tip.it's calc for example... And I guess I'd have to ask permission. Doing them alone would be pretty difficult and take a long time, seeing I'd have to make the lists of things to do for all skills.
  17. Oops... That's because some numbers have commas (",") or "k" or "m" in them so they're not treated as a number... gotta fix that... [EDIT] Fixed that... Sorry, hadn't noticed before :) Please reinstall the script.
  18. Just released v1.2! Get it at the main post! Changelog (version 1.1 to 1.2): - Added the Grand Exchange button - Added "Warn on Exit" function to avoid accidentally going back or refreshing the page - The bug where the game doesn't load shouldn't happen anymore (I've tried to reproduce it at least 20 times and it didn't happen) - Added User Script Commands - Improved some code - Changed the name of the "Tools" button to "Links"
  19. If by the installing part you mean deactivating, refreshing and reactivating the script, yes that happens. About flashing, if you mean flickering I've never experienced any flickering with my script...
  20. I have already worked on it a bit, made it more user-friendly. Changes: - Warns on Exit if you really want to exit the page (accidentally clicking the refresh/back button happens too often here...) - "Tools" button is now "Links" button - I removed the unnecessary Highscore List size preference values. - Now you can right-click the "monkey icon" and select "Userscript Commands" and that gives you a list of toggles. Currently have made: Toggle Links Button Toggle HS Button Toggle Jagex Bar Toggle Warn on Exit These toggles also SAVE the preferences, as now I'm using GM_setValue and GM_getValue to store the preferences as "Userscript Cookies". Planning on Making some more toggles or other changes... As for the Grand Exchange, I'll code that tomorrow. This version is still NOT released!
  21. Yeah I noticed, thanks. Easier than manually parsing the page from GE :P It's just a simple matter of adding a new button, and making it parse the results from that page into something readable. Btw, it is easy if you know javascript and HTML. You just have to place an iframe underneath anything you place over the RS applet, else the applet will show above what you place.
  22. You mean like check out the current min/market/max price for an item and how much it has dropped for example? That shouldn't be hard... I'll see if I have time to do it tomorrow.
  23. I was doing the Legacy of Seergaze quest and at the start when you go check on those strangers at the Paterdomus they say something like "And soon the Guthixian Edicts will be gone!". Interesting... How exactly are they gonna do that?
  24. Merciful, they'll probably overlap eachother or somestuff will not work right... Try it out, but it will probably not look good :P
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.