Search found 40 matches

by Qui Chang
Tue Apr 12, 2022 11:21 pm
Forum: Suggestions
Topic: Dice Roll Chat Commands
Replies: 2
Views: 6465

Re: Dice Roll Chat Commands

driller wrote: Tue Apr 12, 2022 5:50 am I already added this back on the 9th.

viewtopic.php?f=15&p=38620#p38620

Thanks.
Oh I completely missed that update. Awesome!
by Qui Chang
Mon Apr 11, 2022 9:18 pm
Forum: Suggestions
Topic: Dice Roll Chat Commands
Replies: 2
Views: 6465

Dice Roll Chat Commands

Someone on the discord suggested adding dice rolls to the chat commands. An example: else if (GetStringLeft(sSaid, 7) == "/roll d" && StringToInt(GetSubString(sSaid, 7, GetStringLength(sSaid))) != 0) { //maybe add while loop to make sure all characters after '/roll d' are numbers i...
by Qui Chang
Mon Feb 28, 2022 6:56 pm
Forum: Suggestions
Topic: Item Renamer/Redescriptioner?
Replies: 0
Views: 99970

Item Renamer/Redescriptioner?

Wondering if you'd given any thought to adding a "/rename=" command or "/description=" command for players to rename their items. Traditionally done with listeners and storage placeables, it can now be done fairly easily as a chat command as well. It does require a little bit of ...
by Qui Chang
Thu Feb 24, 2022 11:09 pm
Forum: Suggestions
Topic: Crafting/Forging QoL Fixes
Replies: 7
Views: 21107

Re: Crafting/Forging QoL Fixes

Sorry, but removing and any all misfortune from the game is the wrong move. Things have to have a chance of going wrong, otherwise it's just bad game design. Is the function of the prismatic forge stone a part of this same philosophy? Without trying to give away it's function here, it would be nice...
by Qui Chang
Mon Feb 21, 2022 12:34 pm
Forum: Suggestions
Topic: Change character description
Replies: 8
Views: 26733

Re: Change character description

I don't mean so radical. IMHO, changing gender of character is too much. I propose just changing of it's description. Name of function is like SetDescription(object, string, int). I can see it in my test location to be sure, because I already tried it. https://nwnlexicon.com/index.php?title=SetDesc...
by Qui Chang
Sat Feb 19, 2022 10:33 pm
Forum: Suggestions
Topic: Change character description
Replies: 8
Views: 26733

Re: Change character description

This is actually something that could be done pretty easily via the OnPlayerChat event. An example: else if (GetStringLeft(sSaid, 5) == "/bio ") { string sRemove = StringParse(sSaid, " "); string sBio = StringRemoveParsed(sSaid, sRemove, " "); SendMessageToPC(oSpeaker, ...
by Qui Chang
Wed Jan 26, 2022 9:41 pm
Forum: Suggestions
Topic: General suggestions
Replies: 11
Views: 14973

Re: General suggestions

I actually somewhat agree with Harvey88 on some of this. It would be nice if there was some in-game lore/hints to help figure out some of the forge. Some ideas: ~Occasional line that pops up in NPC one liners in the Playful Maiden or other similar areas. "I heard such and such forge stone helps...
by Qui Chang
Fri Jan 07, 2022 9:57 pm
Forum: Suggestions
Topic: Magic Stone Arrow Frustration
Replies: 4
Views: 7345

Re: Magic Stone Arrow Frustration

driller wrote: Fri Jan 07, 2022 7:20 am I will add something to alleviate this.
Thank you. Much appreciated.
by Qui Chang
Tue Jan 04, 2022 12:55 am
Forum: Bug Report
Topic: Tyranoid Cave Heroic Party Event Broken
Replies: 1
Views: 3513

Tyranoid Cave Heroic Party Event Broken

Me and my friend have tried a few times to get the heroic party event in the Tyranoid cave to work. Just spawns the black circles on the ground 3 times and then nothing.
by Qui Chang
Tue Jan 04, 2022 12:49 am
Forum: Suggestions
Topic: Magic Stone Arrow Frustration
Replies: 4
Views: 7345

Magic Stone Arrow Frustration

Just wondering if you would add a few lines to the Magic Stone script, using SetName, to name the socket stone arrows the same way you name the white/black forge stone arrows. Maybe something like "Greater Fire Arrow" or "Magic Fire Arrow" etc. It would help out quite a bit so we...
by Qui Chang
Mon Dec 27, 2021 10:02 pm
Forum: Suggestions
Topic: Christmas Present Under the Tree!
Replies: 0
Views: 98787

Christmas Present Under the Tree!

It would be cool if there was one of those permanent random loot chests under the Christmas tree that players could loot once per reset. Could tie it to CDKey so people can't just keep making characters or bringing characters in to loot it.
by Qui Chang
Sat Dec 25, 2021 7:33 pm
Forum: Off Topic
Topic: Merry Christmas
Replies: 5
Views: 35105

Re: Merry Christmas

Merry Christmas!
by Qui Chang
Wed Dec 22, 2021 4:15 pm
Forum: Suggestions
Topic: Various Suggestions
Replies: 8
Views: 9220

Re: Various Suggestions

driller wrote: Wed Dec 22, 2021 4:10 pm Not sure if it is any better in the latest patches.
Definitely still seems to act weird. Or at least counter intuitive.
by Qui Chang
Wed Dec 22, 2021 4:09 pm
Forum: Suggestions
Topic: Waygate
Replies: 2
Views: 3787

Re: Waygate

Gotcha. Thank you for the info.
by Qui Chang
Wed Dec 22, 2021 4:07 pm
Forum: Suggestions
Topic: Intelligent Weapon On Hit
Replies: 2
Views: 4778

Re: Intelligent Weapon On Hit

An easier solution, which might still be okay for RP purposes since rangers deal specifically with racial types, would be to give rangers a unique item (similar to a language token) with unlimited uses per day, that can target any creature and tell you it's race. This would work for any creatures wh...