Search found 121 matches

by droppen
Tue Sep 08, 2009 6:26 pm
Forum: Runes of Magic
Topic: Setup Error
Replies: 11
Views: 2868

Re: Setup Error

Image
by droppen
Mon Sep 07, 2009 1:42 am
Forum: Runes of Magic
Topic: Update
Replies: 15
Views: 3637

Update

I've made an update to the bot, where it handle's a lot of item functions for you. you no longer have to set the mana and healing potion's key, because it knows what is the best potion in your inventory. allso: - auto buy new potions and sticks and stones! (arrows and thrown weapons) - auto reload. ...
by droppen
Mon Sep 07, 2009 12:32 am
Forum: Runes of Magic
Topic: How do you write a bot for RoM?
Replies: 3
Views: 1563

Re: How do you write a bot for RoM?

Yeah, another way is to hook directly to the RoM process, and take control of it's function call's, but we don't wanna use that, because memory reading is much simpler, it doesn't crash the client easily.
by droppen
Sat Sep 05, 2009 10:08 pm
Forum: MicroMacro scripts
Topic: [Request] Example script of file i/o
Replies: 5
Views: 3189

Re: [Request] Example script of file i/o

Oh yeah, didn't know it was a lua function :P
by droppen
Sat Sep 05, 2009 2:37 pm
Forum: Runes of Magic
Topic: Can we levelup Skills with Macros
Replies: 9
Views: 2245

Re: Can we levelup Skills with Macros

RoMScript("SetSpellPoint( 2, 2 )") will add 1 spell point to the second skill in second skill book Yea. It really works. A little confusing was that the skill tab #3 is addressed be using #4. Means to level up the mage skill 'flame' for one level you have to use RoMScript("SetSpellPo...
by droppen
Sat Sep 05, 2009 1:56 pm
Forum: Runes of Magic
Topic: Can we levelup Skills with Macros
Replies: 9
Views: 2245

Re: Can we levelup Skills with Macros

d003232 wrote:
droppen wrote:this is the game's skill book
Thx for the infos. I will play a little around with that. Do you know a tool to unpack the games .*fdb files?
yes. http://filebeam.com/3d87b9917faed47b4fc06e6bc9bea202
by droppen
Sat Sep 05, 2009 1:41 pm
Forum: Runes of Magic
Topic: Can we levelup Skills with Macros
Replies: 9
Views: 2245

Re: Can we levelup Skills with Macros

here is how you set the skill point: RoMScript("SetSpellPoint( 2, 2 )") will add 1 spell point to the second skill in second skill book SetSpellPoint( skillBook, skillNumber ) UseSkill( skillBook, skillNumber ) will use the skill see also local _SkillName, _SkillLV, _IconPath, _Mode, _PLV,...
by droppen
Sat Sep 05, 2009 1:22 pm
Forum: MicroMacro scripts
Topic: [Request] Example script of file i/o
Replies: 5
Views: 3189

[Request] Example script of file i/o

yeap!
by droppen
Sat Sep 05, 2009 1:16 pm
Forum: Runes of Magic
Topic: Druid screenshots
Replies: 11
Views: 3048

Re: Druid screenshots

No, you don't get baned. I was leveling mine up a month ago. :D I haven't been checking but when I was last on they didn't have skill names, making it hard... how did you get to play them anyways? .... he's one of the RoM's developers. how did you not know that? j/k, its called memory hacking.
by droppen
Sat Sep 05, 2009 1:11 pm
Forum: Runes of Magic
Topic: Can we levelup Skills with Macros
Replies: 9
Views: 2245

Re: Can we levelup Skills with Macros

no wait, take a look at this: gSkillFrame = {}; DF_MAXLINE_SKILLBOOK = 5; DF_MAXPAGESKILL_SKILLBOOK = 10; DF_SkillType_Common = 1; DF_SkillType_MainJob = 2; DF_SkillType_SubJob = 3; DF_SkillType_SP = 4; DF_SkillType_Pet = 5; StaticPopupDialogs["SET_SPELLPOINT"] = { text = DF_STR_SKILLBOOK_...
by droppen
Sat Sep 05, 2009 1:03 pm
Forum: Runes of Magic
Topic: Help leveling
Replies: 1
Views: 1176

Help leveling

could someone help me level up my bot? :D i can code some functionality to the bot that you need in exchange.
by droppen
Sat Sep 05, 2009 11:52 am
Forum: Runes of Magic
Topic: Can we levelup Skills with Macros
Replies: 9
Views: 2245

Re: Can we levelup Skills with Macros

i dont think its possible..
by droppen
Fri Sep 04, 2009 8:11 pm
Forum: Runes of Magic
Topic: Umlauts
Replies: 8
Views: 2551

Re: Umlauts

just look at inventory.lua, it has these function's pre coded.
by droppen
Thu Sep 03, 2009 8:04 pm
Forum: Runes of Magic
Topic: PLZ help on farm bot
Replies: 12
Views: 2713

Re: PLZ help on farm bot

please run your text through a spell check or something.. i cant understand what is the problem.
by droppen
Thu Sep 03, 2009 7:25 pm
Forum: Runes of Magic
Topic: PLZ help on farm bot
Replies: 12
Views: 2713

Re: PLZ help on farm bot

try <waypoints type="RUN">
by droppen
Wed Sep 02, 2009 7:45 pm
Forum: Runes of Magic
Topic: Need item names
Replies: 0
Views: 1798

Need item names

If your bored and want to help, you can search item names, id's and information. <potions> <!-- Healing potions --> <potion type="healing" id="204889" name="Spirit Herb" level="51" /> <potion type="healing" id="200820" name="Ancestral ...
by droppen
Tue Sep 01, 2009 2:32 pm
Forum: Runes of Magic
Topic: Possible ban counter measures
Replies: 14
Views: 4000

Re: Possible ban counter measures

I think botting is the next generation of playing MMORPG i mean, botting is the revolution of playing mmorpg. it leaves people more time to like, go outside and socialize with other people. People should find more fun in automating their daily lives than doing what your required to achieve a certain...
by droppen
Mon Aug 31, 2009 10:34 pm
Forum: Runes of Magic
Topic: Possible ban counter measures
Replies: 14
Views: 4000

Re: Possible ban counter measures

I dont think theres any epic battles going on between GM's and botters. GM's are usually invisible when they look at your botting. And they usually dont bother. People that report botters are usually some 12 year olds that expect to get an epic reward for helping out GM's
by droppen
Mon Aug 31, 2009 5:31 pm
Forum: Runes of Magic
Topic: Possible ban counter measures
Replies: 14
Views: 4000

Re: Possible ban counter measures

The only good way i can think of is making a chat bot addon. I remember the good old days in wow botting, when we had a open source chatbot awnsering the gm's call's. Anyways, i dont think gm's talk to you before they ban you. So, best way to not get banned is not to get reported by other players
by droppen
Mon Aug 31, 2009 6:16 am
Forum: Runes of Magic
Topic: Item Check for Dailyquests
Replies: 16
Views: 4464

Re: Item Check for Dailyquests

Yep, impressive.