Everything posted by Chris
-
Fresh new account, no gold. What's your botting plan?
use my wyverns acc creator
- Recent forum changelog
-
Kinda Liked The Old Layout Better
get used to it sucker
- first post
-
Excellent Dragons
I cannot seem to replicate your issue while debugging... I used your info to test and everything came back as working. im throwing 1 doses per trip and its restocking just fine and looting fine. i will throw an update for eternal glory but it will need to be tested by you since I dont have 24m gold to drop on the amulet but i assume it has the same teleports as a regular one. maybe an SDN build will refresh something but my local version is running fine. it will be v7.29
-
Tired as fuck, what am i doing wrong?
if (getInventory().isFull()){ bankStuff(); } else { buykebab(); } private void buykebab(){ if (!AREA_KEBAB_SHOP.contains(myPosition())){ getWalking().walk(AREA_KEBAB_SHOP); return; } if (getDialogues().inDialogue()) { if (getDialogues().isPendingOption()){ getDialogues().selectOption(2); } else getDialogues().clickContinue(); } else { final NPC worker = getNPCS().closest("Karim"); if (worker != null) { worker.interact("Talk-to"); new FConditionalSleep(() -> getDialogues().inDialogue(), 7000).sleep(); } } } private void bankStuff() throws InterruptedException { if (!Banks.AL_KHARID.contains(myPosition())){ getWalking().walk(Banks.AL_KHARID); return; } if (!getBank().isOpen()){ getBank().open(); new FConditionalSleep(() -> getBank().isOpen(), random(2300, 10000)).sleep(); } else { if (getBank().depositAllExcept("Coins")){ new FConditionalSleep(() -> getInventory().isEmptyExcept("Coins"), random(2000, 8000)).sleep(); } } } np
- Need services
-
Excellent Dragons
working on replicating your issues.
- Need services
- Need services
- Need services
-
Need services
The Giant Dwarf Watchtower Another Slice of H.A.M. Temple of Ikov (Need: 31-42 thieving too) Monkey Madness Prefer that you price each quest when you pm me (on discord, forums, or chatbox) Acc has 43 prayer 72 agility w/ graceful 38 hp 36 magic/ 42 range Conditions No defence experience gained unless it is gained by the quest(s) listed.Edit: no1 got back to me yet so ima head to bed ill bbl
-
We are being misled
mald will promote me to mod before he gives nick a "ex staff" SSSSSSSSSSS
- Bounty api?
-
Excellent Dragons
I don't have code to make it stop looting if it doesnt have (potion, or games), so that is out of the question. I would need to know more details. If you could fill this out ** B U G R E P O R T F O R M **/ Logger output (pastebin this if it is greater than 15 lines): Status in the paint: Which mode you are doing(Dragon | Location): Gui settings(loot distance, loots, etc.): Gear setup w/ inventory layout: /** B U G R E P O R T F O R M **/' The only possible outcome of this is if the loot is offscreen. Or it ate food/ drank a potion just as the dragon died, causing it to lose track of the interacting npc. Which will not trigger the loot process. I will be doing some testing once I receive your information about your bug report. - Chris
- cud i script on this beast pc
- Excellent Dragons
-
juggles is doing it can be closed
u can hide threads with LS btw. top next to reply to thread click 'topic moderator options' and select 'hide'
- Excellent Dragons
- ≛ Mumble's Service Emporium ≛ Fast ⍟ Affordable ⍟ Safe
-
Combobox null pointer exception
just use a checkbox bro
- Excellent Dragons
- Khal's or Czar's WC?
-
Cannot activate prayer
Have you tried the new Prayer API update in .108? Make sure to also compile on the new version.
-
Excellent Dragons
I'll take a look on how I will implement burry bones option Edit1* I will also take a look at this but this would but I can't guarantee it will always be able to attack steels if it resets aggro etc. Edit2* I'll add this edit: do you also want it to alch it? Done