Search found 71 matches

by Vlek
20 May 2015 02:22
Forum: Game - General
Topic: Calia Hobbit Number Game Quest [Possible spoilers]
Replies: 20
Views: 6275

Re: Calia Hobbit Number Game Quest [Possible spoilers]

Seriously, I'm a grammar nazi, and you're all just annoying me. Can we stick on topic? If you're wanting to talk about the finer points of the English language, go ahead and make your own thread.
by Vlek
19 May 2015 04:15
Forum: Game - General
Topic: Calia Hobbit Number Game Quest [Possible spoilers]
Replies: 20
Views: 6275

Re: Calia Hobbit Number Game Quest [Possible spoilers]

It doesn't equal -9 but it's still wrong. It's not wrong depending on what you're using to calculate it. In python and ruby, it's right. In damn near everything else I've tried it on including the regular windows calculator it comes to 291. Wouldn't that be 291? And the correct answer should of bee...
by Vlek
18 May 2015 05:56
Forum: Game - General
Topic: Calia Hobbit Number Game Quest [Possible spoilers]
Replies: 20
Views: 6275

Calia Hobbit Number Game Quest [Possible spoilers]

I've found an issue with the number game that may or may not be intentional. I've created a way to programmatically create a list of all possible combinations of numbers and evaluate which ones hit the target number, and I've found that, out of any ten given times that you play, there may be one or ...
by Vlek
14 May 2015 07:59
Forum: Web Client General Discussion
Topic: GWC and GMCP Wishlist
Replies: 10
Views: 18411

Re: GWC and GMCP Wishlist

There're a few things I'd like to see added to the GMCP library: character.vitals.fatigue - give the level of fatigue that the character is currently at. Currently there's only the amount that the character is burdened by stuff. character.vitals.inventory - gives an object with the names and amounts...
by Vlek
11 May 2015 08:00
Forum: Web Client General Discussion
Topic: Using GMCP Triggers
Replies: 1
Views: 2348

Using GMCP Triggers

I cannot for the life of me figure out how to get a trigger using GMCP to pop. I've tried everything I could think of: Data.Room, Room.Data, gwc.gmcp.data.room, etc, etc. Can someone explain what the GMCP, one of the options of triggers instead of plain text and regular expressions, gets used with?
by Vlek
11 May 2015 07:44
Forum: Web Client General Discussion
Topic: Getting last command passed by user
Replies: 4
Views: 3468

Getting last command passed by user

I was wondering if there was a way to retrieve the last command entered by the user. Does this get saved, kind of like args, in the background? If not, is there any temporary fixes that anyone can think of? I've tried making an empty alias that saved all args to a variable, but that did not work. Ma...
by Vlek
11 May 2015 00:26
Forum: Web Client General Discussion
Topic: Args Explained
Replies: 10
Views: 9540

Re: Args Explained

Hello Zhar, thanks for the input. You're right, I didn't give a very good example because it does seem like what I was doing was inefficient, but I'm talking about cases in which the syntax of the line can be vastly different, causing one to use an or case statement like the one that I was using, an...
by Vlek
07 May 2015 07:37
Forum: Suggestion Box
Topic: Global Chat
Replies: 28
Views: 9127

Re: Global Chat

If one cannot follow simple rules what makes you believe he or others will listen to a volunteer moderator? Let me stop you there. The rules that you're referring to are the rules of the Newbie chat line. If you have such a HUGE, insurmountable issue with global chats, then you can, just as I menti...
by Vlek
07 May 2015 07:11
Forum: Suggestion Box
Topic: Global Chat
Replies: 28
Views: 9127

Global Chat

After a long discussion with many players about the etiquette of the newbie help line, it became abundantly clear that there needs to be a place where players can speak to each other en mass within the game without there being rules other than playing nicely with others. My idea: create an item that...
by Vlek
05 May 2015 07:19
Forum: Web Client Bugs and Feature Requests
Topic: Bug Report: GWC Text Replacement Issues
Replies: 0
Views: 1723

Bug Report: GWC Text Replacement Issues

The replacement function does not appear to also replace text in the communication window. Trying to replace with special characters such as "<" or ">" will not work properly. It does not give an error message when doing so. I thought that they might have to be escaped, but when ...