Showing Posts For ProperDave.7425:

Missing gold during beta weekend

in Bugs: Game, Forum, Website

Posted by: ProperDave.7425

ProperDave.7425

The loss of gold was observed on a regular character – not a beta one. And although I did do a bit of trading (according to the BLT History tab, I listed 2x 250 Mithril Ore at a just-above-asking-price cost). My actions wouldn’t equate to such a significant loss in gold, from what I can tell.

I was really hoping there may have been some other observations of gold loss – I’ll just have to keep watching my balance and report anything else I spot out of the ordinary!

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Missing gold during beta weekend

in Bugs: Game, Forum, Website

Posted by: ProperDave.7425

ProperDave.7425

I’ve already filed a support ticket & bug report (in case this was a bug), but during play over the weekend I somehow went from having around 1,150 gold to 988 gold without making any significant in-game purchases.

The only currency-consuming activity I did do this weekend was:
* Pop a couple of stacks of Elder Logs and Mithril Ore on the Exchange (literally a couple – maybe 2-3 stacks, at just above current asking price).
* Use my copper-fed salvage-o-matic to salvage 10-30 items at a time, about 4 or 5 times.

Neither of the two above actions should have cost 162 gold. It’s annoying, but I don’t really care about getting the gold back, but I want to make sure if there is an issue here that it gets fixed.

Has anyone else noticed any unusual currency discrepancies in their account over the weekend?

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

[Request] character icon resource endpoint

in API Development

Posted by: ProperDave.7425

ProperDave.7425

I did a quick search to see if this had been requested already, but couldn’t find an existing post -

Would it be possible to get a resource endpoint for the character icons displayed on the character selection screen?

I’m hoping it wouldn’t be a far leap to get these accessible from the main API, though as I understand they are drawn in real time client-side on the character menu, so I’d guess they’re not immediately accessible from the servers.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Made a simple New Krytan web font set

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

I believe there may be a few fonts in existence already – but I thought I’d throw my own into the mix with a full web font set (eot, woff/2, ttf, svg).
This is an initial draft – I need to do some tidying on the letter boundaries and kerning, but I was well pleased with myself and thought I’d share as is:
http://properdave.com/gw2/

I’m also hoping this fits within the fare usage that Anet lets us do things under. Here’s hoping I don’t get angry messages in my inbox from Gaile/team. :o

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Funny NPCs of Tyria :)

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

There are some fantastic moments of ambient dialog in the game. I’ve been playing since launch and I still get occasionally surprised by NPC chatter when I idle in random places.
I caught the dialog between the sylvari gate assistant and the asura gate tech in the Grove for the first time recently. That did make me smile.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Battle on the Bitmaker - Chiptune Arrangement

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

You thought of posting these on OC Remix ?
There’s not enough Guild Wars tunes there

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

(edited by ProperDave.7425)

Randomised Character Roller

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

I posted this on the GW2 Subreddit a week or so back, but forgot to link it on here too.

I’ve made a random character generator for GW2 – available from: http://gw2.properdave.com/roll
The generator will give you the personal story options, character name suggestions, as well as species, gender, class, profession etc.

If you’re geeky and want to incorporate it into your own site, drop me a message – I’ve made the generator publicly available to use. So long as you know javascript you can pull it into your own site with relative ease.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

HEADS UP: rate limiting is coming

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Who on Tyria would need to make 600 requests a minute? That’s sounds like bad programming to me.

Eh, /v2/commerce/listings is updated every ~30 seconds and takes ~150 requests to pull all the data from. Sites that additionally maintain a large pool of API keys (e.g., for grabbing /v2/pvp/games) also might require higher request rates.

600 requests/minute is certainly a lot, but there are definitely cases where it’s not enough.

This inspires me to write some general purpose best-practice guides on API consumption that I’ll see if I can sneak into the references on the Wiki’s API page when I’m done.

And also; Keep up the good work Lawton! We really do appreciate it!

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

HEADS UP: rate limiting is coming

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Would it be legit if I use my own server for static API requests and only use the official API for account bounded requests? My Server would then have its own database of items for example and only updates this database like every 24h?

I really think everyone should go this way.
It requires less time, more search variety, and so on and so forth.
For my software I planned to check for the change in version name, to trigger a database rebuild, but found it is too often, so just press a button after major updates.

Caching responses from the GW2API is a good way to go – it gives your own projects more fault-tolerance for when situations like this occur.
For my part, I try and cache everything I pull from the API for at least 24 hours, and vary request intervals back to the API so that I don’t flood the servers with requests.
Who on Tyria would need to make 600 requests a minute? That’s sounds like bad programming to me. My earlier versions of Plotty were a little unforgiving on the API calls, but I’ve hopefully fixed all that in the latest builds. :o

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Pinch my high-res tiles, and new Plotty.

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Hi all,
I’ve made further improvements to Plotty, now adding the game server IP recording to position data (this should support both existing IPv4 output from MumbleLink, but also IPv6 should Anet ever switch to it). I’ve switched the built-in web browser control from .NET’s godawful WebBrowser control to Mozilla Gecko (Firefox’s engine). The switch means that Plotty has had a size increase though – up from 8MB to 80MB for the inclusion of the new browser controls.
If anyone wants a reliable MumbleLink exporter but doesn’t want the bloat now attached to Plotty, let me know. I’ll re-write the MumbleLinkAPI Interface into a reusable DLL or small console application.

I’ve also overhauled GW2Maps a bit, and created a high-resolution tile endpoint. You’re welcome to pilfer my high-res tiles, but for the love of Iron show some respect for my bandwidth/cpu cycles and cache them your side.

The high-res endpoint operates thusly:
1) You request a tile (eg: http://www.gw2maps.com/tile/highres/1/1/5/10/10.jpg )
2) GW2Maps first checks to see if it’s generated the tile in the last 24 hours, if it has, it returns the existing tile.
3) If the site needs to generate your request, it initially checks for and downloads [if required] the current standard-resolution tile from the Tile Service API. This standard-res tile will be returned if there’s any errors generating the high-res one.
4) Your high-res tile request is then created from stitching together cached Zoom-level 7 tiles. If the site doesn’t have the tile it needs, it retrieves the required tile from the Tile Service API.

Every request to the Tile Service API is cached for at least 24 hours (I’ve added variance to the caching to prevent multiple re-requests for tiles at once). So this caching prevents hitting Anet’s API excessively.
After all, we’re only going to see significant map changes when new maps are added, so we don’t need to spam the servers with requests constantly, and I can purge the cache on GW2Maps when new maps are released to rebuild the whole of Tyria/Mists.

As a bootnote; I’m only providing high-res tiles for zoom layers 4, 5 and 6 – zoom level 7 is the regular tiles, and anything less than zoom level 3 is not noticeable detail, so my endpoint will just return standard tiles for those zooms.
bootnote2; I have DNS aliases too. tiles1,tiles2,tiles3,tiles4

Feedback would be greatly appreciated. I think all this stuff is cool – but then I’m totally a geography nerd.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

(edited by ProperDave.7425)

MumbleLink: export map level?

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Yes – much appreciated Lawton!
This will be a fantastic addition to the API. At the moment I’ve been best-guessing layers by pre-recording z-positions in different maps.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

External Map using Mumble Link[BETA]

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Shameless opportunistic plug time, but if you want a working MumbleLink mapping tool, I’ve had Plotty online for over a year and it does just that ~ you can use my mapping server on http://gw2maps.com or have Plotty target your own mapping server by changing the program settings.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Map API / Mumble Mashup

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Somehow I missed this thread – if it would interest anyone, I made a Windows tool called ‘Plotty’ over a year ago now, which acts as a GPS using the Mumble Link API.
I just recently moved it and the mapping tools I’ve had running for years to what appears to be the very un-original http://gw2maps.com/ :o

Plotty homepage at: http://gw2maps.com/plotty

You can set the servers Plotty sends data to from within the Settings window in Plotty.
For those that have their own mapping sites – you can also change the settings.ini file that distributes with the Plotty download to target other servers (this allows you to redistribute Plotty and have it automatically target your own server). If you do redistribute Plotty, please at least give me credit.

Edit: Just added global hot key support and a new favourites data field on coordinates, so you can enable the option to have Plotty listen for an in-game key press (eg: F12, CTRL+G etc). When Plotty hears the keypress it will mark the captured location to the db as a ‘favourite’ location. You can then extract just the favourites from the History db, and I’ve also added a customisable JSON export option – allowing a user to quickly create a json data set.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

(edited by ProperDave.7425)

Created a new home for Plotty (a GPS for GW2)

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

Hi all,
I’ve relocated Plotty, and my community mapping tools to: http://gw2maps.com

Plotty’s a Windows-based GW2 GPS. Run the program and it’ll record your position in GW2 and allow you to plot your movement on an interactive map. Maps are local to your computer, but you can share the data with gw2maps.com (or your own website, if you’re geeky), and let the world see what you’re up to.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Updated Guild Emblem font kit and generator

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

Hi all, I have published a revised font kit with Heart Of Thorns emblems. Generate your guild logo online or download the emblems as a set of font faces for any purpose.

If you are a website owner/developer, you can use the font kit to add guild logos to your website – and I have also provided a jQuery plugin that will allow you to use bbtag-style markup to allow automatic guild logo rendering.

http://gw2.properdave.com/

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

(edited by ProperDave.7425)

Plotty for Guild Wars 2

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Do you have source code visible for either the client tool (so I can run it) or the mapping service (so I can see how the client tool sends data and a reference impl for how it is processed server-side)?

I haven’t published source code yet as I’m still finalising and optimising stuff, but the reporting and browsing urls in Plotty are configurable from the settings window – all data is passed via a HTTP call with a GET query string to make it easy for anyone to implement their own mapping/data collection server.

This is the recording query string sent to the specified server:
?continent={1}&world={2}&key={3}&map={4}&player={5}&character={6}&x={7}&y={8}&z={9}&rotation={10}&commander={11}&created={12}
1) continent=1/2 (Tyria/Mists)
2) world=legacy pre-megaserver world id (not needed – though I’m providing it in case it is ever useful)
3) key=Plotty’s ‘Save Tag’ for grouping two or more player’s data together
4) map=the map id (eg 15 for Queensdale, 50 for Lion’s Arch etc)
5) player=Player’s username (eg ProperDave.7425)
6) character=Current active character name (Eg for me: ‘Proper Dave’, ‘Garrfunkel’, ‘Tane Belmont’, ‘Cuddly Ball of Fur’, ‘PĂ­erce Brosnan’ etc)
7/8/9) x/y/z=Player Coordinates
10) rotation=Degrees – Which way the player camera is facing on a horizontal access, with 0 degrees being north.
11) commander=Are they taco’d up or not.
12) created=optional creation time (as an 11 digit unix timestamp), default is 0 for right now.

For viewing data from Plotty, the following MVC format is used (though the url can be modified to GET like the data recording url through the use of query string params):
/livemap/watch/{world}/{tag}/{map}/{from}/{to}
‘livemap/watch’ is an MVC controller that accepts:
{world} = continent (1=Tyria,2=Mists)
{tag} = the key or Save Tag
{map} = the map id
{from} = 11 digit unix timestamp of when to start browsing from
{to} = 11 digit unix timestamp of when to start browsing to

  • All times are in UTC (GMT+00:00)
— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

(edited by ProperDave.7425)

BorderWatch app for Pebble smart watches

in WvW

Posted by: ProperDave.7425

ProperDave.7425

Each selected Border can provide additional details breakdowns (attachment 2).

Attachments:

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

BorderWatch app for Pebble smart watches

in WvW

Posted by: ProperDave.7425

ProperDave.7425

Hi all, along with doing a post today about Plotty, I have created a very simplistic watchface app for the Pebble smart watch. It gives basic live border information. Anyone with a Pebble, Pebble Steel or Pebble Time that might be interested in giving it a try?

Attachments:

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Plotty for Guild Wars 2

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Hmm, looks very interesting, too bad these API forums are rarely checked by the rest of the forum. Maybe you should post this in the WvW section?

I’ll give it a go. Hopefully the forum mods won’t mind the repost. It was rather difficult deciding the best place to mention the tool, and if it was worth getting in trouble for creating several posts throughout the forums.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Plotty for Guild Wars 2

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Just another update on this. I have implemented a number of revisions. I’m hoping someone finds this useful.
I have also had one feature request – detection of teleport cheating. Something which should be easily implementable as Plotty could track unexpected changes in position. There would be false positives when wp’ing/portalling, but it could at lease be used to flag unusual movement behaviour.

Here’s two guild members running around in WvW as part of a raid:
http://www.lordtrain.com/livemap/watch/2/III_Legio/1143/1455575041/1455661441

Long straight lines are WP movement – something which I need to filter out/indicate better.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Plotty for Guild Wars 2

in API Development

Posted by: ProperDave.7425

ProperDave.7425

Hi all,
I have cobbled together a position tracking system and mapping tool for Guild Wars 2. I call it Plotty.
It’s currently running as a small 3MB Windows system tray client, and when you toggle it on it checks the GW2 game’s Mumble interface to work out where you are in the world, who you are (curent character), and if you’re a commander.
All the info is stored in a local SQLite db that you can query and export as CSV, and you can also map your data to a local interactive map.

I’ve also added in the option to send your map data to a mapping server to plot your data publicly and collaboratively. The collaborative aspect of the mapping allows parties/guilds to see all their data in one map so for instance – if you like to WvW raid, you can do after-battle assessments to work out how well people stayed on tag etc.

The Plotty client is independent of the mapping server, and if you’re a developer you can even make your own mapping server and have Plotty send data to it.

I’ve only just released the tool – and there’s plenty of things that need improving both client side and on my mapping server. I’m hoping someone will find it useful/interesting.

Download from: http://gw2.properdave.com/plotty/latest

Windows only at the moment. .Net 4 framework required. See the readme.txt in the download. Mac clients will follow if there’s enough interest.

Example of two players movements in DR on a communal map:
http://www.lordtrain.com/livemap/watch/1/III_Legio/18/1451612412/1454118103

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

[musicwiki] re-doing gw2mw - looking for help

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

Wikimedia is pretty good and dead easy for contributors to get stuff in, but it’s a sod to administer and optimise.

I did the Wikia one as it was quick and easy to set up, but it can be a pain to use and full of ads.
Be sure to let me know what you go for in the end, as I’ll shut down the Wikia and redirect to whatever you come up with.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

[Music] Question for all In-game musicians

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

Hey, if you saw an earlier post, you might be aware I set up a Musical Scratch Pad, where you can try out musical scores and export your music to Macro or even MP3.

I’ve been thinking about improvements I can do, and am considering building a timeline feature with multiple tracks – and wondering if any musically inclined individuals might find it useful?

This would be perfect for designing tracks to be played by more than one player.

The existing Scratch Pad is here: http://gw2music.properdave.com

Let me know what you think. I’ll only think about building if people will be interested in using it

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Anyone going to a CharrBQ?

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

hmm, this could be good inspiration for a community event.
It’s been a rather nice day here in rainy ol’ england. I could have totally enjoyed a charr-grilled burger or skritt on a stick.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

[Music] Would You Use This?

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

I’ll stick stuff in as I find it. We can make it bloody awesome

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

[Music] Would You Use This?

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

What the… It’s horrible what you’ve done to me, it’s the kind of horrible things that you need to hide far away from myself, because of course I waste my time on such things :P.
Here we go: http://vocaroo.com/i/s1VTf0RrVIBY :p

Brilliant! You’re the first user I’ve seen share anything composed with it.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

[Music] Would You Use This?

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

Created a Wikia, if you want to take charge That ol noob.7083 and start populating it
http://gw2music.wikia.com/wiki/Guild_Wars_2_Music_Wikia

I’ll fill it full of bits I can find off the forum, and shamelessly plug my Musical Scratch Pad because I’m awesome <3
http://gw2music.properdave.com

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

[Music] Would You Use This?

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

There may already be a buried thread on it, but we could do with a more concise source for all musical related stuff – perhaps we need a Wikia project for GW2 music – somewhere people can all easily contribute and go to for anything music related.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Musical Scratch Pad (now with MP3 generation)

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

UPDATED -

  • Almost all purchasable instruments available (excluding Horn and Flute as they’re a bit trickier than the others).
  • Added AutoHotKey macro generation.
  • Added sound control.
  • Added experimental MP3 generation of your musical creations.

The MP3 generator is experimental – please tread carefully, and let me know if it breaks!

http://gw2music.properdave.com

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Musical Scratch Pad (now with MP3 generation)

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

Hi all,
I’m in the process of creating a website for testing and developing musical scores using the in-game instruments.

The first revision, which currently only features the Bell is available at: http://gw2music.properdave.com

Please let me know what you think – I’ll be expanding it to feature all the in-game instruments over the coming weeks.

I’ve also built macro generation for the Razer gaming devices – if you have another brand gaming device and want to be able to generate macros for it, please let me know the brand and if you can provide me a sample macro I’ll see if I can find the macro creation instructions or reverse engineer the macro file to add support for it.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Angry Bearded Hobo's Valentine Adventure (EU)

in In-game Events

Posted by: ProperDave.7425

ProperDave.7425

Made a custom map to indicate the start point of the event -
http://lordtrain.com/map/custom/RtfftRv6
Please message me in game if you need a lift.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Angry Bearded Hobo's Valentine Adventure (EU)

in In-game Events

Posted by: ProperDave.7425

ProperDave.7425

I have composed a little ode to Hobo:

There once was a mighty Norn named Hobo,
Who had a majestic beard and powerful angry glow.
His radiance was pink, and with a saucy wink,
he made his guild followers grow.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Guild logo kit - custom font faces

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

Hi all,
I’ve created a font pack and guild emblem generator to make it easy for people to add their guild logos to their own website or forum. Emblem generators are not particularly new, but the font pack allows for anyone with a bit of html/css knowledge to add full guild emblem support to their website with just a few lines of html. I’ve even provided a jQuery plugin so you can add guild emblem generation through a bbcode style tag like “[guild]My guild name[/guild]”.

http://gw2.properdave.com

Some of the glyphs are a bit rough – I will improve them over time so check back for updates regularly.
Let me know what you think, and if you implement it on your site.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Angry Bearded Hobo's Valentine Adventure (EU)

in In-game Events

Posted by: ProperDave.7425

ProperDave.7425

I’ll take number 94.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Some community creativity with Custom Maps

in Community Creations

Posted by: ProperDave.7425

ProperDave.7425

Hi all,
I have just published a revised site for my Guild, and introduced a custom mapping feature making using of the GW2 mapping API and the LeafletJS tile engine.

I’m quite chuffed with it, and thought you all may appreciate it for sharing maps with friends. I wasn’t sure of the best place on the forums to boast about it – but as it’s all about creativity and community spirit, I thought I’d pop it in here.

Go take a look: http://lordtrain.com/map/create
Usage Instructions at: http://lordtrain.com/home/map

Example custom map: http://lordtrain.com/map/custom/hcaVmt3f

Let me know what you think!

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Statues from TOPOP

in Guild Wars 2 Discussion

Posted by: ProperDave.7425

ProperDave.7425

Brilliant! Love the look of the new statues and would love to get my hands on one (or them all), however – trying to put an order through Amazon (US) with TOPOP, and Amazon tells me that because I reside in the UK, I am not allowed to receive the order.

Can someone please have a word with TOPOP? Is there any opportunity for International sales? Granted this is probably TOPOP’s responsibility and not ArenaNet’s/NCSoft’s, but it’s very unfair to advertise the statues without sticking on a note saying it’s for US residents only.

I can’t be the only Non-US player wanting these treasures! Anyone else dissapointed at being restricted?

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

(edited by ProperDave.7425)

Goodbye Queensdale Train!

in Guild Wars 2 Discussion

Posted by: ProperDave.7425

ProperDave.7425

It’s disappointing the train’s been nerfed – I’ve spent most of the past year running with the trains on AG under the guise of Lord Train – helping players learn not just the train route but how to play the game, helping in the low level areas.

I lot of the negative sentiment for the train in AG map chat was from players deliberately disrupting the train with intent (that is, boasting about killing champs to disrupt the train). It has to make you wonder what goes through some people’s heads. Something’s definitely not right when you take pleasure in disrupting play for others.

The majority of the players on the routes I ran with expressed they were doing the train routes to complete dailies on monthlies – which given how Guild Wars 2 has a collaborative play aspect made perfect sense – everyone working together to achieve a common goal. The trains did make it easier to collaboratively complete goals. The rewards helped provide an incentive to players to continue committing the effort.

To each his own – as the saying goes. We all play the game differently.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Any map not infected by megaserver?

in Guild Wars 2 Discussion

Posted by: ProperDave.7425

ProperDave.7425

… where can we now gossip about other servers!

I agree entirely! I’m from Aurora Glade – it doesn’t feel safe gossiping about Desolation in World chat now with fellow AG players as Deso players may be listening!
We can’t publically recruit in PvE chat for WvW activities without giving the game away to other server players too!

Perhaps the home cities and 1-15 maps should be off the megaservers? I always believed the 1-15 maps had a fairly decent population when I’ve been exploring – I always thought the higher level maps seemed to have lower populations.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com

Friends List, Guild Roster, and Party Broken

in Bugs: Game, Forum, Website

Posted by: ProperDave.7425

ProperDave.7425

I logged in this morning about 6AM GMT and checked my Guild and everything was fine – probably about 7:30am GMT I then checked again and I was alone in the guild and it was as if the guild was new – all guild stats and percs gone.
I’ve checked with some of the guild members and they’re experiencing the same!

We were only a little guild, 5 members with up to Level 3 researched on the different aspects.

I don’t know if it was related but at about 7am GMT NCSoft Support refunded me some gems because of a Black Lion market glitch which made two purchases of a single-purchase item – it seemed to coincide with this that I noticed the Guild had gone.

The Guild was ‘Spirits of the Forest [WOLF]’ on Aurora Glade.

— ProperDave of Aurora Glade [EU] | http://auroragla.de
Guild Font Pack and Emblem Generator | http://gw2.properdave.com
Plotty GW2 GPS and custom GW2 Maps | http://gw2maps.com