Search found 579 matches

by jduartedj
Tue Feb 01, 2011 4:02 pm
Forum: Runes of Magic
Topic: can rombot stop a cyclone?
Replies: 17
Views: 3267

Re: can rombot stop a cyclone?

maybe you can use

Code: Select all

castFirewall('colossal')
...
by jduartedj
Tue Feb 01, 2011 3:57 pm
Forum: Runes of Magic
Topic: <num 6> insert 'choiceoption'<>' command -> what it does ?
Replies: 10
Views: 2441

Re: <num 6> insert 'choiceoption'<>' command -> what it does

me too!

the problem is if the option in question is a quest accept/deliver then a diff code would have to be used. I don't know how exactly to approach this.
by jduartedj
Tue Feb 01, 2011 3:52 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: optimizing golden eggs profit
Replies: 161
Views: 49884

Re: optimizing golden eggs profit

I rest my case...
by jduartedj
Tue Feb 01, 2011 3:45 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: optimizing golden eggs profit
Replies: 161
Views: 49884

Re: optimizing golden eggs profit

Can you please read the forum rules before posting any more posts. http://www.solarstrike.net/phpBB3/viewtopic.php?f=21&t=2 I can forgive 1 or 2 posts that don't follow the forum rules but you've posted a few posts now and nearly all of them break the rules. So please follow the forum rules fro...
by jduartedj
Tue Feb 01, 2011 3:37 pm
Forum: Runes of Magic
Topic: Killing monsters with bot - 1 waypoint = 1 monster only?
Replies: 1
Views: 920

Re: Killing monsters with bot - 1 waypoint = 1 monster only?

it usually kills everything in sight as long as you have set the proper range and not limit the kill count!
by jduartedj
Tue Feb 01, 2011 3:31 pm
Forum: Runes of Magic
Topic: can rombot stop a cyclone?
Replies: 17
Views: 3267

Re: can rombot stop a cyclone?

Just use:

Code: Select all

stopCyclone(X,Y)
or

Code: Select all

easilyStopCyclone(X,Y,Z)

good luck ;)
by jduartedj
Tue Feb 01, 2011 3:10 pm
Forum: Runes of Magic
Topic: Bot not working correctly after 25 clients?
Replies: 27
Views: 7969

Re: Bot not working correctly after 25 clients?

I'm sorry to say but 10mbits could also influence having so many bots running, at least the lag would be major! so every timing and so would have to be delayed. 10mbits gives only 50kb/s per client at OPTIMAL speed which should be 30-40kb/s at a normal speed and could limit the client!
by jduartedj
Mon Jan 31, 2011 7:31 pm
Forum: Runes of Magic
Topic: Bot not working correctly after 25 clients?
Replies: 27
Views: 7969

Re: Bot not working correctly after 25 clients?

What is ur internet speed? no where in the world will the game client take 4Mbit/s of bandwidth that's 500Kb/s! Unless ur connection is less than 100Mbit/s
by jduartedj
Mon Jan 31, 2011 7:21 pm
Forum: Runes of Magic
Topic: Turning Off Buffing When On A Mount
Replies: 14
Views: 2681

Re: Turning Off Buffing When On A Mount

actually I just use: (in my profile) <onPreSkillCast> if (__WPL.Type == (WPT_TRAVEL or WPT_RUN)) and (player.Mounted) then return false; end </onPreSkillCast> EDIT:if you want it to be regardless of the waypoint type then use: <onPreSkillCast> if player.Mounted then return false; end </onPreSkillCas...
by jduartedj
Mon Jan 31, 2011 7:18 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: optimizing golden eggs profit
Replies: 161
Views: 49884

Re: optimizing golden eggs profit

Sorry I've been away and could give the much needed assistance, I will optimize my scripts further along the given feed back. Thank rock5 for help ppl with my scripts!
by jduartedj
Mon Jan 31, 2011 7:10 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: optimizing golden eggs profit
Replies: 161
Views: 49884

Re: optimizing golden eggs profit

I know nothing about that, and this thread is not for those issues. This thread is regarding optimizing the egg scripts only!
by jduartedj
Thu Jan 27, 2011 4:37 pm
Forum: Runes of Magic
Topic: Patch 3.0.8 broke something...
Replies: 91
Views: 23709

Re: Patch 3.0.8 broke something...

P3P3 you didn't update properly!
probably the petegg class wasn't updated since a while ago, try deleting classes folder and update again
by jduartedj
Thu Jan 27, 2011 10:59 am
Forum: Runes of Magic
Topic: Patch 3.0.8 broke something...
Replies: 91
Views: 23709

Re: Patch 3.0.8 broke something...

It's been said, Use SVN update. Don't use update.lua (or rom/bot update or rom/update in MiscroMacro).
by jduartedj
Wed Jan 26, 2011 10:40 pm
Forum: Runes of Magic
Topic: Just weird or just me?
Replies: 4
Views: 1392

Re: Just weird or just me?

1 word.... ANNOYING!
by jduartedj
Wed Jan 26, 2011 10:34 pm
Forum: Runes of Magic
Topic: Patch 3.0.8 broke something...
Replies: 91
Views: 23709

Re: Patch 3.0.8 broke something...

have you not been reading??

anyway pet crafting (and other pet stuff I assume) aren't working also!

EDIT:
Doesn't Detect Foods either so i'm assuming doesn't read the bag at all, because itemCount returns 0 for items.
by jduartedj
Wed Jan 26, 2011 9:49 pm
Forum: Runes of Magic
Topic: Just weird or just me?
Replies: 4
Views: 1392

Just weird or just me?

When I log in it ALWAYS asks for my secondary password and it says I can only use the on-screen keyboard.
if I input my password (on-screen keyboard or not) i proceed normally, but I have to do it EVERY time! :P
anny1 else?
by jduartedj
Wed Jan 26, 2011 3:28 pm
Forum: Runes of Magic
Topic: Patch 3.0.8 broke something...
Replies: 91
Views: 23709

Re: Patch 3.0.8 broke something...

I can't test anything as IO'm at work but the problem seems to be with:

Code: Select all

local tablePointerDir = memoryReadIntPtr( proc, addresses.tablesBase, addresses.tablesBaseOffset );
which is null! one of those is wrong either base or offset
by jduartedj
Wed Jan 26, 2011 3:20 pm
Forum: Runes of Magic
Topic: New EggPet class.
Replies: 204
Views: 45156

Re: New EggPet class.

1 atribute is comulative, training.... anyway I don't use it much because it becomes cheaper to buy golden eggs at 6-7k ea egg <8k ea trap! thing is golden egg = 100 XP, and 1 egg = 1000 xP (if same lvl) but they can cost 50k some times and there aren't many... =========== 5. Training =========== Re...
by jduartedj
Wed Jan 26, 2011 2:39 pm
Forum: Runes of Magic
Topic: Patch 3.0.8 broke something...
Replies: 91
Views: 23709

Re: Patch 3.0.8 broke something...

Get an error with this:

Code: Select all

realTablePointer
by jduartedj
Wed Jan 26, 2011 11:08 am
Forum: Runes of Magic
Topic: Patch 3.0.8 broke something...
Replies: 91
Views: 23709

Re: Patch 3.0.8 broke something...

not getting THAT error, getting an error in this line:

Code: Select all

	self.Casting = (memoryReadRepeat("intptr", getProc(), addresses.castingBarPtr, addresses.castingBar_offset) ~= 0);