Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Jard_Y_Dooku

Members
  • Joined

  • Last visited

Everything posted by Jard_Y_Dooku

  1. I thought the Slay exp is the same as the HP of the monster no? Not always. It's usually pretty close but I've seen it up to about 20 difference.
  2. on tip it? if so its cause they havent updated it yet :roll: . if in knowledge base, maybe its the same reason? pretty interesting, i wonder what the max hit of the mithril dragon is? 27 with melee. 18 with ranged (I think; same for Brutal greens). What in the heck?! I didn't even notice it said Waterfiends were a slayer monster... maybe they're now assigned? Like Pyre and Ice fiends? Guess we'll find out sometime... I must remember to find the Slayer XP of the monsters in this dungeon. :P Angry barbarian spirit's max hit is 18, like the other two.
  3. Don't worry, I've now added those... just added a total of 47 monsters to the guide. I just finished writing a page on my website to help me update this guide more quickly, which means I can update it more easily, which means I won't be as lazy to update it and it will be updated faster. See, it's a non-vicious circle! :D
  4. I've got the new monsters' hitpoints. Go to this thread to see them: http://forum.tip.it/viewtopic.php?t=673790
  5. Just figured I would post the new monsters' stats from today... PLEASE LET ME KNOW IF I'VE MISSED ANY! Even if their name is only slightly different! This is linked to from the Bestiary updates thread, BTW - (Click here) and they are also posted on my Ultimate Monster Examine Guide Other: Skeletons: Undead Barbarians: Barbarian Spirits: Dragons:
  6. At 99 HP, a brew heals/restores 16 HP (See here). Since it already heals it would be 100% pointless for there to be a "Saradomin mix", because in Jagex's eyes it's "too powerful" to enchance further.
  7. I got all my skills to level 3 on Tutorial Island, so no to your first question. I know for a fact you do not get construction XP if you've not bought a house, even if it's your lowest skill. I'd assume the same for herblore.
  8. It seems Jagex removed that bit from the Behind The Scenes for some reason. Maybe they didn't want to tell us everything they were going to update. Finally, an intelligent post. Also, to all of those who've said "Jagex will not release any more dragon weapons", if you'll read, you'll find they only said do not SUGGEST it. Meaning, "we already know you want more dragon stuff, so shut up and stop telling us to make it... we're working on it".
  9. Wearing clothing cannot make you become homosexual. Homosexuality is a disorder of the brain that causes you to be attracted to the same sex. It's not a choice, contrary to idiot belief. Wearing pink may make people call you gay. Doesn't make it true.
  10. [x] Do you complain about autoers and say they need to go, but you buy supplies from them anyway because it's cheaper and faster? :D
  11. I know "shadowbot", as you know him, will enjoy this.
  12. Here's the answer: Here's the explanation: I will use my knowledge of programming to give the reason why this is... (Examples are in C#... it's similar to Java and I haven't done Java in so long I've forgotten the syntax... :)) Jagex uses an array to store the skills, like this: private string[] skills = { "Attack", ... , "Runecrafting", "Slayer", "Farming", "Construction", "Hunter" }; They also have a method that determines which skill is your lowest, for example: private void isLowest(string thisSkill) { if (thisSkill.exp < Attack.exp && thisSkill.exp < Defence.exp && ...) { return true; } } When you finish Tears of Guthix it'll do this: private void raiseSkill() { for (int i = 0; i < skills.length; i++) { if (isLowest(skills[i]) == true) { return skills[i]; } } } What that will do is loop through each element in the array until it finds one that is lowest. In simple terms... if you have multiple skills that are the exact same XP, the one that appears first in the game code (e.g. the order they were released into the game), will get the XP. So if you're a pure, DON'T do tears of Guthix unless you get like 4 defence XP first - it's likely high up on the list so it would be chosen first.
  13. I have an explanation... will post tomorrow.
  14. Interesting. I'd like to know WHY that shows his total being one level higher though... maybe something to do with the next skill.
  15. I play over 10 hours straight regularly...
  16. I'll post pictures of the rest of the maze when I do the the quest on my Dream Mentor pure.
  17. Yeah, sorry Ginger, I'll leave the notes from now on. [hide=Added]One thing I forgot... Damis' first form's HP is incorrect as well. Here's the correct HP: Also, if you're not going to add my HP correction for the Dark Beast, then can you remove the current one? (It says 18) I KNOW that's incorrect.[/hide] ALSO! Important! Can you please contact someone with administrative access to the Tip.It MySQL database to run these queries? The words in bold represent things that will probably be different for your actual database (since I don't know your table and column names). UPDATE bestiary_table SET credits = REPLACE(credits, 'Xio Jennifer', 'Jard Y Dooku'); UPDATE bestiary_table SET credits = REPLACE(credits, 'Xio_Jennifer', 'Jard Y Dooku'); UPDATE bestiary_table SET credits = REPLACE(credits, 'Mister Eggs', 'Jard Y Dooku'); UPDATE bestiary_table SET credits = REPLACE(credits, 'Mister_Eggs', 'Jard Y Dooku'); UPDATE bestiary_table SET credits = REPLACE(credits, 'Username012', 'Jard Y Dooku'); UPDATE bestiary_table SET credits = REPLACE(credits, 'Jard_Dooku', 'Jard Y Dooku'); UPDATE bestiary_table SET credits = REPLACE(credits, 'Jard Dooku', 'Jard Y Dooku'); UPDATE bestiary_table SET credits = REPLACE(credits, 'Jard_Y_Dooku', 'Jard Y Dooku'); What this will do is update the Bestiary, replacing previous usernames I used with my current one... and removing the damn underscores from my name. I HATE that. In future please credit me as "Jard Y Dooku", NOT "Jard_Y_Dooku". Do please see that an administrator runs these queries.
  18. [hide=THIS INFO WAS ADDED][hide=Dark beast (level-182) - THIS INFO WAS ADDED]Dark beast's (melee) max hit is 17. Their max hit with MAGIC is 8. [/hide] [hide=Damis (level-174) - THIS INFO WAS ADDED]Damis' HP is 200. Examine is: "The warrior of darkness." ...this should be added to the level 103 entry as well. [/hide] [hide=Chronozon (level-170) - THIS INFO WAS ADDED]Chronozon's HP is 60. [/hide] [hide=Monkey Guard (level-167) - THIS INFO WAS ADDED]Monkey Guard's HP is 130. [/hide] [hide=Skeletal Wyvern (level-140) - THIS INFO WAS ADDED]Skeletal Wyvern's HP is 200. [/hide][/hide] [hide=Arzinian Being of Bordanzan (level-125)]All right, first of all this technically does not even exist. I previously submitted this data: You amazingly and oddly put it in the notes field... great job. Now, I do have some more information at this time. First of all, and like I've said multiple times, it's NOT called Arzinian Being of Bordanzan. Its actual name is Arzinian Avatar of Melee/Ranging/Magic. Now, that depends on something. If you're a warrior, you'll get the avatar of melee. It basically attacks you with your combat triangle opposite. What I DON'T know is how that's determined - your combat level's base, or the equipment you carry, my suspicion being the former. There's also a level 75 version. The more gold you have, the weaker it is. If you have 6-10 gold you'll get the level 125, and if you have 11+, you'll get the 75. I'm not sure exactly on those numbers, they may be one off. When I get my pure account high enough to complete Dream Mentor and do this quest, I will get the monster examines and determine the real way it decides which Avatar attacks you. But for now, what you should do is: Delete the current entry. Add "Arzinian Avatar of Magic (level-125)" Add "Arzinian Avatar of Magic (level-75)" Add "Arzinian Avatar of Ranging (level-125)" Add "Arzinian Avatar of Ranging (level-75)" Add "Arzinian Avatar of Melee (level-125)" Add "Arzinian Avatar of Melee (level-75)" Please disregard any HP data for the Arzinian Avatars, including what I added at the start of this section of my post. And like I said, I will monster examine these and get the other information as soon as I can. Please correct what you can so far; this has been incorrectly sitting here for years now and it's beginning to aggravate me... Here's a couple images to help prove my claim: The following image was taken from Zybez.com The following image was taken from Sal's Realm of RuneScape [/hide] halo2_rocks7 and Ginger Warrior... next time I get a Mr Hyde (and I get tons at dark beasts...) I'll remember to record the fight as a gif animation in case it drops double, and post it here if so.
  19. Yeah, I did. Did you know that this is an urban legend and is completely false? Did you know that even if it WERE true -- which it is not -- there are millions of gambling addicts who have never set foot in a casino? :lol: No, most doctors are not "paid by the hospital". Even if they were, it wouldn't change the fact that they are highly paid for a very good reason. You have NO idea what you are talking about at ALL. Grow up, get a degree, get through medical school and internship and residency and then tell us all about it. ~q It certainly is NOT an urban legend. Apparently you aren't in tune to the amount of corruption of planet Earth.
  20. Very good post Kashi, and good point I highlighted in bold.
  21. Oh, you hit the nail on the head with the gambling thing! Did you know casinos actually release toxic chemicals into the air that cause people to want to gamble more? Case closed. And the reason doctors exist is to save people. Doctors are paid by the hospital; they don't need to be car salesmen.
  22. Video games are NOT addicting, here's why: Drugs ARE addicting? Why? Because they are chemically addicting. If you are a drug addict, and are immediately taken off your drug, your body will not be able to cope and you will have all sorts of problems. You need to go off gradually. Video games are NOT addicting because they're not chemically/physically addicting. If your computer is destroyed and you never see a game again, your body will be just as healthy as it was before the incident and you can continue your life without interruption. And yes, doctors are idiots. The medical system is very corrupt. The entire thing is about money, for example, the reason circumcision is the United States' most popular surgery is that many are persuaded into getting it done when it's completely unnecessary and actually very harmful and unnatural. But why? Because to the medical system each surgery is another hundred-dollar bill to add to their yearly billion dollar industry. Hospitals are a business, and doctors don't really want to help you - they're like car salesman... they want to lie and deceive to push unnecessary drugs and surgeries on you to get your money.
  23. I have a good joke. The combat triangle: Rangers > Meleers, Mages. :D

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.