Search found 121 matches

by droppen
Fri Sep 03, 2010 2:36 pm
Forum: Runes of Magic
Topic: Bot playing sound when whispered.
Replies: 16
Views: 5924

Re: Bot playing sound when whispered.

I tried that not but its theoreticalliy possible - my idea: load this tool (FDB Extractor), whith this you can look inside the packed files. Open sound.fdb, extract the files an replace all with empty ones. Copy the files with the same root structe like in the packed fdb into your RoM main director...
by droppen
Sat Aug 28, 2010 7:16 pm
Forum: Runes of Magic
Topic: Runing 2 bots
Replies: 9
Views: 8840

Re: Runing 2 bots

I'm using copy of runes of magic game on that way i don't get crash (i'm using win xp). Win 7 have option that you can run 2+ games from same folder (right click...) and need to run 2x micromacro. I tested 3 games on my computer (single CPU 2,2GHz, 1500GB ram) but little to much freezing. Dual core...
by droppen
Thu Aug 26, 2010 6:47 pm
Forum: Runes of Magic
Topic: idea for "forbidden zone" calculation
Replies: 12
Views: 3298

Re: idea for "forbidden zone" calculation

hmm, do you mean like mark an area in witch to fight mobs, or make the bot not go too far from the points?
by droppen
Thu Aug 26, 2010 11:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238351

Re: Rock5's Mail Mods

Wow! cool, I feel inspired to code again :)
..i've been participating in the unfoldment of the collective conciousness awakening here in finland.
by droppen
Thu Aug 26, 2010 6:39 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238351

Re: Rock5's Mail Mods

Have you guys figured out yet how to open the mail box with the window minimized?
by droppen
Mon Feb 08, 2010 5:19 pm
Forum: Runes of Magic
Topic: Anyone have a 22+ waypoint file you can share?
Replies: 6
Views: 3115

Re: Anyone have a 22+ waypoint file you can share?

no wait, heres some for lev 22
by droppen
Mon Feb 08, 2010 5:16 pm
Forum: Runes of Magic
Topic: Anyone have a 22+ waypoint file you can share?
Replies: 6
Views: 3115

Re: Anyone have a 22+ waypoint file you can share?

i only have from 25 to 35..
by droppen
Tue Dec 01, 2009 9:36 pm
Forum: Runes of Magic
Topic: Unsticking player?
Replies: 14
Views: 4440

Re: Unsticking player?

i use XP, i have a hunch, that it might be related to the way rombot clears target, by writing zeros in memory, or am i mistaken?
by droppen
Mon Nov 23, 2009 7:01 pm
Forum: Runes of Magic
Topic: Invite/Leave party code
Replies: 2
Views: 1681

Re: Invite/Leave party code

by droppen
Sun Nov 15, 2009 3:00 am
Forum: MicroMacro scripts
Topic: Am i able to..
Replies: 1
Views: 2080

Am i able to..

i want to run 2 instances of a script inside one lua file kind of like javascript does. Is this possible? function main() printf("\n\nInitializing.."); function test() while( not keyPressed(key.VK_F5) ) do print("test1"); rest(50); end end registerTimer("test", secondsT...
by droppen
Thu Nov 12, 2009 1:56 pm
Forum: Runes of Magic
Topic: SVN 401: Error on database.lua
Replies: 4
Views: 2392

Re: SVN 401: Error on database.lua

please post the line number.
by droppen
Wed Nov 11, 2009 10:14 pm
Forum: Runes of Magic
Topic: Cannot use m/d & d/m elites.
Replies: 6
Views: 2503

Re: Cannot use m/d & d/m elites.

jätkä wrote:<skill name="MAGE_PERCEPTION" mana="100" cooldown="0" type="buff" target="self" />
Like this? Perception doesn't have a cooldown, so I put it to 0.
vitun jätkä ;P
joo, just noin
by droppen
Sun Nov 01, 2009 2:10 pm
Forum: Runes of Magic
Topic: VietNam Client
Replies: 6
Views: 2818

Re: VietNam Client

hmm, according to http://forum.us.runesofmagic.com/forumdisplay.php?f=41 the version of the game you have is neither 2.1.1 or 2.1.2, its between them. so, i suggest you select a reversion pre 382, 381 maybe, and then run update.lua if you don't know how to select a reversion, you should read the tor...
by droppen
Sat Oct 31, 2009 7:03 pm
Forum: Runes of Magic
Topic: VietNam Client
Replies: 6
Views: 2818

Re: VietNam Client

you should test it. if the newest version doesn't work, try older reversions
by droppen
Sat Oct 31, 2009 12:40 am
Forum: Runes of Magic
Topic: bad argument #1 to 'sprintf' <got nil>
Replies: 17
Views: 4516

Re: bad argument #1 to 'sprintf' <got nil>

ooh, got it. i had control+r bind on relpy to whisper, so if i has control down, and the bot used a skill bound to r it opens the chat dialog.
by droppen
Sat Oct 31, 2009 12:32 am
Forum: Runes of Magic
Topic: Harvesting with the bot - How To For Dummies
Replies: 174
Views: 188423

Re: Harvesting with the bot - How To For Dummies

the bad things in calling the game's dlls directly is nicely shown in botsmall, it crashes the client and its hard to update. if you want to multi client harvest, you need to figure out how to use the herbs by memory editing, for example, how to make herbs seem like NPC's so that you could target th...
by droppen
Sat Oct 31, 2009 12:20 am
Forum: Runes of Magic
Topic: Help with script needed here..
Replies: 12
Views: 3955

Re: Help with script needed here..

oh thanks alot guys... I have another problem .. when I am stuck it usualy try 10 times to get out then log out.. wat if I want it to load a path after the 10 tries? also wat if I have an addon for combat and I want it to take care of the combat...wat should I do ? just delete the class skills from...
by droppen
Sat Oct 31, 2009 12:17 am
Forum: Runes of Magic
Topic: Execution Errors
Replies: 6
Views: 2285

Re: Execution Errors

It looks as if getProc() is returning a null for the romscript function, witch is illogical..
by droppen
Fri Oct 30, 2009 2:03 am
Forum: Runes of Magic
Topic: bad argument #1 to 'sprintf' <got nil>
Replies: 17
Views: 4516

Re: bad argument #1 to 'sprintf' <got nil>

I've got that bug too, the chat dialog opens, and you die. i think it has something to do with working with the bot on background.
by droppen
Thu Oct 29, 2009 7:01 am
Forum: Runes of Magic
Topic: Harvesting with the bot - How To For Dummies
Replies: 174
Views: 188423

Re: Harvesting with the bot - How To For Dummies

botsmall call's the games functions from an injected DLL, and the beauty of micromacro is that it uses only memory reading and writing. That mean's its impossible to detect micromacro as a hack unless its specifically targeted.