Everything posted by Czar
- I... CANNOT... EVEN
-
Mad;Value - Total wealth evaluator
Good job on release! and good luck in SDN Scripter status xD @Supermods please don't delete my posts, I'm genuinely wishing him luck.
-
CzarRangingGuild
Well it only ever logs out if it's too far away from the range guild, or if it's out of coins. And if neither are true in your case, then you are most likely using mirror client - if so, then log out and log back in (and hook the client without being logged in). If you are not using mirror client then just do a client restart and it should work
-
Finally made it to the kewl 1k kids
gratz lol
-
Perfect Rock Crabs
Yes you may, I just worry that the bugs only occur in mirror client
- Count To 10,000!
-
I just got nova2
Gratz man, soon I should be there if I stop losing every game lmao :P
-
Perfect Fisher AIO
PM me about this, I want to know all the details.
-
There was an error connecting with the chat room. Please notify an administrator.
this is happening to me too, but i think im legit banned lol
-
When numbers aren't good enough for debugging anymore.
i know dat feel
-
Perfect Herblore AIO
I will fix this immediately, thanks for pointing this out!
-
OSBot 2.3.57/58 - Weekend Release - New World API + Filters
Phew you just ended all the complaints from world hopping :P Loving the new filter! Filters, filters everywhere!
-
Mad;Planker
Ah the paint looks brilliant, totally replaces a GUI? *Gives free internet*
-
Perfect Experiments
Version 2.22 - Fixed memorial misclicking (entrance to cave) - Now deselects items if accidently selects (while potting/dropping) - No longer runs to other areas randomly when banking/hopping - Added random events Update should be live within a few hours
-
Perfect Rock Crabs
Which client version are you running atm, banking has been fine ever since release o_O I will investigate however.
-
Road to 500 Pc
gl on goal, also gl on getting twc removed man
-
Python Platformer Game - By Rutsy
Interesting thread, nice to see gamedev!
-
Perfect Experiments
I ended up re-writing it and fixing the time until level, so all my scripts should be fine now (in terms of calculating)
-
Close GE collection box & notice board.
Good job lol, I've noticed this too, so annoying <_<
-
Perfect Rock Crabs
PM me the details and it will be fixed. Don't worry guys the script still works
-
Perfect Experiments
Yeah, I guess I will re-write my calculations again
-
Good scripts for mirror mode
PerfectFisher and crawlers *edited - saw the level 3 part*
-
VPickerAIO [WEBWALKING] [FLAX] [POTATOES]
Gratz on yet another VScript :P
-
Looking for BETA testers for my ranging guild script
Good luck on this :P may competition lead to innovative features!
-
Using an item in the inventory with an NPC?
if (getInventory().isItemSelected()) { npc.interact("use"); } else { getInventory().interact("Use", "item name"); } Excuse the horrible code format and overall code, this is just the idea ;)