PMOG
The Passively Multiplayer Online Game

PMOG Forum

civilized discourse for an uncivilized gameworld



Forums » Gameplay » Honor Crate System

Author Thread
stephen


avatar image of stephen

Level 12
Destroyer Destroyer
Posts: 66

As many (~42) of you have seen, I have recently developed a system for ensuring a crate is stashed on a page before continuing a mission. You may try this mission at http://www.pmog.com/missions/hon.... The features currently include:


Requirement of user to be in a mission to loot page crates.

Prevention of user from continuing the mission unless a crate is stashed

Prevention of user from looting crates on page once stashed.
(This is to prevent looting their own crate)

After stashing a crate, looting on page for this user is disabled for 24 hours.

I'd like some user feedback on this system, and to see what other Benefactors might need from this system.

by stephen 7 months ago
| Permalink

stephen


avatar image of stephen

Level 12
Destroyer Destroyer
Posts: 66

*Bump*

by stephen 7 months ago
| Permalink

felix_klein


avatar image of felix_klein

Level 12
Vigilante Vigilante
Posts: 16

Can't take the mission right now. Nothing appears on the first page.

by felix_klein 7 months ago
| Permalink

pixielo
Steward


avatar image of pixielo

Level 20
Vigilante Vigilante
Posts: 3651

I liked it, I thought it was novel way of getting things done.
It would work really well for the 'Mystery Word Association' game.

by pixielo 7 months ago
| Permalink

felix_klein


avatar image of felix_klein

Level 12
Vigilante Vigilante
Posts: 16

I managed to break it, I think by doing this:

1. loot a crate
2. add a new crate
3. proceed to end of mission page
4. back-link through the mission to the crate page

Result: There is no "next" link on the crate page, and looting is disabled.

by felix_klein 7 months ago
| Permalink

stephen


avatar image of stephen

Level 12
Destroyer Destroyer
Posts: 66

tekkguy is right! This was put in place to prevent users from passing through the gate, then using the back button to go grab the crate they stashed.

I'm happy you tried though, makes the work I put into that part seem worth it.

Again, any suggestions for this systen or any other you would like to see, let me know, and I'll see what I can come up with. I'm enjoying the exercise in javascript again.

by stephen 7 months ago
| Permalink

bando


avatar image of bando

Level 10
Pathmaker Pathmaker
Posts: 29

Outstanding!
I love the idea. I could see this a potential way to create other missions with mines, portals, etc.

Keep up the good work.

by bando 7 months ago
| Permalink

martharose


avatar image of martharose

Level 6
Pathmaker Pathmaker
Posts: 21

This is a brilliant idea. Thanks. :)

by martharose 7 months ago
| Permalink

martharose


avatar image of martharose

Level 6
Pathmaker Pathmaker
Posts: 21

This is a brilliant idea. Thanks. :)

by martharose 7 months ago
| Permalink

discodave


avatar image of discodave

Level 8
Seer Seer
Posts: 7

The snag I seem to be finding on most honour crate missions (or at least those that encourage you to leave something for the next person), is that the only way to get from page one to page two etc... is a direct route - placing a crate means anyone keeping up to date on the Recent Events page can see exactly where to find a regular supply of crates. I'm not sure I can see a way around it aside from your rather ingenious mission, so kudos.

by discodave 7 months ago
| Permalink

pgu5802


avatar image of pgu5802

Level 11
Pathmaker Pathmaker
Posts: 73

am i allowed to break it?

i.e. generate false referrers, use proxys, write my own javascript, etc.?

by pgu5802 7 months ago
| Permalink

stephen


avatar image of stephen

Level 12
Destroyer Destroyer
Posts: 66

pgu5802:

Seeing that that's how I made it in the first place, I'd say no. Something like Greasemonkey could easily break this. Seeing that it's all client side script, there's not much saving it there.

by stephen 7 months ago
| Permalink

pgu5802


avatar image of pgu5802

Level 11
Pathmaker Pathmaker
Posts: 73

:( thats no fun.

by pgu5802 7 months ago
| Permalink

remus


avatar image of remus

Level 9
Seer Seer
Posts: 8

I seem to have broken it by accident (though there weren't any crates, so I couldn't have been the first.

I'm running noScript with most websites blocked (exception being pmog, and a temp exception for the last page of any given mission).

Perhaps you could move your script to the "complete" part of the mission (what stops people from not completing it but looting the box?), or do some trickery to make Firefox see the script as originating from pmog instead of from the source site?

by remus 7 months ago
| Permalink

stephen


avatar image of stephen

Level 12
Destroyer Destroyer
Posts: 66

LOL, no, that's called cross site scripting, and is so much more of a hack, and dangerous! Unless PMOG devs want to incorporate my tool (hint hint!). Anyway, anyone can loot the crate. The idea on this tool is that you can't complete the mission UNLESS you stash a crate.

I'm hoping to do more work on the whole crate exchange version, but work keeps me busy. I'll update everyone when I get it working.

by stephen 7 months ago
| Permalink

| Back