Welcome, Guest. Login or Register

Recent Posts

Botting Server Side servi...
Training Services using Bot/Macro(s)

Selling 3 Accounts Very C...
Combat Pures

~The Pure Shop~
Combat Pures

FS: Level 102 w/94 Range ...
100+ Combat Accounts

Cheap Training.
Training Services using Bot/Macro(s)

[FS] Cb 70 dds pure!
Combat Pures

[FS] PERM MUTED LVL 85
>80 Combat Accounts

1,425MILL 2 weeks. FIRE ...
RuneScape Item & General Sales

\±/M5CITY'S 24x7 POWER LE...
Training Services using Human(s)

Leveling for you
Training Services using Bot/Macro(s)

[FS] Rune Pure [FS] - 99 ...
Combat Pures

ShoutBox!

Last 15 Shouts:
Today at 04:54:23 AM
NO Buy/Sell links. NO Advertising.
Today at 01:12:21 AM
if u can write up a post on like notepad or sumtin i can post it for yeh to help resolve ur prob
Today at 01:11:15 AM
ooooh Sorry castaway i was referring to ohno- - what seems to be ur problem?- usually get more help from community if u make a detailed post depicting exactly what problem u have
Today at 12:52:03 AM
Can you have him message me Kris?
Today at 12:36:32 AM
i know a guy who can help u out >.>
Today at 12:31:47 AM
Dam cant run ibot overnite, it shut down all of a sudden (Mark's new method to stop us leeching) I really need to get pro again  backofhead
Today at 12:17:58 AM
Can anyone here help me? I need help with getting the .exe program to run scripts and to make threads, pm please~
Today at 12:02:05 AM
I just lol'd at a certain topic
Today at 12:00:54 AM
And for some reason I can't make threads??
Yesterday at 10:54:52 PM
Go to the Monkey Madness Dungeon for range. Go to where all the zombie monkeys attack you, turn on melee pray, bring a lot of prayer pots, and use chinchompas.


Someone got 70-92 range in like 2 days.
Yesterday at 10:48:44 PM
There are a couple tutorials you should look around.
Yesterday at 10:45:04 PM
I don't get a client to run my Nexusbot please help?
Yesterday at 09:58:00 PM
With an abundance of cannon balls ~ can be incredible. Use at daggs . With some range gear / crystal bow . And guthans . U can piss alot of ppl off and prolly get as much as 100k exp and great amount of seeds/seaweed
Yesterday at 09:49:27 PM
i'm thinking how to quickly train ranged - members. What's a cannon like for exp?
Yesterday at 09:40:08 PM
Goddamn cant believe not one bid on acc. Eh . What yall up 2 ?

Welcome Guest! Your access to RSCA is EXTREMELY limited.

To download neXus, have access to Scripts, and all of the forum subforums you must get a RSCA account.

Click Here to create a account



If you need your account activated: Click Here

Nov 18 2009
by Eric [Ruler] | 363 Views | 18 Replies | Print article
magic tab fixes

Don;t user older versions of nexuse please.
18 comments | Write Comment
Nov 11 2009
by Eric [Ruler] | 628 Views | 15 Replies | Print article
if you started before this topic.
15 comments | Write Comment
Nov 11 2009
by Eric [Ruler] | 329 Views | 11 Replies | Print article
Alot of tweaking and fixes.  Reload reflection also if you just started within the last 30mins.

added
WebWalkingOptions.IfNoBankCacheRetrieveItFirst
MouseCommand mc =
mc.convertToDangling()
Convert the mouse event to a plain mouse move command.  If still active when another mouse command is entered, it will be merged
to provide a good transition.

Uber utils will be converted to do this to provide very fluid transitions when changing target etc.  Or anything else.
11 comments | Write Comment
Nov 11 2009
by Eric [Ruler] | 199 Views | 6 Replies | Print article
theBank.countStackOfUsingCache(String name)
theBank.countStackOf(ItemCondition condition)
UberClickOptions.CLEAR_ANY_ITEM_SELECTION
getReflectionFields().multiCombat

6 comments | Write Comment
Nov 06 2009
by Eric [Ruler] | 502 Views | 10 Replies | Print article
2 Web fixes by me and Cody fixed a good amount of IDs and some lines.  Some Web observations issues reported by Perfecticus.

theBank.getBankCache() - Get Cache object that has bank details from the last bank visit.  Nexus does save it so the next time it start up the cache is already known.
If no bank visit has ever been done on that nexus client for the player it will be null/

Un-tested but coded for Cody:
WebWalkingOptions.UsingBankCacheAwarenessAllowBankRequirmentsToTeleport -
If bank cache is known. Visit the bank, withdraw then teleport if that is the best route taking all cost into consideration.
theWorldMap.getBestTeleportEdgeForPreWithDraw
go to URL at bottom.

Alot of API tweaking.

Have about 15 TODO's right now.  Contact me on Skype to request API or problem solve specific higher level script problems.






Brief overview of resources / designs for script writters
http://www.rscheata.net/forum/index.php/topic,14096.0.html
10 comments | Write Comment
Nov 01 2009
by Eric [Ruler] | 597 Views | 20 Replies | Print article
FISH_GUILD_DOOR_2_ENTER fixed
Bank within 10 tiles but not reach-able is now handled.
WHEN_WALKING_ONSCREEN_AVOID_NPCS added
ZANARIS_ENTER fixed
Added back of Dryanor Manor
South Falador agility short cut.
UberUtils Object Clicking can now recover from some mistakes in clicking on both game screen for walking and right clicking objects
20 comments | Write Comment
Oct 31 2009
by Mark [GenoDemoN] | 325 Views | 7 Replies | Print article
I have been very busy recently this has been long overdue. Please read the read-me's before you post or bans will be handed out.


Read-ME on reviews:
http://www.rscheata.net/forum/index.php/topic,77778.0.html

Read-ME on review requests/offers:
http://www.rscheata.net/forum/index.php/topic,77782.0.html

Here is an example review:
http://www.rscheata.net/forum/index.php/topic,77779.0.html


on a side note, with UK's mail strike the mail-in promo has been extended, read more: http://www.rscheata.net/forum/index.php/topic,75761.0.html


-Mark
7 comments | Write Comment
Oct 31 2009
by Eric [Ruler] | 413 Views | 14 Replies | Print article
Some web changes.

WorldObjectClickingScriptJobV2 which allows safe synchronized target changing.
WorldObjectClickingScriptJobV2 job = UberScriptUtils.startScriptJobClick2(final ColorSkeltonScriptable cs, final WorldObject wo, final Pattern toptext, final Pattern menuaction, final EnumSet<UberClickOptions> options)
while (!job.isDone()) {
   //Logic//  Lower cost target found / redirect
   if(job.changeTarget(WorldObject wo)){
     //target change accepted.
  }else{
     //script job is probably done
   }
}

Some web fixes.

Grand Exchange item Values calculation fixes and updated values.

ATTACK_NPC_CONDITION_CHECKS broken up into 2 seperate flags for more control:
UberClickOptions.BREAK_IF_NPC_HPBARUP_INTERACTING_WITH_MYPLAYER
UberClickOptions.BREAK_IF_NPC_HPBARUP_INTERACTING_WITH_OTHERPLAYER
Using ATTACK_NPC_CONDITION_CHECKS will activate both the above flags, Same behavior as before.

UberClickOptions.BREAK_IF_NO_INVENTORY_ITEM_SELECTION
UberClickOptions.USE_MENU_BUT_DONT_SELECT - leaves the menu open

14 comments | Write Comment
Pages: [1] 2 3 ... 7