Search found 119 matches

by OneofMany
Thu May 12, 2011 6:35 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Allmost foolproof KS run
Replies: 421
Views: 105992

Re: Allmost foolproof KS run

Ok, i found that the buffs ID = 506687 Now i do: player:updateBuffs(); if not player.Buffs[506687] then (i tried ["506687"] too) inventory:useItem(207203); end Still it takes its Lucky Pot each time. What am i doing wrong with the code? EDIT: Got it player:updateBuffs(); if not player:hasB...
by OneofMany
Thu May 12, 2011 4:36 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Allmost foolproof KS run
Replies: 421
Views: 105992

Re: Allmost foolproof KS run

To get the players buffs use /script i=1 while UnitBuff( "player", i) ~= nil do name, __, __, ID = UnitBuff( "player", i) SendSystemChat(name.." "..ID) i = i + 1 end And thats the part i needed for the buffs :) im gonna alter that when i got time, and test, if works up...
by OneofMany
Thu May 12, 2011 4:32 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Allmost foolproof KS run
Replies: 421
Views: 105992

Re: Allmost foolproof KS run

replacement for selling items to npc pancer --player:merchant("Pancer"); if player:openStore("Pancer") then -- opens the store, then continues if it opened. for i, item in pairs(inventory.BagSlot) do if (item.Worth > 222) then item:use() -- sells it to the store end end end expl...
by OneofMany
Wed May 11, 2011 10:00 am
Forum: Runes of Magic
Topic: Is posible to make a macro to react automatically on chat?
Replies: 11
Views: 3457

Re: Is posible to make a macro to react automatically on cha

If you manage to finish this script. I'll be willing to translate it from english to dutch if you like.

Keep up the good work :)
by OneofMany
Wed May 11, 2011 9:32 am
Forum: Runes of Magic
Topic: Hello
Replies: 18
Views: 3217

Re: Hello

I use acceptInvite. its somewhere here on the forum to auto accept. works great.

and yes, you can run multiple bots. :) i altered my post about KS maybe some interesting changes for you if you want to get further into KS :)
by OneofMany
Wed May 11, 2011 9:14 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Allmost foolproof KS run
Replies: 421
Views: 105992

Re: Allmost foolproof KS run

You might want to remove your char name from that file. I have been using function on every waypoint to check if inv is full then it would leave party and go sell items. Someone said that it might be better to do after each fight. Like onleavecombat on profile. Was thinking about making that too. p...
by OneofMany
Wed May 11, 2011 8:57 am
Forum: Runes of Magic
Topic: Hello
Replies: 18
Views: 3217

Re: Hello

Thats the 2nd thing to check indeed :)
by OneofMany
Wed May 11, 2011 8:44 am
Forum: Runes of Magic
Topic: Hello
Replies: 18
Views: 3217

Re: Hello

U probably dont have the ingamefunctions in ur runes of magic\interfaces\addons folder

i know i went wrong there when i started this some time ago :)
by OneofMany
Wed May 11, 2011 8:32 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Allmost foolproof KS run
Replies: 421
Views: 105992

Re: Allmost foolproof KS run

I got one question about my script. It tells the client that when at revive point, if i dont have the lucky pot on, put it on. player:updateBuffs(); if not player.Buffs["Turn of Luck Powder Dust"] then inventory:useItem(207203); end But each time i get out of KS it will take a lucky pot......
by OneofMany
Mon May 09, 2011 6:12 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51484

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

exactly. Thats why i thought it wouldnt be right this way.

Hoped to find my answer here, and i did :)
by OneofMany
Mon May 09, 2011 6:10 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Allmost foolproof KS run
Replies: 421
Views: 105992

Re: Allmost foolproof KS run

Thanks, didnt thought about that.

Edited
by OneofMany
Mon May 09, 2011 5:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51484

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

u get the possibility to relocate ur account details for safe keeping.

but, if it doesnt work, its no good :) maybe u can fix it and make ur own better indeed. good luck!
by OneofMany
Mon May 09, 2011 5:19 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Reviver's Corridor Blend Rune farm
Replies: 16
Views: 7242

Re: Reviver's Corridor Blend Rune farm

Hi :-)

As im doing a lot of alchemy its indeed very handy to have such a script.

But, how many blends u get each hour with a lvl62 character?

Regards,

OneofMany
by OneofMany
Mon May 09, 2011 4:44 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Allmost foolproof KS run
Replies: 421
Views: 105992

Allmost foolproof KS run

For the ppl that are patience with money farming and without luckypot are satisfied with 80 - 100k each run when lvl62. Script will ask u before which boss to stop. Will take Lucky potion / Speed Potion / Clear Thought if the buff doesnt exist. At Line 358 in the script. fill out the name of the cha...
by OneofMany
Mon May 09, 2011 4:24 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51484

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

So far so good, loginnexttoon is working. strange that there is a different version on curse...
by OneofMany
Mon May 09, 2011 4:11 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51484

rock5 wrote:It's working for me.

Where did you see version 2.4? There is no data.lua. Where did you get your version?
at curse.com downloaded autologin (loginxml)

but i feel that its not the good one then :)

i will install the latest one on page one, check if thats better :)
by OneofMany
Mon May 09, 2011 2:38 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 51484

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

Hi there, pretty new on this forums, first of all would like to say Keep up the good work!!! I downloaded the autologin last week, to do some elfdailys. However when it finished doing 10 quests, it logs out...... and keeps at character selection. What i did: downloaded version 2.4 put it straight in...