[DiscordArchive] Hi. Sometime when i try to install module using acore.sh it ask me for username and password. What s
[DiscordArchive] Hi. Sometime when i try to install module using acore.sh it ask me for username and password. What s
Archived author: Vrozaksen • Posted: 2023-08-14T03:43:10.334000+00:00
Original source
Hi. Sometime when i try to install module using acore.sh it ask me for username and password. What should i enter here?
Archived author: espi • Posted: 2023-08-14T03:49:49.885000+00:00
Original source
Okay, this still has the same issue though if I'm not mistaken. <@203326888888893440> had a good point and I am able to use the NPC as the source for another blessing, but what if I want a third? Also for some reason I can only use the creature to cast a blessing on me? MOTW, AI, Fort, etc all don't work if I try to cast them from the NPC?
```player->CastSpell(player, BUFF_FORT, true);
player->CastSpell(player, BUFF_MOTW, true);
player->CastSpell(player, BUFF_KINGS, true);
creature->CastSpell(player, BUFF_MIGHT, true);
player->CastSpell(player, BUFF_WISDOM, true);
player->CastSpell(player, BUFF_SPIRIT, true);
player->CastSpell(player, BUFF_SHADOWRES, true);
player->CastSpell(player, BUFF_AI, true);
```
for reference
Archived author: Kitzunu • Posted: 2023-08-14T03:54:52.049000+00:00
Original source
There should be no issue using the player as the caster
Archived author: Kitzunu • Posted: 2023-08-14T03:55:13.300000+00:00
Original source
Oh wait
Archived author: Kitzunu • Posted: 2023-08-14T03:55:20.497000+00:00
Original source
Pala buffs
Archived author: Kitzunu • Posted: 2023-08-14T03:55:27.351000+00:00
Original source
Only one per source
Archived author: Kitzunu • Posted: 2023-08-14T03:55:28.609000+00:00
Original source
Right
Archived author: espi • Posted: 2023-08-14T03:55:31.125000+00:00
Original source
Ye
Archived author: espi • Posted: 2023-08-14T03:56:01.909000+00:00
Original source
I figure I just need to make a dummy object for the source, I'm just not sure how to do that
Archived author: Kitzunu • Posted: 2023-08-14T04:05:21.525000+00:00
Original source
Maybe a stretch, but try Aura::TryRefreshStackOrCreate