Page 6 of 15
Re: ks farming strats
Posted: Tue Feb 05, 2013 3:54 am
by lisa
12 lots of 5 mins an hour, if you get 400k in 5 mins then 400k X 12 = 4800k.
so 4712 would probably be accurate.
Re: ks farming strats
Posted: Tue Feb 05, 2013 4:02 am
by kuripot
i see... its only show 4 digit..... i downloaded v1.6 its show 8 digit now. "problem solved"
Re: ks farming strats
Posted: Tue Feb 05, 2013 10:16 am
by lisa
10 more bags, still no crystal. Must be over 90 bags by now.
Re: ks farming strats
Posted: Tue Feb 05, 2013 10:48 am
by haplo
I tried with 45-50 bags and I get no crystals.
I get 6-7 unicourn mounts (one of 30 days), lots of transport guild runes, crap runes I, II and III, 2 backpack tickets..... the scrolls that let you die without debt for 2 hours and many guild resources.
Re: ks farming strats
Posted: Wed Feb 06, 2013 5:37 am
by haplo
15 more bags and no crystals.
Re: ks farming strats
Posted: Thu Feb 07, 2013 9:57 pm
by kuripot
is this the waypoint you use to get the pet?? this 3 file of rock??
http://www.solarstrike.net/phpBB3/viewt ... =legendary
Re: ks farming strats
Posted: Thu Feb 07, 2013 10:25 pm
by rock5
Yes, but they are for older events (different seasons). If it ever does those events again, hopefully those files will still work.
Re: ks farming strats
Posted: Thu Feb 07, 2013 10:41 pm
by lisa
Re: ks farming strats
Posted: Fri Feb 08, 2013 8:05 am
by Jandrana
Getting the zodiac pets is a PITA. Some people already have > 1500 elements and still no crystal, while others get so many crystals that they throw them away already.
Some thing is worth noting when building a grown up / legendary pet: the first time you call this pet, you will be asked which buff you like to have. This choice counts for the zodiac sign for this pet. So if your choice for a grown up Gemini pet is "drop luck" and you later build a 2nd legendary Gemini pet, this legendary pet will automatically give you the buff "drop luck".
There are nine buffs possible. So you should be careful, which buffs you choose for each zodiac sign, if you like to have several different buffs. If you assign the same buff to different zodiac signs, you are reducing your possibilities in the end.
Re: ks farming strats
Posted: Fri Feb 08, 2013 8:09 am
by lisa
Jandrana wrote:Getting the zodiac pets is a PITA.
yes it was painful, I ended up just giving up, think I was upto 100 odd bags, so 1000 elements.
No idea if it actually helped but I always had housdemaid luck pot active when I opened bags, didn't do anything for me lol
Re: ks farming strats
Posted: Fri Feb 08, 2013 8:43 am
by haplo
I give it up at 65 tries with no crystals.
I opened the bags with 215 luck: wings, rogue-treasure hunter, loots, maid poti.... I think the luck is only used to calculate the droprate and not for opening bags or buying itemps with shells or mems
Re: ks farming strats
Posted: Sun Feb 10, 2013 12:17 am
by grande
Sorry if I missed it already... did you have any previous zodiac pets in your bags? I always move any existing zodiac pets to my bank before trying for more pet crystals. Seemed to have better luck doing that.
Re: ks farming strats
Posted: Sun Feb 10, 2013 2:59 am
by lisa
grande wrote:Sorry if I missed it already... did you have any previous zodiac pets in your bags? I always move any existing zodiac pets to my bank before trying for more pet crystals. Seemed to have better luck doing that.
No other zodiacs on that char, just really bad luck I guess.
Re: ks farming strats
Posted: Sun Feb 10, 2013 9:30 pm
by grande
Yeah, hate the RNG sometimes. They should set limit qualifiers. Like if the probability is exceeded by 200% then just award the item and then reset a counter... or something. Sorry
Re: ks farming strats
Posted: Mon Feb 11, 2013 8:45 pm
by Hetrix
Is there any code that actually checks if the player got certificate for Honor Party and then uses it after it expired? Just like those below,
Code: Select all
if not player:hasBuff(506684) then -- Unbridled Enthusiasm
inventory:useItem(207200)
end
if not player:hasBuff(506686) then -- clear thought
inventory:useItem(207202)
end
if not player:hasBuff(506687) then -- housemaid luck
inventory:useItem(207203)
end
Would appreciate if there is.
/ H
Re: ks farming strats
Posted: Mon Feb 11, 2013 9:42 pm
by kuripot
are you using ksmagma??? my char auto use teaching cert when availa
ble in bag
Re: ks farming strats
Posted: Mon Feb 11, 2013 9:46 pm
by kuripot
Code: Select all
<!-- going to sold out -->
<!-- # 210 --><waypoint x="-15147" z="11542" y="136" tag="rerun">
player:update()
if not player.Mounted then
inventory:useItem(203033)
yrest(2000)
inventory:update()
player:mount();
end
if not player:hasBuff(506841) then
inventory:useItem(202879);
yrest(5000)
SlashCommand("rdi")
else
SlashCommand("rdi")
end
yrest(3000)
if GetPartyMemberName(1) == "" then player:sleep() end --invite didn't work, other char must have disconnected
yrest(1000)
this is what are you looking for
Code: Select all
if not player:hasBuff(506841) then
inventory:useItem(202879);
yrest(5000)
Re: ks farming strats
Posted: Mon Feb 11, 2013 9:47 pm
by kuripot
every re run he try to check if has honor party buff or else it will use
Re: ks farming strats
Posted: Mon Feb 11, 2013 10:23 pm
by Hetrix
works great, thanks a lot.
/h
Re: ks farming strats
Posted: Tue Feb 12, 2013 4:04 pm
by Hetrix
Hey,
I changed in the profile settings that I want to sell purple loot aswell, but the bot isnt doing that. Does anyone here knows why? Do I have to change in WP aswell or?
Thx,
/H