Search found 10 matches

by freeload80
Wed Jan 30, 2013 3:49 pm
Forum: Runes of Magic
Topic: Bot heals forever
Replies: 4
Views: 1710

Re: Bot heals forever

It helpt.

thx
by freeload80
Wed Jan 30, 2013 12:52 pm
Forum: Runes of Magic
Topic: Bot heals forever
Replies: 4
Views: 1710

Bot heals forever

After yesterday update, after patch 5.0.7, my bot heals forever.

My code for heal:

Code: Select all

if player.Class1 == 8 or player.Class2 == 8 then -- druid
		while (80 > player.HP/player.MaxHP*100) do
			player:cast("DRUID_RECOVER");
			yrest(2300);
		end
	end
by freeload80
Tue Nov 27, 2012 6:30 am
Forum: Runes of Magic
Topic: Patch 5.0.5
Replies: 79
Views: 17638

Patch 5.0.5

New patch new troubles.

After rom/bot.lua updates i got error "... memorytable.lua:7: attenpt to perform arithmetic on a nil value"
by freeload80
Wed Jul 25, 2012 7:24 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Constellation (Zodiac) Pet scripts
Replies: 260
Views: 123104

Re: Rock5's Constellation (Zodiac) Pet scripts

Can you add casting buff everytime the new pointbuff is up. Becouse when point buff is on secound place you will get 2 points not one.
by freeload80
Wed Jul 04, 2012 4:38 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Constellation (Zodiac) Pet scripts
Replies: 260
Views: 123104

Re: Rock5's Constellation (Zodiac) Pet scripts

Hello im using the new version of ElementConverter and im geting error : ... bot.lua:473: onLoad erroe: [string "..."]:234: attempt to call method 'setDistance' (a nil value)

I was using the old version and it work fine.

EDIT: Ok . I updated to Rev 725 and its now working fine :)
by freeload80
Sun Jun 03, 2012 7:53 pm
Forum: Runes of Magic
Topic: looting already dead mobs
Replies: 2
Views: 896

Re: looting already dead mobs

Thx, it`s looting now.
by freeload80
Sun Jun 03, 2012 5:05 pm
Forum: Runes of Magic
Topic: looting already dead mobs
Replies: 2
Views: 896

looting already dead mobs

I`m tries to do waypoints to kill mobs for some waypoints, but not loot them. After kiling all mobs i want to go back and loot them all on the way. It look somthing like this: <?xml version="1.0" encoding="utf-8"?><waypoints> <!-- # 1 --><waypoint x="724" z="940&qu...
by freeload80
Tue May 29, 2012 2:51 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 318495

Re: rock5's "fastLogin Revisited"

It`s working now. thx :D
by freeload80
Tue May 29, 2012 2:31 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 318495

Re: rock5's "fastLogin Revisited"

I`m traing to do this waypoint: <?xml version="1.0" encoding="utf-8"?><waypoints> <onLoad> <![CDATA[ __WPL:setWaypointIndex(1) ]]> CharList = { {account=1,chars={2}}, {account=2,chars={7}}, {account=3,chars={1}}, } </onLoad> <!-- # 1 --><waypoint x="5278" z="-2118&...
by freeload80
Thu Apr 05, 2012 9:34 am
Forum: RoM Bot revision notes
Topic: rev 699
Replies: 10
Views: 3304

Re: rev 699

I updated to rev703 and i have error Ingamefunction folder is out of date. I copy new one , restart client , and still getting the same info. Can someone help me?