Search found 10 matches

by Shubiniell
Wed Jan 24, 2024 8:58 am
Forum: Tables
Topic: Palworld (STEAM)
Replies: 142
Views: 117169

Re: Palworld

The mob list as shown by the SpawnMonster menu with ingame name and console name. You may notice the lack of NPCs, that's because they aren't in the SpawnMonster menu. Melpaca MonsterList.add("Alpaca") MonsterList.add("BOSS_Alpaca") Kitsun MonsterList.add("AmaterasuWolf") MonsterList.add("BOSS_Amat...
by Shubiniell
Tue Jan 09, 2024 7:17 am
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2333969

Re: z Baldur's Gate 3

Hello.

There is a way with a script to remove the HALF-ILLITHID look? Not the entire power, only the look.

Likely with that: RemoveStatus(GetHostCharacter(), "TAD_PARTIAL_CEREMORPH")

Thanks.
by Shubiniell
Sun Dec 24, 2023 12:29 am
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2333969

Re: z Baldur's Gate 3

If anyone still wonder how to add Orpheus Book 2 from Youth Varrl or progress the quest because missed or skipped inside the Githyanki Creche, follow this step - working with last patch. Console Command, Register Commands, Testing Stuff, Flag Test - then edit the script of SetFlagOnPlayer, remove ev...
by Shubiniell
Wed Dec 20, 2023 7:41 pm
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2333969

Re: z Baldur's Gate 3

Hello.

There is a way to add the [Link]

I've seen the proficency page here, but i don't know where to insert in CE table.

that you got by Alfira?

Thanks
by Shubiniell
Fri Dec 15, 2023 7:41 am
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2333969

Re: z Baldur's Gate 3

Hello.

There is a way to let Minthara spawn to Moonrise Tower (if i'd fail something about knocking down her), without mods and with CE?

Thanks
by Shubiniell
Wed Dec 13, 2023 7:23 am
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2333969

Re: z Baldur's Gate 3

Tried as you wrote, but didn't work - i've seen another post to do this: status = { "GOB_PENITENT", "GOB_CALMNESS_IN_PAIN", "GOB_CALMNESS_IN_PAIN_ACTIVE" } ApplyStatusToPlayer(status) but where i need to put this? Thanks https://i.ibb.co/SN5sx6d/notepad-2023-12-12-17-16-44.jpg So, the UID I gave wa...
by Shubiniell
Tue Dec 12, 2023 5:40 pm
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2333969

Re: z Baldur's Gate 3

Dear, did you know the code and where to add the Loviatar's Love Buff? Thanks! Loviatar's Love ID is GOB_CALMNESS_IN_PAIN You'll have to edit your cheat table yourself, but if you can copy-paste it is a breeze. I usually modify Immune to Disarm cheat since that is the first one listed. {$lua} if sy...
by Shubiniell
Tue Dec 12, 2023 8:07 am
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2333969

Re: z Baldur's Gate 3

Dear, did you know the code and where to add the Loviatar's Love Buff? Thanks! Loviatar's Love ID is GOB_CALMNESS_IN_PAIN You'll have to edit your cheat table yourself, but if you can copy-paste it is a breeze. I usually modify Immune to Disarm cheat since that is the first one listed. {$lua} if sy...
by Shubiniell
Tue Dec 12, 2023 7:14 am
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2333969

Re: z Baldur's Gate 3

How would one go about adding the awakened buff/passive on a character? The only thing I have found was this and it does not work with the normal add feat/passive script. new entry "CRE_GithInfirmary_Awakened" type "PassiveData" data "DisplayName" "h17566e31g76ddg41d8gafe5gb617ae1c8677;1" data "Des...
by Shubiniell
Mon Dec 11, 2023 8:13 am
Forum: Tables
Topic: z Baldur's Gate 3
Replies: 6963
Views: 2333969

Re: z Baldur's Gate 3

Hello.

There is a way to add permanent buff with this table for BG3?

Thanks.