Search found 35 matches

by Mer-Ki-Vah
Thu Feb 07, 2013 1:14 am
Forum: Runes of Magic
Topic: How to turn and face direction to next waypoint
Replies: 7
Views: 1850

Re: How to turn and face direction to next waypoint

Call this function:

Code: Select all

function lookatTarget(X,Z,Y)   
   local angle  = math.atan2(Z - player.Z, X - player.X);
   local yangle = math.atan2(Y - player.Y, ((X - player.X)^2 + (Z - player.Z)^2)^.5 );                  
   player:faceDirection(angle, yangle);
   camera:setRotation(angle);
end
by Mer-Ki-Vah
Thu Feb 07, 2013 1:08 am
Forum: Runes of Magic
Topic: Bot heals forever
Replies: 4
Views: 1698

Re: Bot heals forever

Nothing problem , just use player-update.

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);
         player:update();
      end
end
by Mer-Ki-Vah
Mon Feb 04, 2013 1:50 am
Forum: Runes of Magic
Topic: Festival Event
Replies: 17
Views: 4622

Re: Festival Event

Use this lins:

Code: Select all

	while RoMScript("ExtraActionBarFrame:IsVisible()") do
             ..........
			RoMScript("UseExtraAction(1)");
			.........
	end
by Mer-Ki-Vah
Sun Feb 03, 2013 12:32 pm
Forum: Runes of Magic
Topic: VARANAS event
Replies: 5
Views: 1876

Re: VARANAS event

Ohh sry. Link this in Onload part:

Code: Select all

function lookatTarget(X,Z,Y)	
	local angle  = math.atan2(Z - player.Z, X - player.X);
	local yangle = math.atan2(Y - player.Y, ((X - player.X)^2 + (Z - player.Z)^2)^.5 );						
	player:faceDirection(angle, yangle);
	camera:setRotation(angle);
end
by Mer-Ki-Vah
Sun Feb 03, 2013 7:30 am
Forum: Runes of Magic
Topic: VARANAS event
Replies: 5
Views: 1876

Re: VARANAS event

Well. I'm thinking a lot about the solution. Please test it and please tell me if somebady has the correct rutin. My current modifycation this part: function findMOB(_range) printf("\n Mob find starting.\n"); if RoMScript("ExtraActionBarFrame:IsVisible()") then printf("\n Ac...
by Mer-Ki-Vah
Sat Feb 02, 2013 3:49 pm
Forum: Runes of Magic
Topic: VARANAS event
Replies: 5
Views: 1876

VARANAS event

HI everybody!


Please help me.
The connected file is usuable 1-2 round, but after that the game is Crashing.
I dont now why, so thats while i ask you to help me.
Can it be changing : objectList:size() ??
If somebady solved this problem, please link the correct file !!!!!

Lets do it :D :geek:
by Mer-Ki-Vah
Thu Dec 13, 2012 4:13 pm
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

Re: This is an another KS farming script, just use

So why leave the party ? well are 2 possibility: 1. The AutoAcceptInvitations addon setup ! -- Main char : Addon deactivated Alt char : Invitations will now be automatikal accepted or 2. U have Teaching certificate, but u dosn't at Panzer starting the bot, and not get up buff the character the Honor...
by Mer-Ki-Vah
Thu Dec 13, 2012 1:44 pm
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

Re: This is an another KS farming script, just use

yes, and try everything out .. before you ask.
:D
Yes , just remove this : --
by Mer-Ki-Vah
Thu Dec 13, 2012 1:05 pm
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

Re: This is an another KS farming script, just use

HI again. The all istruction on top in the KS.xml file. 1., -- BankRental function, if your bags are full, than you can moving the items in branch bank -- If Bank = 0 than the character isn't using the bank -- Bank: 1. digit = the first usable branch bank -- Bank: 2. digit = it's show that, how many...
by Mer-Ki-Vah
Wed Dec 12, 2012 4:29 am
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

Re: This is an another KS farming script, just use

Well in this script all is working for me. As I wrote in the title, just use if you are interested in.
With more use, even for perfecting the script.
If you download all the information in front of you KS.xml file. Good luck :)
by Mer-Ki-Vah
Wed Dec 12, 2012 2:47 am
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

Re: This is an another KS farming script, just use

Hey ! My calculation is right.Not need calculation. I start the bot 8AM -20PM, and its the profit. 1. S/R ( 3* loot rune + other drop ratings) 2. M/P ( 1* loot rune but the skill Purga very good) 3. K/S ( 2* loot rune but the skill Whirlwind shield very good) 4. Ch/R ( 2* loot rune and sry this char...
by Mer-Ki-Vah
Wed Dec 12, 2012 1:18 am
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

Re: This is an another KS farming script, just use

Sry 18-24kk/12 hours :))))... this right.
by Mer-Ki-Vah
Wed Dec 12, 2012 1:17 am
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

Re: This is an another KS farming script, just use

Well if you use bank than was about 30% + gold for me.
Produced gold my characters ~ 18-24kk/8 hours, with 2 honor.
by Mer-Ki-Vah
Wed Dec 05, 2012 12:21 pm
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

Re: This is an another KS farming script, just use

Why not using?
Becouse when i see the item:moveTo("bank") function, not used bank1..bank2 ...bank6 option, and moving back to the bags not good than.
Now i testing, and use its right.
But item:moveTo("bank") not fasted.

Thx
by Mer-Ki-Vah
Wed Dec 05, 2012 10:44 am
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

Re: This is an another KS farming script, just use

No no no, you misunderstood. I write this routin, andit works well, but it isn't fast enough. function ItemMoveToBank() local bankID = charAttrGet("Bank"); --every characters are different gives back bankId= 32 if bankID==0 then return end; local Bank = math.floor (bankID/10) --(first usab...
by Mer-Ki-Vah
Wed Dec 05, 2012 5:38 am
Forum: Runes of Magic
Topic: This is an another KS farming script, just use
Replies: 39
Views: 20822

This is an another KS farming script, just use

This is an another KS farming script,........... just use................ . And pls help me to test (Rock5, Lisa ) this KS script. 1.To optimize KS script 2.To optimize this routin: ItemMoveToBank() 3.The main problem: for lagg reason they loots is not normally, 2 - 3 hours after starting to Miss! -...
by Mer-Ki-Vah
Mon Dec 03, 2012 9:47 am
Forum: Runes of Magic
Topic: [MicroMacro-HELP] mobs with buff
Replies: 18
Views: 5266

Re: [MicroMacro-HELP] mobs with buff

I think the point is not the buff. They are fighting, an u need setup in profil:

changeProfileOption("ANTI_KS",false);

Try
by Mer-Ki-Vah
Tue Nov 27, 2012 10:49 am
Forum: Runes of Magic
Topic: Patch 5.0.5
Replies: 79
Views: 17523

Re: Patch 5.0.5

Not problem , this is a game. We Wait update.
by Mer-Ki-Vah
Tue Nov 27, 2012 10:40 am
Forum: Runes of Magic
Topic: Patch 5.0.5
Replies: 79
Views: 17523

Re: Patch 5.0.5

And deleted item shop backpack items !!!!!

HELP
by Mer-Ki-Vah
Fri Nov 23, 2012 1:28 pm
Forum: Runes of Magic
Topic: Other invitation mode
Replies: 3
Views: 1225

Re: Other invitation mode

Well PC reset and now working.. pff

sry and THX