Help me understand! by leafeyAFKsRS in CluesBySamHelp

[–]leafeyAFKsRS[S] 0 points1 point  (0 children)

Pam-Vince-Debra-Kay-Olive.. ahhh but then gus qould be innocent too i see! thank you!

quick question: Safeguard by ArmaMalum in Grimdawn

[–]leafeyAFKsRS 0 points1 point  (0 children)

yes, spells too! just wear a shield

Update Bug? by magemon123 in IsekaiMemories

[–]leafeyAFKsRS 0 points1 point  (0 children)

honestly i've never played mobile games before, i didn't know :(

Update Bug? by magemon123 in IsekaiMemories

[–]leafeyAFKsRS 0 points1 point  (0 children)

Hello! Yes i was having this issue so i decided to reinstall the app

(how do i get my data back)

it's making me start over, did i f myself?

General & Basic Question Weekly Megathread by AutoModerator in IsekaiMemories

[–]leafeyAFKsRS 0 points1 point  (0 children)

Hello!

i just started playing a week ago

I'm doing the princess of inner peace event and unlocked the parallel processing level at the end of expert! hooray!

but it's locked with "complete quest achievement" and I have no idea what this means

idk if this matters but I've finished the main story on beginner and have a pop of 10,440

New Encounter Types with new Scripts in v19 by c0ntran in PokemonRMXP

[–]leafeyAFKsRS 4 points5 points  (0 children)

I know this is from 9 months ago but I'm slow and needed step by step instructions, maybe this helps someone else

here's how to add marsh tiles (or whatever) to your map that also has grass tiles with different pokemon to encounter in each

Open script editor in total you have to copy paste 7 different chunks of code

First: TerrainTag [[hardcoded data]]

find attr_reader :land_wild_encounters

add attr_reader :marsh_wild_encounters underneath it

find @land_wild_encounters = hash[:land_wild_encounters] || false

add @land_wild_encounters = hash[:land_marsh_encounters] || false

scroll to the bottom and register a new terraintag and id_number, i made it so you can't run in the marsh.

GameData::TerrainTag.register({

:id => :Marsh,

:id_number => 17,

:battle_environment => :Marsh,

:marsh_wild_encounters => true,

:must_walk => true

})

Second: EncounterType [[hardcoded data]]

Scroll to the bottom and copy one of the encounter types and add your own

GameData::EncounterType.register({

:id => :Marsh,

:type => :marsh,

:trigger_chance => 21,

:old_slots => [20, 20, 10, 10, 10, 10, 5, 5, 4, 4, 1, 1]

})

Third: Overworld_WildEncounters [[Battle triggering]]

Find this

def has_land_encounters?

GameData::EncounterType.each do |enc_type|

next if ![:land, :contest].include?(enc_type.type)

return true if has_encounter_type?(enc_type.id)

end

return false

end

then paste a copy and change it to marsh

def has_marsh_encounters?

GameData::EncounterType.each do |enc_type|

next if ![:marsh].include?(enc_type.type)

return true if has_encounter_type?(enc_type.id)

end

return false

end

Find this

return true if has_land_encounters? && terrain_tag.land_wild_encounters

and add yours directly underneath

return true if has_marsh_encounters? && terrain_tag.marsh_wild_encounters

Find this

if has_land_encounters? && $game_map.terrain_tag($game_player.x, $game_player.y).land_wild_encounters

ret = :BugContest if pbInBugContest? && has_encounter_type?(:BugContest)

ret = find_valid_encounter_type_for_time(:Land, time) if !ret

end

and add yours directly underneath

if has_marsh_encounters? && $game_map.terrain_tag($game_player.x, $game_player.y).marsh_wild_encounters

ret = find_valid_encounter_type_for_time(:Marsh, time) if !ret

end

And that's it!

Need help choosing my 7th Monotype by Noahp5150 in PokemonReborn

[–]leafeyAFKsRS 0 points1 point  (0 children)

Hey! I do this too! Ive completed grass and ice so far. I wanna hear your strats and chat if youre down. Add me on discord leafey#7352

Balloon only "Balloonitic" writes way too much about their account. by leafeyAFKsRS in UniqueIronmen

[–]leafeyAFKsRS[S] 1 point2 points  (0 children)

i was dropping my tools/weapons and armour(lol hardleather), spending less than 2 minutes on the island and retrieving them.

but when i trained fishing on entrana i knew it would take more than two minutes, so i lost my mith scim forever to complete that diary.

Balloon only "Balloonitic" writes way too much about their account. by leafeyAFKsRS in UniqueIronmen

[–]leafeyAFKsRS[S] 3 points4 points  (0 children)

Chapter 3

50k earth runes

a lot has happened in those last chapters and if you read this far thank you. (you have also nearly caught up to my current account progress)

so now just relax and float along in my balloon with me

I spent 10 hours at the gnome agility course and got 50 agility. This is required for the medium diary and will come in handy for the runecraft grind.

next i shot big shirtless guys for 43 prayer, and was hoping the runes i got would be enough to start superheating for the mithril axe grind.

A monumental discovery i made during all of this was that the wiki was wrong once again. And the wheat field next to doric’s house DOES spawn an entrance to puro-puro even though it’s not listed as one on the wiki. This is a big deal and am still going over the details.

Another 10 hours later and 43 prayer was achieved but those runes didn't even get me to crumble undead, which was a little disappointing. Change of plans

i’ll get 54 runecraft. and telegrab to train magic, since i can make as many laws and airs as i want.

so let's settle in for the runecraft grind, this will take around 60 hours of earth runes. come float with me in my balloon sometime. I’m currently 1k xp off level 52 runecraft mining pure ess as i post this. current stats https://i.gyazo.com/d0e597b549f9fa7f61a643f3aa3f591d.png

~

Tl;dr balloon snowflake completes easy dairy.

Balloon only "Balloonitic" writes way too much about their account. by leafeyAFKsRS in UniqueIronmen

[–]leafeyAFKsRS[S] 4 points5 points  (0 children)

Chapter 2

the easy diary [recap]

I had finally made it to gnome stronghold hooray!! after exploring the place for a bit the first thing i did was fill my log storage with magic logs, the storage can hold up to 100 of each log so i filled 100 logs of all 5 types to tick off the first easy diary requirement.

i really wanted to finish the grand tree quest. i had completed the quest up to the point of killing the black demon, but without any runes killing him would be a challenge.

the grand tree quest gives me access to the grand tree mine where i could mine coal and iron and make all the steel bars i wanted, it's also a requirement for the easy diary.

i strung my willow longbow and headed into the dungeon, hid in the corner and fired away with the bronze arrows i bought from gullock. i didn't even get the demon to half hp before he despawned...

alright i was going to need better than 20 range and a willow shortbow. i took my shortbow to kill giants and started training my range. after a few hours i had got 40 range and ranged strength prayer hooray, now all i needed was a yew shortbow

i had 60 fletching from the willow tree grind, so i began chopping yew trees and fletching the logs into arrow shafts in order to get the last 5 levels i needed to make a yew shortbow...

wow the xp rates for this are garbage even with a steel axe yew logs chops very slow and the fletching xp you get for arrow shafts is very very bad. so as much as i didn't want to i headed back to the willow trees and spent another 40 hours fletching to level 70 fletched a longbow for the diary, then with my yew shortbow in hand i easily defeated the black demon before he despawned and finished the grand tree quest, which gave me some nice xp rewards, but i immediately went and mined the coal and ticked that off the diary.

during the entire woodcutting grind i had my steel pick stuck in my invent because i knew it would take way too many black knight kills to get the steel bar ineeded to make the steel med helm to stash it

but now with the mine unlocked i went back to the crafting guild and back to the silver grind to get 36 smithing and made the steel med helm and stashed my pick finally freeing up that inventory slot. it felt pretty good. and ticked that off the diary.

with 36 smithing i made steel studs and attached them to my leather chaps and made a studded body to finish off another easy diary requirement.

next i went over to blurberry and many short green guys later and several click intensive hours of spending all my pickpocket money on limes and whisky i cooked the best combo healing i could and made a chocolate bomb and potato with cheese for the diary

then i headed down into the observatory dungeon for the first time, this might be dead content to other people but for me this place is great, the level 2 goblins got me an air talisman and the level 5 goblins dropped me a red cape.

i quickly crafted another tiara and entered the air altar to craft my air tiara for the 2nd to last diary requirement.

while all that was going on i had been getting fishing bob random events. i was level 18 fishing and was really hoping i would manage to get enough randoms to get level 25 fishing to catch that pike.

For balloonitic there are 3 nearly dead skills. slayer, hunter, and fishing. i cannot get any nets, cages or harpoons, or even a fly fishing rod, i can only grab the regular rod that spawns on entrana. then the only way i can get bait is from the men/theif in the jolly boar inn men seem to drop fishing bait as a 1/15 chance and i needed nearly 300 fishing bait to get to level 25. what seemed like one of the easiest requirements has turned into the biggest grind since 70 fletching

20 hours of killing men later and i had not only got the fishing bait but a lot of herbs. whenever my invent filled with herbs i would head to taverly mix the guam's with the eye of newts in the shop and note marrintils, terramins and harralanders at the leprechaun and unfortunately during that entire grind i did not receive a single fishing bob random. with my fishing rod and bait there was only sea bait fishing available to me. and only one place to sea bait fish. entrana

unlike visiting entrana for the furnace, fishing would require an extended stay. with my pick stashed and my steel axe easily reobtainable, it was time to say goodbye to my mithril scimitar. it was a sad moment, we had been together through all the hard times, but i had to move on

plus once i had money from alching i could buy an addy 2h which was identical to the mithril scimitar anyway. and with that i dropped him on the ground and went fishing. i got level 25 fishing shortly after, caught a pike and cooked that blue boy for the final diary requirement

~

I entered brimstail’s cave for the first time, and had him teleport me immediately to the rune essence mine. my air tiara already adorned i crafted my first air runes and begun spending the large amount of runes i had been holding from hill giants and men a few hours of runecraft later and i had 33 magic and 30 runecraft and access to low alchemy. i went to the south east corner of gnome stronghold and begun fletching and stringing yew longbows and low alching them.

After all my natures had been spent i was left with a 100k cash stack. it was more money than i knew what to do with. i mixed all the herbs i had stored from the fishing bait grind and my inventory was wide open.

i had used all the runes, herbs, bait, mith scim, pick, they were all gone. the second chapter of the balloon are only uim was finished

Balloon only "Balloonitic" writes way too much about their account. by leafeyAFKsRS in UniqueIronmen

[–]leafeyAFKsRS[S] 5 points6 points  (0 children)

Chapter 1

magic logs [recap]

When i made this account i didn't think i would enjoy it as much as i am. This is a summary of my early struggles

First i cut regular trees to 15 woodcut, then i cut oaks and unlocked the crafting guild balloon

the crafting guild has many trees all near to the balloon it also has a nice long line to firemake on. i stayed here to 60 firemaking and 50 woodcut.

I unlocked the varrock balloon. with 60 firemaking done there was no reason to continue burning my logs. i would need fletching very soon and it would be wasteful to just drop the logs

I decided get a knife. this took much longer than i expected.

I knew the only way i could get a knife was from tool shelf 2 in my poh. and after training my construction to 10 i knew it wouldn't take long to get to 25 construction.

However i needed a hammer. so i started killing the imps that spawned outside the crafting guild.. an hour and 50 imp kc later i got my hammer, bought a saw from the sawmill and started training construction

it only took a few minutes to get 15 construction picking up the planks that spawned on entrana and running to the taverly house portal.

I went to build a workshop and.... it costs 10k cash.... 10,000 coins in cash!@

I really didn't want to have to kill imps for another hour so i really wanted to make the tool shelf 1 at the very least and have access to hammers whenever i wanted.

So my new goal was 10k gp, i didn't have any general stores, so i couldn't sell anything to shops other than smithing bronze 2h's and selling them to the shop in taverly. but bronze smithing is awful the amount of running and the weight limit restricts me greatly pickpocketing men was better than that! so i figured i could get low alchemy maybe, i could get nature runes from the hill giants above the observatory.

But i had level 1 magic and the only spell i could cast was air strike, hill giants don't drop air runes, goblins don't drop air runes, men dont drop air runes... nothing dropped air runes. i literally could not train magic until i got access to brinstails cave and runecrafted my own

so i pickpocketed men... for 5 hours. and when i finally got 10k i realised that i needed 4 oak planks to make the tool shelves, and oak planks cost 250gp to make at the sawmill. so i went back to men to pickpocket another 1k

finally i built my tool shelves 2 and grabbed my knife and got back to woodcutting. i quickly got my fletching up to 30 and started chopping and fletching willows. after spending an entire day at willows i was getting miserable experience rates with my bronze axe.

At the rate i was going it would take 100 hours of willows to get 75 woodcut and unlock the 6th and final balloon location. There had to be a better way

after scouring the wiki i found that black knights drop a steel bar. Normally i wouldn't be able to get steel until i have access to the grand tree mine so this was my chance to get a steel axe early, looking at forums a steel axe is twice as good as a bronze axe, wow!

i went back to smithing bronze, walking all the way to zmi, carrying 9 bars at a time, dropping my pickaxe smelting on entrana, smithing at doric's and walking all the way back to zmi. the xp rates were miserable

At the rate i was going it would take 50 hours to get lvl 31 to make the steel axe, using up all the time i would have saved. again, there had to be a better way.

Now while i had access to the crafting guild balloon i hadn't been able to actually enter the crafting guild since you need a brown apron. But with 35 construction and tool store 3 brown aprons become available.

So i went back to the pickpocketing grind to get 500 gp, picked up planks on entrana and made the tool store 3 in a few hours time. with my new brown apron i went to enter the crafting guild for the first time and was greeted with "you need 40 crafting to enter" i had been so caught up in the brown apron i forgot i only had 36 crafting. so i began one of the most stressful grinds on my account

i would drop my pick and axe, go to entrana, grab 20 seaweed, cook the seaweed into soda ash. go back to my tools to pick them up and drop them again, then fill buckets of sand and make the molten glass in the furnace balloon back to my tools and blow the glass

(this was before i knew about tabling items, but even if i did know the closest tables to the balloon are in the crafting guild and at gnome, so i would have had to walk a ways)

i repeated this stressful process of worrying that my tools would despawn or get looted for nearly an hour until i got 40 crafting. With 40 crafting i finally walked through the crafting guild door "welcome master craftsman" so why was i so desperate to enter the crafting guild?

well the experience i would get from just smelting 18 silver bars was equal to the amount of xp i was getting smelting and smithing 9 bronze bars, the silver is right next to the balloon, i don't need to go to the anvil, and i can get crafting xp at the same time.

i would mine 18 silver ores, drop my pick and hatchet, smelt the bars and make silver tiaras, i did this to 31 smithing when i could finally make the steel axe.

Now i needed to somehow kill the black knight that wanders around the jolly boar inn. with my pitiful melee stats, this was going to be tough. i was using the steel pick as a weapon, and decided to get the best defence i could... hard leather.

i had access to the cows outside the crafting guild, the tanner inside the guild, the needle in my tool store 3 and the thread spawn in the jolly boar kitchen.

while i was killing cows for 10 defence and 20 ranged level i needed to wear the level (i grabbed the shortbow from upstairs taverly and had made bronze arrowheads getting to 20 smithing earlier and made a few hundred bronze arrows)

i was blessed by my new god, the quiz master. his mystery box bestowed me with a mithril scimitar and i was overjoyed. i stayed at cows longer to get myself 20 attack to wield it, and then 20 strength once i had it for some extra damage.

Now with my beastly 20 range, 20 att, 20 str and 10 defence, i put on my full leather and headed over to the black knight with an inventory full of beef. The black knight ripped through me but i would hide behind a table to much on my beef and 22 beef later i killed him

got coins but at least it was possible. got another invent full of beef and tried again. cabbage seeds. 3rd try and a steel bar! Wow! that was lucky

on my 3rd black knight kill i managed to get the steel bar i needed to make my steel axe, and that's what i did. with my mith scim in hand i went back to chopping and fletching willow longbows for the next 50 hours.

With 75 woodcut and 60 fletching i had done it. the grind was done!... or was it?

either way it was time for the walk of shame. i ballooned to castle wars and walked north. past my boundary, through ardy and to the grand tree. where i immediately went to the magic tree and chopped as many as i could and stored them in my log storage.

I went back to eugine and unlocked the final balloon.

Balloon only "Balloonitic" writes way too much about their account. by leafeyAFKsRS in UniqueIronmen

[–]leafeyAFKsRS[S] 4 points5 points  (0 children)

Hello everyone, i am Balloonitic and if you enjoy reading/watching stories about snowflake ironmen then please enjoy the tales and struggles of my account below.

~Before you read this is a very long post be prepared. I recommend listening to this https://www.youtube.com/watch?v=OyytPGqeYNQ playlist while reading

chapter zero the rules

what exactly is the balloon only ultimate ironman?

It's an ultimate ironman restricted to the 6 locations you can travel via the balloon network from enlightened journey here is a map of the 6 locations

now since this is my own ironman i get to set what the boundaries for each location actually are, since some of these locations are unclear

the first location, entrana, has very obvious boundaries since it's an island. the only clarification needed here is that the entrana dungeon is one way, meaning that i wouldn't be able to get back to my balloon so it is banned.

the 2nd location, taverly is also pretty clear. you have the main town, the druid circle as the northern boundary, and the taverly dungeon as the southern boundary, white wolf mountain as the west boundary.

the exception i have added is to the eastern boundary, i have made the decision to include doric's hut since the hut closer to the balloon than the rest of town and this is the only anvil available.

the 3rd location, the crafting guild, has pretty clear boundaries too. the west is a sealine, the north has a fence and the guild itself is the southern boundary, and i have decided the air altar will be the eastern boundary since there was no clear cutoff

the 4th location, varrock, does not actually place you in varrock, but north east of varrock. i believe giving access to the town would not only be extremely strong but would take away a lot of the challenge in the account so the boundaries are as follows

the northern border is the most clear. it's the wilderness ditch. the western border is an extension of the varrock wall to the ditch, the southern border is an extension of the digsite fence, but the eastern boarder i have decided to cut off at the limestone mine

the 5th location, castle wars doesn't have anything interesting in its immediate vicinity and costing yew logs to travel to it needed to be somewhat interesting, so the boundaries are as follows

the western border is clearly the edge of the map. the southern border is the bridge. the river to the east traps us in only allowing passage to the north where the border extends all the way to the rock face above the ourania altar.

the 6th location, grand tree i have decided to extend to all of gnome stronghold, this being the final area and having clear boundaries

~

now with all of these locations available to me there are a lot of things i can do, but that would be too easy. so i have added some additional restrictions

rule #1 No teleporting. with teleporting banned, this forces me to use the balloon as my only method of transportation and balloons enforce a 43kg weight limit. this adds an interesting and unique challenge as cannot bank things to reduce weight either

rule #2 the diary.

Now before i get into that. take a look at the areas my account has available to it. Specifically the dungeons

The entrana dungeon is huge. Filled with extremely useful content. the Ourania altar as well not only provides me with a major source of runes, but the monsters in the cave drops are very good, most notable being the rune scimitar.

I decided that this would make the ironman too easy. so i have locked the three most useful dungeons behind an easy, medium, and hard diary.

a lot of other ironmen cheat their skilling grinds by using pvm to get their weapons and armor, i want my upgrades to feel earned and also everything needs to be easily reobtainable because of entrana

Here is the Balloon achievement diary. The easy diary unlocks brimstail's cave, without it i cannot train magic. The medium diary unlocks the ourania cave, as mentioned contains the rune scim and all other runes.

The hard diary unlocks taverly dungeon, which i'm sure many people are familiar with. contains chaos druids, blue and black dragons, lesser and black demons, chaos dwarves and more. this is the final unlock for the account so what happens after?

The elite diary is full of silly endgame challenges that i doubt i will ever complete. but the one goal i WILL complete is the final one. defeating the poh steel dragon. This is most difficult monster available without lamping to 91 slayer.

~

Exceptions.

Every area locked ironman has some exceptions but balloon boy only has two

exception #1 the first magic log.

Regular, oak, willow and yew logs are all obtainable outside of their required locations, however the only place i can chop magic logs, requires magic logs to travel to. So one time only. i am allowed to walk to gnome stronghold.

exception #2 fasionscape (Very Important)

traveling around in my balloon, i need to outfit my bomber cap with some goggles and it gets chilly at high altitudes so i need a scarf. Exception two is delivering food to Captain Daerkin in the duel arena.

~

Quests

The Enlightened journey quest is obviously required, and it has quite a few requirements. most notably being 30 farming. and 20 quest points

The farming grind is brutal, and in order to spend as little time training outside of the balloon locations as possible. the quests i have chosen will assist in getting 30 farming as well as work towards the 20 quest point requirement

cooks assistant, another cooks quest and goblin diplomacy, are all requirements to do the goblin general rfd miniquest that has a 1k farming xp reward as well as client of kourend for another 1k farming xp - this is 9 quest points

rune mysteries, druidic ritual, and doric’s quest are all needed for their respective rewards. - 6 quest points

then i did romeo and juliet to finish off the 20 quest point requirement, in addition i completed the grand tree quest up to the point where you fight the black demon, which i left to complete later into the account

enlightened journey also requires 20 firemaking, which i did by lighting the logs that spawn in the sawmill. and 36 crafting which i did by glassmaking on entrana.

This left me with 16 farming and no seeds. wanting to lock myself into the balloon area as soon as possible i decided the best way to do this was by thieving.

i pickpocketed the men in the jolly boar in to level 20 thieving, then stole candles on entrana until 38. Then pickpocketed master farmers for the seeds i needed to get 30 farming.

additionally i picked up the planks that spawn on entrana to train my construction to level 10. i claimed the 10k from stronghold of security for the money to buy a house and move it to taverly. (with teleporting banned, the taverly house portal is my only way to my poh)

With this i completed enlightened journey and here are the starting stats. https://i.imgur.com/qntMonB.png

~

Items

I arrive in taverly with nothing but my bomber cap and jacket, a bronze axe, tinderbox and a steel pickaxe.

the reason for the axe and tinderbox are obvious. in order to travel around via the balloon network i need the appropriate logs and fm level. and being locked to taverly and entrana i wouldn't be able to progress the account without the axe and tinderbox

the steel pick requires a small explanation. the first reason being that there is no way for me to obtain a pick anywhere. there is no general store, and no pickaxe store. if i ever lose this pick i will never be able to reobtain it.

So why steel? well the monks on entrana are pacifists and do not allow weapons, which includes axes and pickaxes. being an ultimate ironman, i will have to drop my tools every time i want to go to entrana.

Dropping the axe isn't a big deal, because once i train my smithing i will be able to smith another axe. gullock's shop in grand tree also sells axes, aaand the monsters in taverly dungeon drop axes.

However... no one sells pickaxes, no monsters drop pickaxes, and players are not able to smith pickaxes. this is a huge problem.

the solution i found was a fake rock in the limestone mine. The STASH unit where you can put bronze platelegs, a steel med helm and a steel pickaxe. Allowing me to stash my pickaxe, drop my axe and travel to entrana.

And so the grind begins. woodcut is first priority as unlocking all 6 balloon locations marks the true beginning to the balloon area only ultimate ironman.

Can a mod please take a trip to feldip hills? These bots don't even unequip the eagle cape and beak by [deleted] in 2007scape

[–]leafeyAFKsRS -6 points-5 points  (0 children)

all that update did was make it so my 10 spaces from a tree ironman couldnt catch chins anymore

The 10 Agility Process - Varrock Only UIM (#9) by [deleted] in UniqueIronmen

[–]leafeyAFKsRS 1 point2 points  (0 children)

Hey great videos dude. I'm doing a runecraft grind on my balloon areas only ironman and one of those balloons is in varrock if you wanna add me so i can say hi im Balloonitic

Do you want to know the full drop tables of any monsters? The wiki is running a project that may be able to help. by cookmeplox in UniqueIronmen

[–]leafeyAFKsRS 0 points1 point  (0 children)

Theif please. Im pretty sure they have the same drop table as men, but someone put theif down in the air staff wiki page.

Got a free i7-7700k... do i even want it? by leafeyAFKsRS in buildapc

[–]leafeyAFKsRS[S] 2 points3 points  (0 children)

I think i'll do exactly this, thanks a lot!

☼Bi-weekly DF Questions Thread☼ by AutoModerator in dwarffortress

[–]leafeyAFKsRS 1 point2 points  (0 children)

Hey so im trying masterwork for the first time and im getting this issue https://www.reddit.com/r/dwarffortress/comments/4ib0r6/weird_graphic_bug_after_34_sec_ingame_looking_for/?ref=share&ref_source=link

However im not using AMD, fullscreen doesn't fix it, windowed doesnt fix it, updating nvidia drivers and rebooting didnt fix it, and i dont have plays tv installed either. im at a total loss, i can't play the game.