Welcome, Guest. Login or Register

Recent Posts

[WTB] Lvl 3 w/ Cash
WTB (Want to Buy) Accounts

113, 100m, 3 99's! $185 D...
100+ Combat Accounts

[FS] Range / 2her wif 13....
Combat Pures

90str range:72 fishing:76...
RuneScape Account Market

[FS] 133! CHEAP!! PAYPAL!...
Combat Pures

FireCape Service (1 Def +...
Training Services using Human(s)

[FS] PERM MUTED LVL 85
>80 Combat Accounts

Selling low level initiat...
Combat Pures

Barrow Combat Pure! Fucki...
Combat Pures

Selling 3 Accounts Very C...
Combat Pures

ShoutBox!

Last 15 Shouts:
Today at 07:38:59 PM
Yea go the whole way through my posts, i posted it months ago on a upload site
Today at 07:34:42 PM
Hey anyone know where i can find the original dea so i can pay someone to edit it for me? a private edit
Today at 07:31:31 PM
i've lost two pairs also.. GG =P.
Today at 07:28:07 PM
I had one pair which I lost. Just spent last 39M on another, LOL.
GO DEA!
Today at 07:25:42 PM
I swear you already were asking to buy a pair.

Lost it in the wilderness? :/
Today at 07:24:37 PM
Anyone got D claws on runescape they want to get rid off? I've got 39M.
Today at 07:22:54 PM
My 91 Agility is paying off on this plank running.
Today at 07:21:49 PM
As I said, I ended up buying them.
Today at 07:18:00 PM
If your going to make oak planks, then i suggest actualyl buying dem from ge since their 40gp ea and go make them into planks. cutting them down is a waste of time. 25k oak logs is just about 1m. rly cheap
Today at 07:17:55 PM
K thanks. I ended up buying them anyway. Only bought 5,700 of them. Going from 45 to 64 construction with them.
Today at 07:03:11 PM
I would say Draynor is a good spot. 2 oaks right next to the bank
Today at 07:02:45 PM
Hmm... Go south-east of draynor bank, down by the square. Theres like 4 there.
Today at 06:58:39 PM
Where's the best place to cut Oak logs?

I need them for Construction and don't want to waste the money for it.
Today at 06:27:56 PM
...

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] | 329 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] | 612 Views | 15 Replies | Print article
if you started before this topic.
15 comments | Write Comment
Nov 11 2009
by Eric [Ruler] | 323 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] | 192 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] | 490 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] | 584 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] | 319 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] | 404 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