ks farming strats
Re: ks farming strats
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.
so 4712 would probably be accurate.
Remember no matter you do in life to always have a little fun while you are at it
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: ks farming strats
i see... its only show 4 digit..... i downloaded v1.6 its show 8 digit now. "problem solved"
Re: ks farming strats
10 more bags, still no crystal. Must be over 90 bags by now.
Remember no matter you do in life to always have a little fun while you are at it
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: ks farming strats
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.
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
15 more bags and no crystals.
Re: ks farming strats
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
Yes, but they are for older events (different seasons). If it ever does those events again, hopefully those files will still work.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: ks farming strats
http://www.solarstrike.net/phpBB3/viewt ... 511#p47511kuripot wrote:is this the waypoint you use to get the pet?? this 3 file of rock?? http://www.solarstrike.net/phpBB3/viewt ... =legendary
Remember no matter you do in life to always have a little fun while you are at it
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: ks farming strats
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.
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
yes it was painful, I ended up just giving up, think I was upto 100 odd bags, so 1000 elements.Jandrana wrote:Getting the zodiac pets is a PITA.
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
Remember no matter you do in life to always have a little fun while you are at it
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: ks farming strats
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
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
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
No other zodiacs on that char, just really bad luck I guess.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.
Remember no matter you do in life to always have a little fun while you are at it
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: ks farming strats
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
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,
Would appreciate if there is.
/ H
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
/ H
Re: ks farming strats
are you using ksmagma??? my char auto use teaching cert when availa
ble in bag
ble in bag
Re: ks farming strats
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
every re run he try to check if has honor party buff or else it will use
Re: ks farming strats
works great, thanks a lot.
/h
/h
Re: ks farming strats
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
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
Who is online
Users browsing this forum: No registered users and 0 guests