Everything posted by Dog_
-
exp until level up
np yolo thanks for using dog services
-
exp until level up
Some old code package com.overlord.api; /** * Created with IntelliJ IDEA. * User: Rawr/dog_ * Date: 13/11/13 * Time: 21:06 * To change this template use File | Settings | File Templates. */ public final class Experience { /** * @param from * @param to * @return experience between from and to */ public static final int getExpBetween(final int from, final int to) { int dog = 0; for (int i = 0; i < to - from; i++) { dog += (Math.floor(i + from + 300.0 * Math.pow(2.0, (i + from) / 7.0)) / 4.0); } return dog; } /** * @param lvl * @return the experience at lvl */ public static final int getExpAt(final int lvl) { return getExpBetween(1, lvl); } } then just do getExpAt(currentLevel + 1) - currentExp Or you could just use an exp table
-
Mod Edit: [Please use the Mandatory Forms] SXForce Scripts
Wheres '1.'?I'm pretty sure I did see a report the other day though...idk
-
How to check if a chat interface contains a message (String)?
http://osbot.org/osbot2_api/org/osbot/rs07/api/ui/RS2InterfaceChild.html#getMessage()
- Trying to find a song...
-
client.blahblah
skills.getStatic(Skill.HUNTER) skills.getDynamic(Skill.HUNTER)
-
How to check if a chat interface contains a message (String)?
use onMessage. searchInterfacesForText most likely doesn't search grandchildren (idk but chatbox messages might be grandchildren).
-
someones mad lol
super stealth injection
-
Learning to script
Read the java tutorials and after you've done that, watch Derek Banas' videos on YouTube. http://docs.oracle.com/javase/tutorial/
-
source codes?
Don't encourage bad practices.
-
Who plays Oldschool legit nowadays?
I play rs3 and osrs legit.
-
Give Scripters Name Changing Permissions
If that was the case he would've said 'thread title changing permissions' and not 'name changing permissions'. Then again it is Swizzbeat we're talking about
-
Give Scripters Name Changing Permissions
If he wanted any of the first two, he would've been more specific in the first post. He obviously meant username changes.
-
Give Scripters Name Changing Permissions
support
-
Pug - Play sound when mod is near
No problem I've actually encountered more JMods than I have pmods anyway
-
FML
- Pug - Play sound when mod is near
Player mods can only mute.- Pug - Play sound when mod is near
- Pug - Play sound when mod is near
already mentioned Toolkit.getDefaultToolkit().beep() but post got deleted .-.- Checking if item is selected rev 35
Modified a bit for R45 fix ^- OSBot 2.1.1 (Possibly) Missing functions?
some objects are small- I've assembled my army to take over osbot!
Is it weird if I recognized around 15 of these- Panic attack
- Codecademy
- i have an avril lavigne fetish
Avril lavigne is annoying - Pug - Play sound when mod is near