Search found 85 matches

by Rom Botter
Wed Jun 22, 2011 6:09 am
Forum: Runes of Magic
Topic: Increased plussing chance
Replies: 7
Views: 3181

Re: Increased plussing chance

For real? :shock:

Never heard of those spots :geek:
by Rom Botter
Thu Jun 09, 2011 7:36 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51531

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

wow, i've been away for a while, and i see u guys NAILED this sec pass problem u had, AWESOME work!!! Not really nailed. Changing account still doesn't work. i farm eggs in different channels because i noticed that this might solve the problem i read in the egg farm topic about at night the amount ...
by Rom Botter
Wed Jun 08, 2011 7:34 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51531

Re: rock5&swietlowka Autologin v2.1 with boxes and secondary

wow, i've been away for a while, and i see u guys NAILED this sec pass problem u had, AWESOME work!!! now ofcourse i wouldnt be posting here if i didnt have a question :P my question is about the selecting of character when logged in, and the channel selection --========================== character ...
by Rom Botter
Mon Feb 28, 2011 8:21 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14624

Re: UseFood + useHousemaidPotions = useGoodie !!!

wow, so much work on a user function...

i always just assign a skill i never use to my hotkey, change cooldown to cooldown of potion, and let the bot use that tweaked skill as a potion :)

but then again, i dont use that many potions :P
by Rom Botter
Tue Feb 22, 2011 7:57 am
Forum: Runes of Magic
Topic: Runes of Magic login security
Replies: 8
Views: 3277

Re: Runes of Magic login security

so i guess we're all screwed?? allot of hacking has been going on in my server "ilsitir" ... many High ranked players are getting hacked...
by Rom Botter
Tue Feb 22, 2011 3:16 am
Forum: Runes of Magic
Topic: Operation party network bot
Replies: 9
Views: 3566

Re: Operation party network bot

will this also work if all characters are on 1 pc, or since its working with local ip's, should every cleint use its own pc... or only the leader since all his data is transfered to assist clients?

nice code btw :D
by Rom Botter
Tue Feb 22, 2011 2:48 am
Forum: Runes of Magic
Topic: Runes of Magic login security
Replies: 8
Views: 3277

Re: Runes of Magic login security

He's basically just saying that the username and password combination might as well be sent out in plain text. It is incredibly easy for someone inside your network to sniff your login attempt and get the information , or to get it stolen by malware. So they have to actually be inside your LAN for ...
by Rom Botter
Mon Feb 21, 2011 9:51 am
Forum: Runes of Magic
Topic: Runes of Magic login security
Replies: 8
Views: 3277

Re: Runes of Magic login security

I always knew Frogster doesnt give a sh*t about their players...

so... in other words, everyone can get hacked easily if they know ur ip...?
by Rom Botter
Wed Feb 16, 2011 7:34 am
Forum: Runes of Magic
Topic: Need some help with my OnSkillCast for warrior
Replies: 14
Views: 2879

Re: Need some help with my OnSkillCast for warrior

now the bot is not using any skills at all That's because you set all the skills to autouse=false. The onSkillCast and onPreSkillCast code are only executed when the bot uses a skill from the list(that does not include when you use the skill yourself using the player:cast() command). If no skill is...
by Rom Botter
Wed Feb 16, 2011 7:16 am
Forum: RoM Bot revision notes
Topic: Rev 577 Changelog
Replies: 67
Views: 15030

Re: Rev 577 Changelog

Awesome very nice!!!!!!!!!!

btw, i found that in skills.xml the skill

<skill name="WARRIOR_BLOCKING_STANCE" mana="20" cooldown="20" target="self" type="buff" buffname="502007,503514"/>

has cooldown of 20, should be 900 :)
by Rom Botter
Mon Feb 14, 2011 11:03 am
Forum: Runes of Magic
Topic: Need some help with my OnSkillCast for warrior
Replies: 14
Views: 2879

Re: Need some help with my OnSkillCast for warrior

wow... guess i wasnt thinking logical, but now u said it i see what u mean. from <onPreSkillCast> player:update() local target = player:getTarget() if arg1 == "KNIGHT_DISARMAMENT" and target:hasBuff("Disarmament IV") then return false elseif arg1 == "WARRIOR_SLASH" and ...
by Rom Botter
Mon Feb 14, 2011 10:16 am
Forum: Runes of Magic
Topic: Need some help with my OnSkillCast for warrior
Replies: 14
Views: 2879

Re: Need some help with my OnSkillCast for warrior

I think this is all wrong. You're trying to totally control your attack sequence in the <onSkillCast> section. That will never work properly. The <onSkillCast> section is mostly used to follow 1 skill after another. What you are doing is checking buffs. You need to do that before the skill is used....
by Rom Botter
Mon Feb 14, 2011 6:26 am
Forum: Runes of Magic
Topic: Need some help with my OnSkillCast for warrior
Replies: 14
Views: 2879

Re: Need some help with my OnSkillCast for warrior

removed buffs from profile, now it still gets an error, AFTER it killed a mob... so even when its not casting skills (or just done casting a skill) it still checks the onskillcast and since theres no mob (or atleast a dead mob...) i get nill error :( tried putting: local bool, count = player:getTarg...
by Rom Botter
Sun Feb 13, 2011 4:23 pm
Forum: Runes of Magic
Topic: Need some help with my OnSkillCast for warrior
Replies: 14
Views: 2879

Need some help with my OnSkillCast for warrior

So i started working with my onskillcast in my profile, and found some nice info on the wiki and forums. now i have the following code in my onskillcast section, just cant figure out why the bot doesnt accept it when i start it... i have following: <onSkillCast> local bool, count = target:hasDebuff(...
by Rom Botter
Sun Feb 13, 2011 11:31 am
Forum: Runes of Magic
Topic: Distance from mob
Replies: 2
Views: 1089

Re: Distance from mob

I think the problem is the default melee distance for the bot is 45. Try changing line 17 in settings.lua to 50. MELEE_DISTANCE = 45, no thats not it, i tried to do it manually, but couldnt remake it... the problem is that the bot walks all the way up to the mob to attack it, while when i use my sk...
by Rom Botter
Sun Feb 13, 2011 10:58 am
Forum: Runes of Magic
Topic: Distance from mob
Replies: 2
Views: 1089

Distance from mob

So i made the bot run in limo today, but i noticed that the Sandstorm Yasheedees dont like u being so close to them... (they move away) now i need something in my profile, probably at OnSkillCast about something like this... if mob is Sandstorm Yasheedee then check distance; if distance >50 come clo...
by Rom Botter
Sat Feb 12, 2011 5:54 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: tracking player name // time // WP // level and now gold
Replies: 37
Views: 12688

Re: tracking player name // time // WP // level

My final addon_charinfoWP.lua if( settings == nil ) then include("settings.lua"); end function storecharinfo(nameplayer,msg) if nameplayer == nil then nameplayer = "" end filename = getExecutionPath() .. "/logs/" .. nameplayer .. ".log"; file, err = io.open(f...
by Rom Botter
Wed Feb 02, 2011 1:00 pm
Forum: Runes of Magic
Topic: i just got the bot and need help getting it running
Replies: 33
Views: 6540

Re: i just got the bot and need help getting it running

np at all, i had same problems in the beginning when i started using the bot :P

as long as u ask for help on how to do thing and not ask to get stuff , we are all glad to help u ^^ 8-)
by Rom Botter
Wed Feb 02, 2011 12:01 pm
Forum: Runes of Magic
Topic: i just got the bot and need help getting it running
Replies: 33
Views: 6540

Re: i just got the bot and need help getting it running

extract the file i attached to ur .......runes of magic/interface/addons map, then it should be fixed, the IGF ur bot is asking for, was this file but its from an older revisiion (newer ones dont work i believe) and it is needed for the egg farming :) i believe the newer ingamefunction map wont work...
by Rom Botter
Wed Feb 02, 2011 9:27 am
Forum: Runes of Magic
Topic: i just got the bot and need help getting it running
Replies: 33
Views: 6540

Re: i just got the bot and need help getting it running

the bot cant handle combo key's like CTRL+/ like ur target nearest ally is, change this to just 1 key like only / or maybe TAB (i have set this action to Page_down), this should work. if ur only gonna use the bot for farming eggs, u dont need a specific profile, just open the default.xml profile, an...