Search found 191 matches

by Giram
Fri Mar 04, 2011 5:17 am
Forum: Runes of Magic
Topic: Improve code for the elfs daily quest
Replies: 85
Views: 22595

Re: Improve code for the elfs daily quest

I thought that i could share my waypoint also. Starts from npc, goes to waterfall and returns. There is checks for nil values and tries again to gather on waterfall if someone was using it and we didn't get it. This is old and there are things that can be done differently but this is working well fo...
by Giram
Wed Feb 23, 2011 12:39 pm
Forum: Runes of Magic
Topic: Millers Ranch Chicken_ Rerutn.xml
Replies: 7
Views: 2618

Re: Millers Ranch Chicken_ Rerutn.xml

If it won't take quest have you placed "ingamefunctions" addon from micromacro/scripts/devtools/ folder to runes of magic/interfaces/addons/ folder?
by Giram
Sun Feb 20, 2011 1:44 pm
Forum: Runes of Magic
Topic: Need some idea on how to manage a wandering Boss(Boddosh)
Replies: 8
Views: 2708

Re: Need some idea on how to manage a wandering Boss(Boddosh

I was trying to do that pulling part my self but i noticed that i can't get it run away. It just starts fighting there and then it call mobs in room and i die. What i could do that char would stop attacking and start running to other waypoint? It should stop attacking after pulling boss. This is my ...
by Giram
Fri Feb 18, 2011 2:42 am
Forum: RoM Bot revision notes
Topic: Rev 577 Changelog
Replies: 67
Views: 15111

Re: Rev 577 Changelog

Could there be problem with older waypoints cause bot now check z axis also and those got x and y only?
by Giram
Fri Feb 18, 2011 1:10 am
Forum: Runes of Magic
Topic: Need some idea on how to manage a wandering Boss(Boddosh)
Replies: 8
Views: 2708

Re: Need some idea on how to manage a wandering Boss(Boddosh

It seems to loop that while part so i think it need break. I first though that when we put loadpath there it would go away from that loop but i guess it stays in. Try this if(target.Name == "Boddosh") then player:cast("MAGE_FIREBALL"); loadpath("RunFurtherAwayToKillBoddosh&q...
by Giram
Thu Feb 17, 2011 2:25 pm
Forum: Runes of Magic
Topic: Need some idea on how to manage a wandering Boss(Boddosh)
Replies: 8
Views: 2708

Re: Need some idea on how to manage a wandering Boss(Boddosh

I have also wondered how boddosh could be killed easily. I was thinking something like this: When entering room i think the first mobs are possible to kill and if we wait there scanning mobs just out of boddosh reach and when we see boddosh standing there we would rest for a while. I think we can ge...
by Giram
Wed Feb 16, 2011 2:04 pm
Forum: RoM Bot revision notes
Topic: Rev 577 Changelog
Replies: 67
Views: 15111

Re: Rev 577 Changelog

I am confused... I was pretty sure that it was different id on tourniquet. Now i tested it and got that id you posted. 506522.

Well mistakes happen.
by Giram
Wed Feb 16, 2011 11:09 am
Forum: RoM Bot revision notes
Topic: Rev 577 Changelog
Replies: 67
Views: 15111

Re: Rev 577 Changelog

I casted tourniquet and used that script in your post to get id. Maybe that was the buff id that gives and not skill then?

My item preview is giving for tourniquet 495559 for skill and 506522 for buff. I got same id for perception.
by Giram
Wed Feb 16, 2011 9:33 am
Forum: RoM Bot revision notes
Topic: Rev 577 Changelog
Replies: 67
Views: 15111

Re: Rev 577 Changelog

Found few things from skills.xml and skills_local.xml that could be added. ---- skills.xml ---- <skill name="MAGE_PURGATORY_FIRE" mana="50" range="50" type="damage" target="enemy" /> --Added range="50" <skill name="WARRIOR_TOURNIQUET&q...
by Giram
Wed Feb 16, 2011 9:29 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14685

Re: UseFood + useHousemaidPotions = useGoodie !!!

I changed rest buff names with buff id's and uploaded new version of it.
by Giram
Sun Feb 13, 2011 11:00 am
Forum: Runes of Magic
Topic: MY bot has stopped targeting mobs
Replies: 6
Views: 1556

Re: MY bot has stopped targeting mobs

If mobs are defined in profile does it still check if mobs are inside level range?
by Giram
Sun Feb 13, 2011 10:56 am
Forum: Runes of Magic
Topic: hey my game crashes when i run the bot
Replies: 15
Views: 4389

Re: hey my game crashes when i run the bot

There could be something wrong with client and reinstalling it might help you.
by Giram
Sun Feb 13, 2011 7:23 am
Forum: Runes of Magic
Topic: Hi, I am German and my bot dont work anymore.
Replies: 18
Views: 3937

Re: Hi, I am German and my bot dont work anymore.

lisa wrote:try doing this

At the micromacro window type

Code: Select all

rom/update.lua
then try running bot again and see if there is any difference.
Can we do that update now? Didn't that mess the addresses for some reason?
by Giram
Fri Feb 11, 2011 7:19 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14685

Re: UseFood + useHousemaidPotions = useGoodie !!!

I think i got it working. I got all potion id's so i hope there is not problem using those but i am missing some food buff id's. --lvl 1-20 pdmg = {ID = 207209, buffName = "Salted Fish with Sauce", castTime = 0}, mdmg = {ID = 207210, buffName = "Smoked Bacon with Herbs", castTime...
by Giram
Fri Feb 11, 2011 2:08 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14685

Re: UseFood + useHousemaidPotions = useGoodie !!!

Other romscripts does work but that error came when i placed romscript inside table. Didn't do anything with macros.
by Giram
Thu Feb 10, 2011 3:42 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14685

Re: UseFood + useHousemaidPotions = useGoodie !!!

speed = {ID = 207200, buffName = RoMScript("TEXT('Sys506684_name')"), castTime = 0}, -- Unbridled Enthusiasm That is not working. I get error: script\bot.lua:32: ...:/pelit/Runes Of Magic/micromacro/scripts/macros.lua:85: Macro number needs to be between 1 and 49. Also i get same error if...
by Giram
Thu Feb 10, 2011 2:12 pm
Forum: Runes of Magic
Topic: How do millers ranch bots get detected?
Replies: 40
Views: 13657

Re: How do millers ranch bots get detected?

If its ip ban then would it be possible to try avoid it using vpn or proxy. Or does account get ban tag and is totally unavailable for that duration?
by Giram
Thu Feb 10, 2011 1:51 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14685

Re: UseFood + useHousemaidPotions = useGoodie !!!

I managed to get id from few buff. Is there there other place to find buff id than UnitBuff function? But i need little help with this one. I don't totally understand those variables in jduartedj code or how that works. I tried this but not sure if i did that right and I don't know where that should...
by Giram
Thu Feb 10, 2011 11:36 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14685

Re: UseFood + useHousemaidPotions = useGoodie !!!

Yes. Do i need to use buff id or what?
by Giram
Thu Feb 10, 2011 10:27 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: UseFood + useHousemaidPotions = useGoodie !!!
Replies: 47
Views: 14685

Re: UseFood + useHousemaidPotions = useGoodie !!!

I started trying using that

Code: Select all

RoMScript("TEXT('SysXXXXXX_name')");
but it's not same as the buff name. Like speed potion. Buff name is "Unbridled Enthusiasm" and RoMScript prints "Potion: Unbridled Enthusiasm".