Everything posted by Chris
-
Help me please
getTrade().offerAll(7936); Will not trade the item???
- Firemaking script?
-
Firemaking script?
i am almost done fwith my burner it will be 24.99 monthly!
-
Anyone *online* that handles RSGP script payments?
ll0l0l0l0l0l0l0l0l0l0l0l0
-
OmniAPI - A super simple API that handles most things for you
it dropped my items at GE? ??????
-
rappers today fucking suck
SPIRITUAL LYRICAL MIRACLE INDIVIDUAL
-
Should we use item/npc/object IDs or names? When/Why?
i dont think item ids ever change but objects ids sometimes do. It will be easier to just use names for objects incase of a rs update. Hope my nooby self helped somewhat
-
★ CHEAP FIRE CAPES FOR THE NEXT 2 DAYS ★ 10/7 - 10/8
well shit.... just when i sell my pure..
- Khal AIO Agility
-
InventoryListener for looting Items?
just for example for the paint
-
InventoryListener for looting Items?
private int lootCount; //bla if(condition 1){ lootCount++; //the basics but work with } or lootCount += getInventory.getamount() ///blagh g2d.drawstring.........("Loot gained: "+lootCount+,9,99); So now we have the price of our item but we dont know how many items we have fished, cut, cooked, made. To work this out you would have the following code either in your onMessage() method where by every time the client detects "You cut a log" you add one to the variable ItemsMade or you would add one to the same variable each time you were inside for example the crafting method of your runecrafting script. Either way the code for that is as follows: itemsMade += 1; Source: http://osbot.org/forum/topic/59590-the-full-paint-tutorial-all-aspects-covered-pug-tutorials/
-
Stealth Inject work, but not mirror client.
not true. Linux / Mac is supported but has a few issues
-
Khal AIO Agility
it happens every once and a while. i missed out on the trial tho because i was only 10 agility and i needed that course
-
Skin Tags (Human Body)
See a doctor incase
-
How many bots do you run at a time?
21 injection Wyvern bots
-
Can a mod/admin approve my script purchase.
i will soon
-
Free VIP/$9.99 Account Credit Giveaway! - Winner Protowill
M8
- Void Pure 99 range 94 mage pc
- Lvl 93 initiate pure
-
10/10 would get pulled over again
for what?
-
Checking for item in equipment slot
equips it idk it works for me This is how i use it if (!getTabs().getOpen().equals(Tab.INVENTORY)) getTabs().open(Tab.INVENTORY); getEquipment().equip(EquipmentSlot.RING,"Ring of dueling(8)");
- Lvl 93 initiate pure
- Lvl 93 initiate pure
-
stuck on getInventory.....
try inside your Inventory class private Script scriptInstance; public Inventory(Script scriptInstance){ this.scriptInstance = scriptInstance; }
-
Checking for item in equipment slot
getEquipment().equip(EquipmentSlot.RING,"Ring of dueling(8)");