Jump to content

seekon

+Premium Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by seekon

  1. Hello everybody! I did get a way to include Waymarking in GSAK and BadgeGen. First of all, i decided to Import all my found waymarks into a different database because WMxxxxx cannot be updated via the geocaching.com-API and therefore are quite problematic in your Caches-found-database. After that i just changed the BadgeGen Macro to look into my Waymarking-DB before counting the "founds" - i will, in the near future, (again) contact the author of BadgeGen and ask him to include my ideas into the macro. What you could do to make this work would be: 1. Look for the following line in BadgeGen.gsk: $Waym = Val(Sqlite("sql","Select count(distinct code) from caches where found and CacheType='Y'")) 2. Change it to: DATABASE name=<WhatEverTheNameOfYourWaymarkingDBWouldBeY> $Waym = Val(Sqlite("sql","Select count(distinct code) from caches where found and CacheType='Y'")) DATABASE name=$Editbox If you have any further questions or remarks just answer to this post or send me a direct mail via geocaching.com Cheers Kai
×
×
  • Create New...