Everything posted by FrostBug
-
Confiscated This Weird Guys Phone [ Pics ] - Tried to rape me.
If you look at the pixels closely enough, you can tell that this is a fake story
-
Confiscated This Weird Guys Phone [ Pics ] - Tried to rape me.
exhilarating tale, friend
-
how to use an arraylist.
.NET conventions in Java .. Anyway, we need to see whats going on in the gui class to identify the problem
-
Fruity Barrows (Frost Barrows)
I dont think you would, but I can't guarantee it
- Notepad
-
Oh dear,
The onMessage method takes a Message argument, not String Example: public void onMessage(Message msg) throws InterruptedException { if (msg.getType() == MessageType.GAME && msg.getMessage().contains("Oh dear,")) { dead = true; } }
-
Need some help.
Guilty as charged
-
Fruity Barrows (Frost Barrows)
Will try to get the new tabs out this weekend, as well as a fix for stamina potion decanting
-
Need some help.
http://osbot.org/api/
-
I need a judge than 5 seconds code,
those are milliseconds fren
-
BAN THIS ACCOUNT PLEASE
yes, IP ban him
-
some help with a sql query
I assumed both were strings try this, then. SELECT a.id, a.rslogin, a.rswachtwoord, a.gebruikersnaam, p.proxy, c.subcategory FROM bots a INNER JOIN proxy p ON a.proxy_id=p.id AND (p.proxy='$proxy' OR '$proxy'='unspecified') INNER JOIN subcategory c ON a.category_id=c.subcat_id AND (c.subcat_id=$sub_category OR $sub_category=UNSPECIFIED_ID) If $proxy is also an integer, change 'unspecified' string to the unspecified id
-
some help with a sql query
We haven't seen your schema or code, so its up to you to correct the little mistakes in here. By the looks of your query, either a.category_id is a varchar, or $sub_category is an integer. So whatever the case, fix the comparison clause in the subcategory inner join
-
some help with a sql query
well, maybe like this, then? If we want to include results if either values have the "unspecified" value. Assuming that the unspecified value is literally "unspecified", this might do the trick: SELECT a.id, a.rslogin, a.rswachtwoord, a.gebruikersnaam, p.proxy, c.subcategory FROM bots a INNER JOIN proxy p ON a.proxy_id=p.id AND (p.proxy='$proxy' OR p.proxy='unspecified') INNER JOIN subcategory c ON a.category_id=c.subcat_id AND (c.subcategory='$sub_category' OR c.subcategory='unspecified')
-
some help with a sql query
made a last minute edit to that query, did you grab the right one?
-
some help with a sql query
Assuming the default values aren't valid proxies/categories, try this: SELECT a.id, a.rslogin, a.rswachtwoord, a.gebruikersnaam, p.proxy, c.subcategory FROM bots a INNER JOIN proxy p ON a.proxy_id=p.id AND p.proxy='$proxy' INNER JOIN subcategory c ON a.category_id=c.subcat_id AND c.subcategory='$sub_category'
-
some help with a sql query
Lacking some info here; are these PHP variables? Do they hold default values when "unspecified" ? And yes, the WHERE clause here doesn't make sense
-
I did it!
When is that 2-def guide coming out?
-
WTB tier 7 BH emblem
Pretty sure only the tier-1's are tradable? Mite be wrong
-
bots never do random events...
Legit players dont do them either
- FrostCaves
-
FrostCaves
We're live on the SDN for beta testing I'll need a few testers with a variety of stats, preferably around the stat recommendation, but also someone with a maxed account
- FrostCaves
-
FrostCaves
Script thread Update: Version 1.1 is now live, featuring changes to reduce the ban rate, as well as partial Mirror Mode support (see FAQ) ! This thread is for discussions and questions regarding the FrostCaves script. Script status: LIVE (Get it HERE) Demonstration video made by @Keven during early beta testing: PLEASE read below FAQ before buying the script and/or posting your questions FAQ Troubleshooting Info Screenshots Change Log Thank you @Fruity for the graphics Thank you @Zach for making this possible in the first place
-
FrostPuzzler
Was just updated, so it should be good now