Search found 312 matches

by cotillion
13 Apr 2019 19:18
Forum: Game - Technical
Topic: Auction House and lost items.
Replies: 15
Views: 11515

Re: Auction House and lost items.

I've done some changes to the auction house which should improve the situation.
Let me know if items go missing.
by cotillion
05 Apr 2019 11:02
Forum: Web Client Bugs and Feature Requests
Topic: Leading spaces deleted - ugly scrolls
Replies: 4
Views: 5780

Re: Leading spaces deleted - ugly scrolls

It seems there is a bug. I'll look into it.
by cotillion
04 Apr 2019 19:30
Forum: Web Client Bugs and Feature Requests
Topic: Leading spaces deleted - ugly scrolls
Replies: 4
Views: 5780

Re: Leading spaces deleted - ugly scrolls

Does this happen if you enter it through the note editor?

Hit: ctrl + enter
by cotillion
03 Apr 2019 12:42
Forum: Game - Technical
Topic: Eternal save
Replies: 2
Views: 4003

Re: Eternal save

That should not be happening. It's possible there is some old code which is using the wrong method to decide drop chance.
Bug report the NPC/room and I'll take a look at it.
by cotillion
20 Mar 2019 10:32
Forum: Web Client General Discussion
Topic: Timed Trigger help
Replies: 4
Views: 6515

Re: Timed Trigger help

I see:

Code: Select all

/* jshint ignore:start */  
mud.connection.send('s')	
await wait(5.0)
mud.connection.send('e')
by cotillion
19 Mar 2019 11:14
Forum: Web Client General Discussion
Topic: Timed Trigger help
Replies: 4
Views: 6515

Re: Timed Trigger help

What you want is something like this:

Code: Select all

  mud.connection.send('s')
  await wait(5.0)
  mud.connection.send('e')
by cotillion
23 Feb 2019 11:27
Forum: Game - Technical
Topic: The Basic Package for Beginner Mudlet Users
Replies: 13
Views: 12224

Re: The Basic Package for Beginner Mudlet Users

Is it possible to make one version of this which supports multiple resolutions?
by cotillion
09 Jan 2019 13:46
Forum: Common Board
Topic: Wheel-Of-Fun Mini Event Results
Replies: 11
Views: 3523

Re: Wheel-Of-Fun Mini Event Results

Cherek wrote: You'll still receive a gift since Julio believes everyone are good deep down. (He's very naive)
A short stint as AoP would cure him from that!
by cotillion
04 Dec 2018 19:43
Forum: Suggestion Box
Topic: more rubbish bins please.
Replies: 7
Views: 2907

Re: more rubbish bins please.

Dhez wrote: Maybe I'm misinformed, then. So it doesn't matter how many of these 'rare' items are in the realms? The chances don't increase the fewer of them are in the game? Thanks both for the first and in advance for any further clarifications.
Correct.
by cotillion
04 Dec 2018 15:33
Forum: Suggestion Box
Topic: more rubbish bins please.
Replies: 7
Views: 2907

Re: more rubbish bins please.

Especially with the new gear system and limited items, it would be an idea to be able to destruct items efficiently so NPCs have a higher chance of spawning with them. Bins aren't optimal for the counters. Doesn't work that way. The only way to increase the clone chance is to kill an NPC less, whic...