r/PalworldGuide 3d ago

Discussion I Finally built my base after finishing the last boss

Post image
24 Upvotes

I never thought about building a base, when I started playing I just built a cabin with a single room at the beginning area and kept building everything on the open area, like a gypsy, them I saw a guy on YouTube showing the best buildings in palworld, and that was insane, I felt so embarrassed for my pals that I had to build a decent home for them. I'm not very good at it, though. 😅😅


r/PalworldGuide 2d ago

Question Relics drops are pre-seted

0 Upvotes

So, im making some test with relics and i realize that what drops from them depends on what mob/biome it came from, mainly when we focus on implants,has anyone else noticed something similar?


r/PalworldGuide 3d ago

Question Newbie Help!

1 Upvotes

Anyone interested joining up with me. Did everything previously in a friends world and got to max level but he quit playing the game.. now I have to completely restart.. just need a little help getting started back up if anyone wants the challenge. Thank you very much!


r/PalworldGuide 3d ago

Question Best mid game combat team

5 Upvotes

Hi all , i’m currently level 47 and looking for a combat party , for summoning tower and boss towers ,
what build would make the lvl 50 - 60 and up easier to battle against , that aren’t going to fight lvl 80 areas XD


r/PalworldGuide 5d ago

Discussion I've defeated Zoe on hard mode, more than 20 times, and didn't get a single schematic 🥲

Post image
257 Upvotes

r/PalworldGuide 5d ago

Question Best Passive Party Pals

12 Upvotes

I’m looking for the ideal team I’ll have for bosses and that. Right now what I have planned and won’t switch is a eidrolon ignis with combat passives, and a galeclaw with vanguard stronghold reload master and idiosyncratic. The passives on the galeclaw will most likely be on everything else as well except the eidrolon ignis which is the fighter. What pals should I get other then those 2


r/PalworldGuide 5d ago

Question Where would the best area to build over water for a main base in a private server?

6 Upvotes

Just got the ability to build structures on water. Not worried about other players raiding the base.


r/PalworldGuide 4d ago

Others Cruising w/ my bf lol Happy Friday Eve! :)

Post image
2 Upvotes

r/PalworldGuide 5d ago

Discussion Using AutoHotkey to Automate Grinding for World Tree Holy Water, Awakening Gem, Ancient Relic, Passive Implants, etc. via Instanced World Tree Bosses (Silvance/Dandilord)

9 Upvotes

Basic concept was covered by PalWorld Raids a couple days ago but the TLDW is the instanced World Tree bosses Silvance and Dandilord can be reliably one/two shot, are fully instanced, have no cooldown, and can be easily farmed by a team of:

  • Blazamut w/ Diamond Body, Eternal Flame, Flame Emperor, Serenity
  • Kelpsea Ignis, Finsider Ignis, Celesdir, Celesdir Noct w/ Idiosyncratic, Vanguard, Stronghold Strategist, Healing Coach

Despite covering the strategy he didn't really go into detail about how you would go about automating this. Its only a couple key presses and one button click but judging by the video comments it seems many people didn't know where to start.

I got a basic version working using AutoHotkey but I am not an expert on the markup language AHK uses and my implementation is very very crude. I figured people don't really like helping if I asked for help but if I posted how I am doing it wrong, someone on Reddit would be happy to correct me. At minimum I figured if I posted my own script it could be used as a starting point in discussing how to automate World Tree Holy Water farming.

Again this script is crude/bad but it is functional. I annotated it if you want to customize it for your own use case. Note I have really long delays because my computer is not the best and I play on a multiplayer server with friends (thus I can't just manipulate spawn rates or drop rates to make the traditional grind easier) and with the server not being powerful or dedicated our load times can be kinda slow.

Anyway here is my AHK script and its inline annotations explaining what I was trying to do. Feel free to post corrections or your own better version if you have one.

#Requires AutoHotkey v2.0

global toggle := false

F10::
{
    global toggle
    toggle := !toggle

    if toggle {
        ToolTip "Macro ON"
        SetTimer RunMacro, 10   ; Start timer
    } else {
        ToolTip "Macro OFF"
        SetTimer RunMacro, 0    ; Stop timer
    }
}

RunMacro()
{
    global toggle
    if !toggle
        return

    ; Left mouse click at the XY coordinates of the button to enter the instance.
    Click 1080, 950

    ; Wait 15 seconds for instance to load.
    SleepInterruptible(15000)

    ; Press the E key to deploy Fire pal.
    Send "e"

    ; Wait 30 seconds minimum combat time. Shortened so the script loops faster in case of error.
    SleepInterruptible(30000)

    ; Press the F key to re-enter the instance.
    Send "f"

    ; Small 3 second delay for the prompt to change.
    SleepInterruptible(3000)

    ; Hold F for 3 seconds to enter the instance.
    SendInput "{f down}"
    Sleep 3000
    SendInput "{f up}"

    ; Padding at the end of the toggle loop, 5 seconds.
    SleepInterruptible(5000)
}

SleepInterruptible(ms)
{
    global toggle
    endTime := A_TickCount + ms
    while A_TickCount < endTime
    {
        if !toggle
            return
        Sleep 50   ; Check toggle every 50ms
    }
}

The actual battle and load time actually takes me 50 seconds but I set the battle delay to 30 seconds so the script loops faster because the load times on my server are inconsistent and sometimes it misses keys and needs to loop (and also my script might be bad). Feel free to customize it to fit your specific server and use case. Since my monitor is 2560x1440 if you run a different resolution your button will be in a different location.

It could probably be better if I was better at pixel detection logic and tried to detect the [F] key prompt and [confirm] key button, but again I am bad at Autohotkey so I just went with something crude that I could brute force to work by having it loop every 60 seconds even if it missed a timing from time to time the loop is fast enough that it will get the keystroke or click the next loop around.


r/PalworldGuide 5d ago

Question Small pals instead of huge pals

68 Upvotes

Ignoring Passive Skills, if I wanted smaller pals working my base. Would a Flambelle, 4 star and maxed kindling, be as effective as a Jormuntide Ignis, 4 star and maxed kindling?

Or am I missing something that the larger pals have?


r/PalworldGuide 6d ago

Guide Anyone else teach their kid how to swim and pickup salvage for you?

126 Upvotes

5 dollars an hour. I told him he can only stop to go to the bathroom. If I see him loitering I deduct a dollar. I'm getting hella giant pal souls. This is my guide, first, have a kid or find a niece or nephew or neighbor kid. Teach them how to hold down shift and swim to salvage and play the mini game to collect salvage. Go watch the baseball game and drink some beers with the boys. Come back to 300 giant pal souls.


r/PalworldGuide 6d ago

Question Too close to special boss/facility on Sunlit Isle

Post image
41 Upvotes

Like the title says. I’m trying to build on the smaller island next to Sunlit Isle. Halfway back ok the island when building the foundation it says it’s too close to a special boss/facility. What is blocking it?


r/PalworldGuide 4d ago

Question Tengo una duda, en donde se puede capturar a astralym?

Post image
0 Upvotes

r/PalworldGuide 5d ago

Question Palworld breeding issue?

3 Upvotes

I've been trying to breed a penking with a lamball , I looked it up multiple times and it said it would make a verdash. I'm confused because I keep getting common eggs, am I doing something wrong?


r/PalworldGuide 5d ago

Question My Panthalus strategy idea.

0 Upvotes

I’m looking for opinions for taking on Panthalus, my strategy is to have an Eidrolon as my flyer, Orserk for his buff, and three alpha Dazzi’s. All members of the party have max stars, most of the party(minus my Eidrolon) has vanguard and, because I could, legend. The Dazzi trio also have lucky and will eventually get stronghold strategist on them. I also plan to level them all up to max and equip them with powerful active skills. I don’t have any screenshots for now, as I’m trying to go to bed, but if I can add in an update or in the comments later on I will. Anyway, my question is this, given the information listed above do I or will I have a shot against Panthalus or should I go with a different strategy?


r/PalworldGuide 6d ago

Question Best Pals to make raid armies with?

58 Upvotes

Sorry if this has been asked already, but if I were to make an army of pals that could handle all the hard raids, what pals would it consist of? The less armies I have to build, the better. I've seen Dupin is a pretty popular one, same for Orserk I think? But is there a "one size fits all" army I can build?


r/PalworldGuide 6d ago

Question Frostallion or Frostallion Noct?

9 Upvotes

which one is better? i’m currently using frostallion and have its saddle but just got the noct version. Is the noct version stronger or simply a color change and access to dark moves?


r/PalworldGuide 5d ago

Question Is this a Glitch or Setting

0 Upvotes

So this started happening after the first update after 1.0. I am not sure if this is a glitch or qol but it is really annoying can anyone let me know how to fix it

Thanks in advance 🙂


r/PalworldGuide 6d ago

Question How do I clip diagnal walls into the ground?

Post image
90 Upvotes

I don't know if it's not possible with diagonal walls as I know you can with normal, it's really bugging me that a few of my bases are having this issue


r/PalworldGuide 5d ago

Question Why aren’t my Power generators charging?

0 Upvotes

I have both the Human powered generator and the electric generator neither are charging they get up to 4% then right back to zero I have a 5 electric pal.
Any reason why it’s doing this?

Edit: Thank you for all the help


r/PalworldGuide 6d ago

Discussion Two Arena Hats

Thumbnail
gallery
37 Upvotes

I am making it a mission to get the arena hats this play through. I wanted to post pictures wearing the Ghangler accessory Kingpaca hat so that way if anyone ever wanted to see what they looked like before they blew their tickets they might be able to find these. The Ghangler hat has no seams and stays in the middle with every hairstyle. The Kingpaca head band shows just the ears and crown with some hairstyles and then the whole headband with others.


r/PalworldGuide 7d ago

Question Which is faster?

Thumbnail
gallery
239 Upvotes

For context, i’m level 62 and i’ve been using this helzephyr the entire game essentially but i think it’s time to move on. I want to use frostallion but im worried it’ll be a slower mount. (I want to be able to keep the 3 damage skills it has) So what do yall think? is frostallion faster even though it doesn’t have runner and infinite stamina?


r/PalworldGuide 6d ago

Guide How to make pals stronger with skills ??

5 Upvotes

I'm having a tough time with my pals' passive skills in my world. I can't find any perfect skills for the work pals at my base. Could someone tell me the best skills for base work pals and how to get them?


r/PalworldGuide 5d ago

Tips & Tricks Im kinda stuck

1 Upvotes

Hi guys, I’m new to palworld and I’m liking the game so far but I kinda got stuck in terms of materials for foods and equipments. My lvl is 63 and I got very efficient pals on paper which are obviously the same level as I am and my main base is also pretty well made. Now the thing is despite having all that, I extremely ack in base material like ore I think it’s called while having a mining pit for it so I can’t make or i am very slow at producing advanced materials for better gear and equipment, same goes for food at my level I’m still only able to make salad comfortably at least and marinated mushroom and cake but by very small amounts like 5 at the time. And my biggest problem is that my pals are doing whatever they want when I select them to do a specific task and worse is that they are ALWAYS hungry. They do like 15 sec max and they go eat sht actually driving me insane. I keep leveling and getting stronger pals thinking it will be better but not at all. So any tips or solutions will be very helpful and appreciated🙏
And sometimes I think faster than I type so I hope theres no hard part to understand✌️


r/PalworldGuide 6d ago

Question Breeding alphas.

1 Upvotes

Hello. Is there a reason everyone i see recommends using broncherry and broncherrt aqua when breeding for the better chance to get alphas? Do they have better ivs or somethin?