Everything posted by naaiz
-
75 def pures
Currently have a def pure sitting at 67 def, 1600xp/h is accurate if afking on edgeville monks. Active training @ seagulls with pots n shit is 5-6k/h but who does that lol.
-
Naaiz's Services [PC | Fire Cape | Skills | Quests | Accounts]
17.5k
-
Naaiz's Services [PC | Fire Cape | Skills | Quests | Accounts]
bump just realized bump button is back yay!
-
Selling 60/70/60 account
You're bypassing the account selling requirements. This is requests, you need 100 posts to be able to sell.
-
62+ Cooking
Can make this cheap, P2P or F2P, add my skype.
-
Naaiz's Services [PC | Fire Cape | Skills | Quests | Accounts]
Bump
-
Script causing massive lag
There's plenty of examples in the local scripts section, however often enough those are not that well written. You can get basic knowledge of the API there though. Also just looking through the API helps a lot. If you want to get serious about scripting, I'd advise you to look into task based scripts, very well written guide here: Like I said before, try to implement conditional sleeps aswell, makes things smoother.
-
Naaiz's Services [PC | Fire Cape | Skills | Quests | Accounts]
bump
-
Script causing massive lag
Above my last comment you put a static 100ms sleep with //This is what fixed it There is no need to sleep there. Like you said, the onloop returns a sleep. I usually put mine between 500-1000 ms which works completely fine in most cases. Hard to explain without line numbers, but where it says return 0; in your code, change it to return 700, or whatever number you see fit. Also, look into conditional sleeps.
-
Script causing massive lag
Your onloop has a 0ms return. Try setting that to ~700 or so and you should be good.
-
Whipz AIO Cooker
Start off by just adding this public void onPaint(Graphics2D gr) { int x = getMouse().getPosition().x; int y = getMouse().getPosition().y; gr.drawLine(0, y, 765, y); gr.drawLine(x, 0, x, 503); } Try and get that to work, after that you can expand.
-
Looking for high level Zerker and f2p pure
Got a 99 str 87 mage 60 att 45 def zerker, 140qp almost ready for bgloves. added you on skype.
-
Whipz AIO Cooker
Throw this in your onpaint to show cursor crosshair: public void onPaint(Graphics2D gr) { int x = getMouse().getPosition().x; int y = getMouse().getPosition().y; gr.drawLine(0, y, 765, y); gr.drawLine(x, 0, x, 503); } To add strings, use the following: gr.drawString(String, x coordinate, y coordinate); for example: gr.drawstring("Fish cooked: " + fishescooked (or whatever variable you would use for this), 50, 100); For time elapsed, use something like this: public void onStart() { startTime = System.currentTimeMillis(); } public void onPaint(Graphics2D gr) { long timeElapsed = System.currentTimeMillis() - startTime; gr.setFont(new Font("Arial", Font.BOLD, 16)); long second = (timeElapsed / 1000) % 60; long minute = (timeElapsed / (1000 * 60)) % 60; long hour = (timeElapsed / (1000 * 60 * 60)) % 24; gr.setColor(Color.BLACK); gr.drawString(String.format("%02d:%02d:%02d", hour, minute, second), 337, 374); }
-
Is there something wrong with getTrade().acceptTrade() or the acceptTrade method in general?
if(getTrade().isFirstInterfaceOpen()) { getTrade().acceptTrade(); } never had any problems using that. could add a conditional sleep in beforehand to wait for the first interface to open.
- 200 marks of grace
-
need ironman service
60m negotiable, add me on skype
- NMZ Melee Quests + Monkey Madness
-
1-94 Magic Needed
Can do this, stunalch from 80, rest splashing. 40m
-
Naaiz's Services [PC | Fire Cape | Skills | Quests | Accounts]
bump
-
pest control
combat lvl? 100+ 10m 70+ 12m 40+ 14m edit: these are full void prices, the extra helm would be +2m pretty much
-
Naaiz's Services [PC | Fire Cape | Skills | Quests | Accounts]
bump
-
Need Agility/thieving/fishing!
Can do this for a nice price, hit me up on Skype (check my signature) & send me a pm here because Skype friend requests are acting funny lately.
-
Naaiz's Services [PC | Fire Cape | Skills | Quests | Accounts]
bump
-
Looking for low level gmauler
Can make you one for a nice price, just let me know details, add me on skype & pm me on here
-
Ranged and Magic Powerleveling, By Hand.
i can do it 10gp/xp