STAR TREK 2d20
Page 4 of 47 First ... 2345614 ... Last
  1. #31
    Quote Originally Posted by pr6i6e6st View Post
    Is your calendar set up?
    Yes, Golarion calendar.

  2. #32
    Quote Originally Posted by Weissrolf View Post
    Yes, Golarion calendar.
    there was a single instance where i never set a time for the event and started moving time where the error appeared for me, but beyond that i can't seem to replicate it. i'm not entirely sure what is going on there. i made a new campaign as well, so i'll just have to keep an eye out for it to see what the cause is.

  3. #33
    Quote Originally Posted by SirMotte View Post
    It would be awesome if added events would automatically show up in the calendar itself as a log entry too.
    i might be onto something. i don't know about putting it into the entry automatically, but i can get it to create or open a calendar log associated with it's date. i haven't uploaded this yet as i want to figure it out more, but just saying i might be able to at least do an acceptable workaround. in my current test, it creates/opens a log entry after you lock the event. a good time to drag the link into the gm or player field i suppose. might stay with that if i can't get something better.

  4. #34
    ok, so i settled on that for now. closing a record or opening a closed one will bring up the associated log entry from the calendar as well, allowing you to place the link in whichever section you desire.
    example.png
    Last edited by pr6i6e6st; May 14th, 2020 at 19:27.

  5. #35
    a few minor adjustments. handlers are looking at the Clock Adjuster extension for if the time changes.
    time is converted into minutes and then compared to each other, so there should be less confusion in script about when to display a chat message.
    a chat message will only display once when time passes by it.
    currentepoch handler error should be fixed. can open and close the events window with the same button now.
    events window is a bit larger now, but the easy open/close should make up for that. the window can be scaled larger if needed.

  6. #36
    Quote Originally Posted by pr6i6e6st View Post
    a few minor adjustments. handlers are looking at the Clock Adjuster extension for if the time changes.
    time is converted into minutes and then compared to each other, so there should be less confusion in script about when to display a chat message.
    a chat message will only display once when time passes by it.
    currentepoch handler error should be fixed. can open and close the events window with the same button now.
    events window is a bit larger now, but the easy open/close should make up for that. the window can be scaled larger if needed.
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currenthour): [string "currenthour"]:29: 'end' expected (to close 'function' at line 23) near 'local'
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentminute): [string "currentminute"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentday): [string "currentday"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentmonth): [string "currentmonth"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentyear): [string "currentyear"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:08 AM] Loaded FreeType library version 2.10.2
    [5/15/2020 1:53:28 AM] [WARNING] template: Could not find template (groupbox) in class (chattime)
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currenthour): [string "currenthour"]:29: 'end' expected (to close 'function' at line 23) near 'local'
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentminute): [string "currentminute"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentday): [string "currentday"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentmonth): [string "currentmonth"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentyear): [string "currentyear"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (currentday) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (currentmonth) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (currentyear) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (addall) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (adv6am) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (adv12pm) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (adv6pm) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (adv12am) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (openevents) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] RULESET: 5E ruleset v3.3.11 for Fantasy Grounds
    Copyright 2019 Smiteworks USA, LLC
    [5/15/2020 1:53:28 AM] RULESET: CoreRPG ruleset v3.3.11 for Fantasy Grounds
    Copyright 2019 Smiteworks USA, LLC
    [5/15/2020 1:53:28 AM] EXTENSION: Extension (Clock Adjuster5e) loaded.

  7. #37
    Quote Originally Posted by SirMotte View Post
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currenthour): [string "currenthour"]:29: 'end' expected (to close 'function' at line 23) near 'local'
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentminute): [string "currentminute"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentday): [string "currentday"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentmonth): [string "currentmonth"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:07 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentyear): [string "currentyear"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:08 AM] Loaded FreeType library version 2.10.2
    [5/15/2020 1:53:28 AM] [WARNING] template: Could not find template (groupbox) in class (chattime)
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currenthour): [string "currenthour"]:29: 'end' expected (to close 'function' at line 23) near 'local'
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentminute): [string "currentminute"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentday): [string "currentday"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentmonth): [string "currentmonth"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:28 AM] [<color="red">ERROR</color>] Failed to load script buffer (currentyear): [string "currentyear"]:21: 'end' expected (to close 'function' at line 15) near 'local'
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (currentday) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (currentmonth) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (currentyear) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (addall) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (adv6am) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (adv12pm) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (adv6pm) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (adv12am) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] [WARNING] window: Anchored static height ignored for control (openevents) in windowclass (chattime)
    [5/15/2020 1:53:28 AM] RULESET: 5E ruleset v3.3.11 for Fantasy Grounds
    Copyright 2019 Smiteworks USA, LLC
    [5/15/2020 1:53:28 AM] RULESET: CoreRPG ruleset v3.3.11 for Fantasy Grounds
    Copyright 2019 Smiteworks USA, LLC
    [5/15/2020 1:53:28 AM] EXTENSION: Extension (Clock Adjuster5e) loaded.
    oops thought i got that one, try the new one

  8. #38
    Working, but crashes localhost. If you can tell me how I get a crash-report ill send it asap. Otherwise I'll try to get one tomorrow and go to bed now.

    Edit: NVM looks like it collides with another extension. I'll investigate tomorrow.

    Edit 2: Just noticed, that added events can't be made public for players to read.
    Last edited by SirMotte; May 15th, 2020 at 01:30.

  9. #39
    Quote Originally Posted by SirMotte View Post
    Working, but crashes localhost. If you can tell me how I get a crash-report ill send it asap. Otherwise I'll try to get one tomorrow and go to bed now.

    Edit: NVM looks like it collides with another extension. I'll investigate tomorrow.

    Edit 2: Just noticed, that added events can't be made public for players to read.
    things could s till be a little bit buggy in that events might not "complete" appropriately in FGC for some reason, but i think i got rid of most the error messages.

  10. #40
    Quote Originally Posted by pr6i6e6st View Post
    things could s till be a little bit buggy in that events might not "complete" appropriately in FGC for some reason, but i think i got rid of most the error messages.
    Don't know what you did, but it doesn't crash anymore with other extensions loaded in localhost mode. Nice! Highly appreciate your work!

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (1 members and 1 guests)

  1. GamirPaladin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
DICE PACKS BUNDLE

Log in

Log in