Jump to content

Kushitious

Members
  • Posts

    278
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Kushitious

  1.     1. Pictures of the account stats

    Stats.png.1a993e5a6afc67f24eb439e23e96c1c9.png

    All prayers unlocked!

    Prayers.png.9332723276d67debce8c5a2af93c2651.png
        2. Pictures of the total wealth (if there is any)

    Few 100k in random supplies in bank, has 4 rune ess pouches as well

    Untradeables.png.fdba0800c402966a377ffe4e5091e23e.png
        3. Pictures of the quests completed

    Desert Treasure, Lunar Diplomacy. Just needs legends for DS2 has all requirements

    Quests.png.ea572546e21686926242c4877f645c5c.png
        4. The price you will be starting bids at

    120m
        5. The A/W (Auto-win) for your account

    250m
        6. The methods of payment you are accepting

    OSRS Gp, Paypal
        7. Your trading conditions

    Buyer will go first unless trusted
        8. Pictures of the account status

    Bans.png.201459f8b4bfc28ac385ab8a923ea269.png
       9. Original/previous owners AND Original Email Address

    I am OO, Email is linked to mine i'll provide email change/password change links upon payment

  2. 1. Pictures of the account stats

    • nf68lEq.png

        2. Pictures of the total wealth (if there is any)

    • ARMrIXO.png

        3. Pictures of the quests completed

    • urGJvnF.png

        4. The price you will be starting bids at

    • 40m

        5. The A/W (Auto-win) for your account

    • 75m

        6. The methods of payment you are accepting

    • 07gp

        7. Your trading conditions

    • Buyer goes first unless trusted

        8. Pictures of the account status

    • 4zkSoi0.png

       9. Original/previous owners AND Original Email Address

    • Me, Email/pass change link will be given upon payment
  3. 1st Account - 50m 07 Obo

    • 94 Combat
    • 1100+ Total Level
    • 96 Quest Points, Regicide, Fairy Rings, Mm1, Needs Varze, Monkey, Guide for RFD

    1. Pictures of the account stats

    • tpfZQ7A.png

        2. Pictures of the total wealth (if there is any)

    • aNaBTMf.png

        3. Pictures of the quests completed

    • r5S26Ul.png

        6. The methods of payment you are accepting

    • Osrs Gp

        7. Your trading conditions

    • Buyer Goes first. Upon receiving gold buyer will get email change link/user pass and any other info i have on the account

        8.  Pictures of the account status

    • DtH7Xd0.png

       9. Original/previous owners AND Original Email Address

    • I trained the accounts and created them. you will get an email change link as emails are still in use.

     

     

    2nd Account - 100m 07 Obo

    • 107 Combat
    • 1500+ Total
    • 196 Quest Points, Regicide, Rfd, MM1, Fairy Rings, Desert Treasure All f2p quests Minus X Marks the Spot and Below Ice Mountain

    1. Pictures of the account stats

    • bNTeHhA.png

        2. Pictures of the total wealth (if there is any)

    • RSNKQRs.png

        3. Pictures of the quests completed

        6. The methods of payment you are accepting

    • 07 Gp

        7. Your trading conditions

    • Buyer Goes first. Upon receiving gold buyer will get email change link/user pass and any other info i have on the account

        8.  Pictures of the account status

    • 84szKTI.png

       9. Original/previous owners AND Original Email Address

    • I trained the accounts and created them. you will get an email change link as emails are still in use.
  4. 2 minutes ago, Camaro said:

                    new ConditionalSleep(Script.random(10000, 15000)) {
                        public boolean condition()
                                throws InterruptedException {
                            return !myPlayer().isAnimating(); <-- take the exclamation point away
                        }
                    }.sleep();

    And you should be good!

    AH i had the ! there still. Thanks loads for the help!

    • Like 1
  5. Bot will walk to fishing area and i manually start fishing and get full invent it will bank but wont start fishing itself

    Code to start Fishing

     private void StartFishing() throws InterruptedException {
            Entity FISH = objects.closest("Rod Fishing spot");

            if(FISHAREA.contains(myPlayer())){           
              if (FISH != null && !myPlayer().isMoving() && !myPlayer().isAnimating()) {
                   FISH.interact("Bait");
                    new ConditionalSleep(Script.random(10000, 15000)) {
                        public boolean condition()
                                throws InterruptedException {
                            return !myPlayer().isAnimating();
                        }
                    }.sleep();
                }
            }
        }

×
×
  • Create New...