Jump to content

ThatGamerBlue

Members
  • Posts

    407
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by ThatGamerBlue

  1. RFD Pirate Subquest withdraws items (amulet of accuracy, addy scim, combat brace), equips them, withdraws items (3x crab meat, 1x pestle and mortar, 3x raw cod, 3x bread, 1x knife, 2x kelp, 1x falador teleport), closes bank, opens bank, deposits inventory, withdraws crab meat etc again, repeats.

  2. 23 minutes ago, Apaec said:

    Awesome pic, thanks for posting! (: Those xp rates at that level is pretty awesome!!

    Apa

    Mithril darts is the best way to go ;)

    BTW people, glory sometimes gives a max hit on ranged over str amulet, its great :)

  3. 3 hours ago, The Undefeated said:

    The friends chat has to be included in the normal chat itself, not above the chat. There's an option for that.

    should've been more specific, in the api i'm listening for the message "Unable to add friend - unknown player." that the game sends in the "game" tab, but i found somebody else's api that does what i want using widgets rather than my pixel area clicking

  4. 2 hours ago, Explv said:

    ??

    What is fr.onMessage?

    Where are you declaring the method?

    sry, forgot to mention, fr is an instance of the friends api i wrote, this was the easiest way i could think of to pass the message to update its status, declaring the method in the op in the class extending script

    2 hours ago, The Undefeated said:

    If you wanna log the message you should do this:

    
    	public void onMessage(Message m) {
    		log(m.getMessage());
    	}

     

    i tried this, still nothing gets logged, i think the method isnt even getting called

  5. 25 minutes ago, Eagle Scripts said:

    Thankyou :).

    Last question; can you try and re-simulate this? Meaning you will have to use the exact same settings and patches. I need to know if it happens once again.

    I'll try and recreate it now, resetting all my patches

    • Like 1
×
×
  • Create New...