Search found 101 matches

by Zilvermoon
Sun Jul 26, 2009 6:53 pm
Forum: Runes of Magic
Topic: Suggestion: Stop moving on player:Battling()
Replies: 9
Views: 2490

Re: Suggestion: Stop moving on player:Battling()

Ok your code is great, but you didn't take into account that the function also is used for moving towards a mob, which is making a great mess out of it, so to fix that edit line 641 in player.lua to: code: if( self.Battling ) then new code: if( self.Battling and not self:haveTarget() ) then edit: Na...
by Zilvermoon
Sun Jul 26, 2009 5:43 pm
Forum: Runes of Magic
Topic: Suggestion: Stop moving on player:Battling()
Replies: 9
Views: 2490

Re: Suggestion: Stop moving on player:Battling()

I have noticed that when I move through areas with hostile mobs my character will continue to move even though the player:Battling() flag is activated, this isn't a real issue in most places, but if you farm elites it is a big deal, so here is a fix: Ähm Ähm Ähm, SVN 89 from a couple days before...
by Zilvermoon
Sun Jul 26, 2009 5:20 pm
Forum: Runes of Magic
Topic: Suggestion: Stop moving on player:Battling()
Replies: 9
Views: 2490

Suggestion: Stop moving on player:Battling()

I have noticed that when I move through areas with hostile mobs my character will continue to move even though the player:Battling() flag is activated, this isn't a real issue in most places, but if you farm elites it is a big deal, so here is a fix: player.lua line 644 - 663 self:update(); if( self...
by Zilvermoon
Sat Jul 25, 2009 6:12 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 850367

Re: RoM bot

2. I dont know if i misunderstood something but everytime I change my first class i have to modify my charname.xml. Changing everytime from Knight to Priest is very time intensive so I wanted to know if I or u can do something about that. There is a new function in the SVN. You can now define both ...
by Zilvermoon
Fri Jul 24, 2009 7:06 pm
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 49622

Re: Howto: My bot is not looting !!!

I suppose the reason for some of that skips is here in player.lua:It's the bug with death mobs that still have HP. I would suggest to show the HPs of the target mob also in the MM window to make the reason more clear for everyone ... or the delete the HP check? I don't remember what the reason was ...
by Zilvermoon
Fri Jul 24, 2009 6:32 pm
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 49622

Re: Howto: My bot is not looting !!!

I'm going to try to re-create the bug again ... I got 100% SVN copy and I'll leave a screenshot and all the information in this post once I'm done... Here is all the information I can give .... took me less than 5 min to re-create it .... it's the main reason my bot skip looting, it simply doesn't g...
by Zilvermoon
Fri Jul 24, 2009 6:11 pm
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 49622

Re: Howto: My bot is not looting !!!

The original way I notised it was, I would kill the enemy with 3 skill's and it would just go to next waypoint ( no msg about enemy dead/lost ) Zilvermoon I can't see any logical reason for this in the code. Did it mention that you entered combat? You're using an addon to help with skills, right? s...
by Zilvermoon
Fri Jul 24, 2009 1:55 pm
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 49622

Re: Howto: My bot is not looting !!!

This might also be coursed by the player:checkSkills() in bot.lua .... I have come across this function doing combat for me which would lead to not looting .... I Hmm. The bot should only fight if he has a target. And if the bot get a target, he should normaly not be at that coding place. In my opt...
by Zilvermoon
Fri Jul 24, 2009 12:31 pm
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 49622

Re: Howto: My bot is not looting !!!

This might also be coursed by the player:checkSkills() in bot.lua .... I have come across this function doing combat for me which would lead to not looting .... I personallly commented it out as a temp fix ( -- infornt that line ) I also posted about this in the Bot script thread, but think It might...
by Zilvermoon
Mon Jul 20, 2009 8:02 pm
Forum: Runes of Magic
Topic: experiences with the new quickturn function svn 75
Replies: 5
Views: 2002

Re: experiences with the new quickturn function svn 75

I like the "new" system, but haven't really had a lot of testing with it yet, so I'll get back to you on it once I have had more time to test it out.

Zilvermoon
by Zilvermoon
Mon Jul 20, 2009 7:57 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 850367

Re: RoM bot

I discovered that I can get into combat and kill a mob without reaching the function player:fight(), this is a problem, my temp fix is to comment out the "player:checkSkills();" in bot.lua line 281, but this is just a temp fix. also the changes to only loot if target.HP <= 0 is problematic...
by Zilvermoon
Sat Jul 18, 2009 12:47 pm
Forum: Runes of Magic
Topic: please help .... !
Replies: 4
Views: 1238

Re: please help .... !

Hi, when the bot run the waypoints he ever attack enemys but i want to harvest and he should not attack enemys is that possible ? how can i change the range he should attack to 0 or 1 ? and the bot does not loot how can i change this ? in options it s on true !? Did you read the first post in the t...
by Zilvermoon
Fri Jul 17, 2009 3:14 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 850367

Re: RoM bot

its not looting... <hotkey name="ATTACK" key="VK_1" /> Make sure you set this to the right key ... the ATTACK skill (it's the one used for looting also in RoM) About the bot not working when more that one window with the name "Runes of Magic" ... that isn't a error ......
by Zilvermoon
Fri Jul 17, 2009 2:47 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 850367

Re: RoM bot

Yeah, the potion use time is an error, but I never really bothered fixing it. If you want, you can just comit your changes to SVN. And yes, the energy storage settings were removed. The bot now automatically determines which energy types to use based on your classes. OK thx for the information rega...
by Zilvermoon
Fri Jul 17, 2009 2:32 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 850367

Re: RoM bot

Did I miss something ... did "ENERGY_STORAGE_1" & "ENERGY_STORAGE_2" get removed? Anyway I'll be testing latest SVN in the next few days, I'm very happy that you did a "LOOT_IN_COMBAT" option, since I like getting all loot ... don't care if I got 4 mobs attacking me...
by Zilvermoon
Thu Jul 09, 2009 5:42 pm
Forum: Runes of Magic
Topic: Custom skills / macro using etc
Replies: 5
Views: 2134

Re: Custom skills / macro using etc

shame u wont finish it, would have been great. but i guess creating & troubleshooting a addon to then to have to maintain it is quite some work. no matter what it does. if im not mistaking the game uses same addon language as WoW, and there the addons get's updatet nearly everytime there comes ...
by Zilvermoon
Thu Jul 09, 2009 5:19 pm
Forum: Runes of Magic
Topic: Custom skills / macro using etc
Replies: 5
Views: 2134

Re: Custom skills / macro using etc

i was wondering if it was possible to make macro casting possible by whispers, or health dependend. lets say your char "x1" reaches below 50% health, this triggers key 2 wich holds an macro wich for example whispers char named "x2" with the text "heal me" now x2 would ...
by Zilvermoon
Sun Jul 05, 2009 6:13 pm
Forum: Runes of Magic
Topic: Useful AddOns
Replies: 96
Views: 123540

Re: Useful AddOns

just wanted to drop in and say things look AWESOME - a lot of great stuff being added to this. Keep up the great work (even tho i dont play ROM anymore - back on WOW) that and more specific .... i wanted to say hi to Zilver .. Hi m8 hope you are good, as you might know and see I'm still doing the R...
by Zilvermoon
Wed Jul 01, 2009 4:22 am
Forum: Runes of Magic
Topic: Useful AddOns
Replies: 96
Views: 123540

Re: Useful AddOns

hey zilv, since you are the most experienced addon coder in here i will directly ask you. i'm playing around with the idea of an intelligent whisper reply addon. like sometimes if you bot around and someone whispers you for example "do you want to party?" it should recognize those with so...
by Zilvermoon
Wed Jul 01, 2009 1:42 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 850367

Re: RoM bot

done that, all i can see is a sand scorpion or 2 around me, and nope not pked, now have over 500k debt lolz. forgot to add, I heal a lot and have high defence, I never died not even with 5 enemies on me. I even watched the bot take on 5 once and hp never hit half. I have heals set at hp 90% for thi...