Jump to content

TiPPeX

Members
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by TiPPeX

  1. 5 minutes ago, progamerz said:

    Can u give me in detail description?

    http://oldschoolrunescape.wikia.com/wiki/Bird_nest

     

    Quote

    A bird nest can be found whilst cutting most types of trees, including ent trunks. If a nest appears while a player is cutting a tree, usually a chirping sound will be heard, and a message in the chat box will appear, stating "A bird's nest falls out of the tree." 

    Might be little tricky to test/debug.

  2. On 14.7.2017 at 6:48 PM, withoutidols said:

    Unfortunately, I've decided against releasing the automated mode to the public. I believe it will damage the game's integrity and make it too easy for people to abuse account creation. If you would be interested in purchasing the application from me, contact me through pm. I am willing to add any features you would like as well, assuming the payment is reasonable. 

     

    Can I have the non automated mode?
    I'm missing the creator Object source code.

    Thanks!

  3. As mentioned in other post earlier I'm looking into linux.
    Doesn't yet decided which OS so I'll proably decide on the OS which has some results on .sh so I have it ready.

    If anyone has a .sh that could install any of the following(With it's dependencies)

    1. vncserver

    2. Oracle's Java

    3. A desktop/GUI 

    4. Maybe something I forgot.?

    I'm currently running on Google's compute engine since it's free.

     

    Thanks for the help.

     

  4. 55 minutes ago, Zappster said:
    
     		new Area(2534, 3576, 2537, 3572), //Barbarian Assault Bank - Members
                new Area(3496, 3213, 3499, 3210), //Burgh de Rott Bank - Members, started In Aid of the Myreque
                new Area(2933, 3284, 2936, 3281), //Crafting Guild Bank - F2P, crafting level 40 + brown apron
                new Area(2618, 3896, 2620, 3893), //Etceteria Bank - Members, Fremmy Trials finished
                new Area(2661, 3162, 2665, 3160), //Fishing Trawler Bank - Members
                new Area(2584, 3422, 2588, 3418), //Fishing Guild Bank - Members, 63 fishing (with boost) or 68
                new Area(2440, 3489, 2442, 3487).setPlane(1), //Grand Tree West - Members, requires one time door minigame? or tele via grand seed pod
                new Area(2448, 3482, 2450, 3479).setPlane(1), //Grand Tree South - Members, requires one time door minigame? or tele via grand seed pod
                new Area(2415, 3803, 2418, 3801), //Jatiszo Bank - Members, Fremmy Trials finished, fremmy isle started
                new Area(1610, 3683, 1613, 3680).setPlane(2), //Kingdom of Great Kourend Bank - Members
                new Area(2350, 3163, 2354, 3162), //Lletya Bank - Members, started Mourning's Ends Part I
                new Area(2097, 3919, 2102, 3917), //Lunar Isle Bank - Members, about half way into Lunar Diplomacy
                new Area(1508, 3423, 1511, 3419), //Lands End Bank - Members
                new Area(3424, 2892, 3430, 2889), //Nardah Bank - Members, requires getting into desert
                new Area(2335, 3808, 2337, 3805), //Neitiznot Bank - Members, Fremmy trials finished
                new Area(3686, 3471, 3691, 3463), //Port Phasmatys Bank - Members, requires Priest in Peril (can charter or use ecoto tokens to enter)
                new Area(2327, 3690, 2332, 3687), //Piscatoris Bank - Members, Swan Song finished
                new Area(2849, 2955, 2855, 2953), //Shilo Village Bank - Members, Shilo Villlage finished
                new Area(1717, 3466, 1722, 3463), //Sandcrabs Bank - Members, located in Zeah
                new Area(3305, 3123, 3308, 3119), //Shantay Pass Bank - F2P
                new Area(1453, 3859, 1458, 3856), //Sulphur Mine - Members, located in Zeah
                new Area(3120, 3124, 3123, 3120), //Tutorial Island Bank - F2P 
                new Area(2444, 3427, 2446, 3422).setPlane(1), //Tree Gnome Stronghold Bank - Members, requires one time door minigame? or tele via grand seed pod
                new Area(1802, 3571, 1808, 3571), //Vinery Bank - Members, located in Zeah, requires no favour to use
                new Area(2843, 3544, 2846, 3539), //Warriors Guild Bank - Members, Attack + Strength >= 130
                new Area(1589, 3480, 1593, 3476), //Woodcutting Guild Bank - Members, requires 60 wc + 75% hosidius house favour
                new Area(1653, 3613, 1658, 3607), //Zeah Cooking Bank - Members, located on Zeah

    You are a god <3

    • Boge 1
  5. So I've opened a windows VPS which worked for me with 1 bot, but it's cost are larger then Linux,

    So I would like to get into Linux VPSing.

    Which Linux OS should I use, any data on CPU power needed per client I will use the CLI commands.

    And I think there is no option to use single client, I will needed seperate client per bot.
    So Whats the CPU requirement for a single bot using the CLI.

    P.S If I'm talking BS please tell me what I', saying wrong so I can study <3 and Cheers!
     

  6. Sorry for being rude here,

    But Are any of the banks added have any restriction(quests, items... etc)

    Sorry for being RS newb.

     

    Edit: NVM stupid question, I see plane and lunar so I guess I'll have to filter them.

     

    Thanks for the great idea!

  7. Lovely initiative  <3!

    Just so we can be clear,

    This is useful to create private scripts yeah?

    Meaning you don't paste this somewhere and magic happens..?

  8. Hello,

     

    So I've been re-factoring my scripts to have the same personal library instead of having duplicate code.

    After refactoring and importing the library as a dependency, I tried running it to see that I didn't ruin it.

    And I did ruin it...

    Got: 

    Quote

    [ERROR][09/16 01:34:42 PM]: Failed to load local script : MyClass.class

    Error rose when Refreshing scripts on the osBot Launcher.

    Since I'm new to Java programming, is there something I missed while creating the library?

    It's looks something like this:

    Lib => lib.jar => Script + lib.jar => localScript.jar

    *P.S Using Intellij's IDEA 2017 With Java 8 (With Windows OS).

    Thanks for the help.

    TiPPeX.

  9. Hello :),

    So I've developed a few scripts and all the docs I read where quite conflicting each other regarding the sleep time returned after each loop.

    So that got me thinking if there are some best practices/ ways which will help with Anti-Banning if there is such thing.

    Thanks for help.

  10. Hello community.

    So I recently came back to OSRS last played was like 7 years ago or something,

    It seems to me that there is a really good IRL money sitting here.

    I've finished my BS.c degree and was messing around with the OSBot API and created a few money making scripts.

    I would like to join a working business containing :

    account creation -> functioning money bots -> money selling.

    (Or any other sort of business nearing this area).

    I would help with creating new scripts/ new money methods,

    And growing your business.

    Fell free to laugh at me for trying this or jump on the train for success.

    Just PM me or comment what you think here.

     

    This is no Troll.

    I'm really serious and I will be successful.

     

    Thanks,

×
×
  • Create New...