• xtrn/lord/lord.js

    From deuce@VERT to CVS commit on Friday, September 27, 2019 00:28:11
    xtrn/lord lord.js 1.24 1.25
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv7909

    Modified Files:
    lord.js
    Log Message:
    Fix the weapon/armour requirements. The calculation was very wrong, so
    you couldn't actually get the ones that should have unlocked. This was
    most important on the armour... later levels you could afford decent armour, but your base defence would never be high enough.

    Of course, I fix this *after* I kill the dragon in the beta testing game.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Saturday, September 28, 2019 21:49:13
    xtrn/lord lord.js 1.25 1.26
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv10964

    Modified Files:
    lord.js
    Log Message:
    Actually keep gold you find in the forest.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Monday, October 28, 2019 07:44:10
    xtrn/lord lord.js 1.26 1.27
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv4287

    Modified Files:
    lord.js
    Log Message:
    Blow up after 15 seconds when trying to get an fmutex.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Friday, November 01, 2019 17:18:44
    xtrn/lord lord.js 1.27 1.28
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv19656

    Modified Files:
    lord.js
    Log Message:
    Fix bug reported by Mortifis...
    If you try to stay at the inn with a charisma of 100 or more, the innkeeper says he won't charge you... he doesn't but you don't stay at the inn either.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/ALLEYCAT to deuce on Sunday, November 03, 2019 09:04:41
    xtrn/lord lord.js 1.27 1.28
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv19656

    Modified Files:
    lord.js
    Log Message:
    Fix bug reported by Mortifis...
    If you try to stay at the inn with a charisma of 100 or more, the innkeeper says he won't charge you... he doesn't but you don't stay at the inn either.

    I only found that out because I am so charming LOL ... NOT!

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From Ragnarok@VERT/DOCKSUD to deuce on Sunday, November 03, 2019 12:34:21
    El 1/11/19 a las 22:18, deuce escribi¢:
    xtrn/lord lord.js 1.27 1.28
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv19656

    Modified Files:
    lord.js
    Log Message:
    Fix bug reported by Mortifis...
    If you try to stay at the inn with a charisma of 100 or more, the innkeeper says he won't charge you... he doesn't but you don't stay at the inn either.



    ---
    ¨ Synchronet ¨ Vertrauen ¨ Home of Synchronet ¨ [vert/cvs/bbs].synchro.net


    i have this error when try to run lord.js

    !JavaScript /sbbs/exec/load/dorkit.js line 10: Error: can't open
    screen.js: No such file or directory
    i have no screen.js file under exec dir

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Mortifis@VERT/ALLEYCAT to Ragnarok on Sunday, November 03, 2019 13:37:07
    El 1/11/19 a las 22:18, deuce escribi¢:
    xtrn/lord lord.js 1.27 1.28
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv19656

    Modified Files:
    lord.js
    Log Message:
    Fix bug reported by Mortifis...
    If you try to stay at the inn with a charisma of 100 or more, the innkeeper says he won't charge you... he doesn't but you don't stay at the inn either.


    i have this error when try to run lord.js

    !JavaScript /sbbs/exec/load/dorkit.js line 10: Error: can't open
    screen.js: No such file or directory
    i have no screen.js file under exec dir

    Not sure why js.load_path_list.unshift(js.exec_dir+'doorkit/'); is not resolving to /sbbs/exec/dorkit/ ... I will look into that for you, but screen.js is located in /sbbs/exec/dorkit ... if you want a quick fix until either Deuce or Digital Man can address it you can always edit: /sbbs/exec/load/dorkit.js can change require('screen.js', 'Screen'); to require('/sbbs/exec/dorkit/screen.js', 'Screen');

    Let me know if the quick hack works for you.

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From Digital Man@VERT to Ragnarok on Sunday, November 03, 2019 12:55:08
    Re: Re: xtrn/lord/lord.js
    By: Ragnarok to deuce on Sun Nov 03 2019 01:34 pm

    i have this error when try to run lord.js

    !JavaScript /sbbs/exec/load/dorkit.js line 10: Error: can't open
    screen.js: No such file or directory
    i have no screen.js file under exec dir

    screen.js should be located in your exec/dorkit directory. Is it?

    digital man

    This Is Spinal Tap quote #16:
    David St. Hubbins: I believe virtually everything I read...
    Norco, CA WX: 81.0øF, 11.0% humidity, 4 mph NE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ragnarok@VERT/DOCKSUD to Digital Man on Sunday, November 03, 2019 20:41:33
    El 3/11/19 a las 18:55, Digital Man escribi¢:
    Re: Re: xtrn/lord/lord.js
    By: Ragnarok to deuce on Sun Nov 03 2019 01:34 pm

    i have this error when try to run lord.js

    !JavaScript /sbbs/exec/load/dorkit.js line 10: Error: can't open screen.js: No such file or directory
    i have no screen.js file under exec dir

    screen.js should be located in your exec/dorkit directory. Is it?

    digital man

    Mmhhm not,. I do a cvs update y do not have the doorkit, bench, examples
    and ircbots. (that i see via cvs web frontend)

    Should I check out those directories?

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to Digital Man on Sunday, November 03, 2019 20:43:04
    El 3/11/19 a las 18:55, Digital Man escribi¢:
    Re: Re: xtrn/lord/lord.js
    By: Ragnarok to deuce on Sun Nov 03 2019 01:34 pm

    i have this error when try to run lord.js

    !JavaScript /sbbs/exec/load/dorkit.js line 10: Error: can't open screen.js: No such file or directory
    i have no screen.js file under exec dir

    screen.js should be located in your exec/dorkit directory. Is it?

    digital man

    This Is Spinal Tap quote #16:
    David St. Hubbins: I believe virtually everything I read...
    Norco, CA WX: 81.0¨F, 11.0% humidity, 4 mph NE wind, 0.00 inches rain/24hrs ---
    ¨ Synchronet ¨ Vertrauen ¨ Home of Synchronet ¨ [vert/cvs/bbs].synchro.net

    root@scarlet:/sbbs# cvs co exec/doorkit
    cvs checkout: warning: new-born `exec/doorkit' has disappeared root@scarlet:/sbbs# cd exec/
    root@scarlet:/sbbs/exec# cvs co doorkit
    cvs server: cannot find module `doorkit' - ignored
    cvs [checkout aborted]: cannot expand modules

    =?

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to Digital Man on Sunday, November 03, 2019 20:44:42
    El 3/11/19 a las 18:55, Digital Man escribi¢:
    Re: Re: xtrn/lord/lord.js
    By: Ragnarok to deuce on Sun Nov 03 2019 01:34 pm

    i have this error when try to run lord.js

    !JavaScript /sbbs/exec/load/dorkit.js line 10: Error: can't open screen.js: No such file or directory
    i have no screen.js file under exec dir

    screen.js should be located in your exec/dorkit directory. Is it?




    all other checkouts was work, but not dorkit

    root@scarlet:/sbbs# cvs co exec/examples
    cvs checkout: Updating exec/examples
    U exec/examples/README.TXT
    U exec/examples/ax25monitor.js
    U exec/examples/cntnodes.js
    U exec/examples/dir.js
    U exec/examples/mailall.js
    U exec/examples/socktest.js
    U exec/examples/staticservice.js
    cvs checkout: Updating exec/examples/iconshell
    U exec/examples/iconshell/files.bin
    U exec/examples/iconshell/games.bin
    U exec/examples/iconshell/iconshell.js
    U exec/examples/iconshell/msg.bin
    U exec/examples/iconshell/readme.txt
    root@scarlet:/sbbs# cvs co exec/bench
    cvs checkout: Updating exec/bench
    U exec/bench/dest6.js
    U exec/bench/popen.js
    U exec/bench/recurse.js
    U exec/bench/while1.js
    root@scarlet:/sbbs# cvs co exec/ircbots
    cvs checkout: Updating exec/ircbots
    cvs checkout: Updating exec/ircbots/admin
    U exec/ircbots/admin/admin.js
    U exec/ircbots/admin/admin_commands.js
    cvs checkout: Updating exec/ircbots/antispam
    U exec/ircbots/antispam/antispam.js
    cvs checkout: Updating exec/ircbots/decider
    U exec/ircbots/decider/decider.js
    cvs checkout: Updating exec/ircbots/dice
    U exec/ircbots/dice/dicebot.js
    U exec/ircbots/dice/dicebot_commands.js
    U exec/ircbots/dice/dicebot_functions.js
    cvs checkout: Updating exec/ircbots/dis
    U exec/ircbots/dis/dis.js
    cvs checkout: Updating exec/ircbots/google
    U exec/ircbots/google/google_commands.js
    U exec/ircbots/google/google_functions.js
    cvs checkout: Updating exec/ircbots/ham
    U exec/ircbots/ham/ham.js
    cvs checkout: Updating exec/ircbots/humanity
    U exec/ircbots/humanity/apple_cards.txt
    U exec/ircbots/humanity/black_cards.txt
    U exec/ircbots/humanity/humanity.js
    U exec/ircbots/humanity/humanity_commands.js
    U exec/ircbots/humanity/humanity_functions.js
    U exec/ircbots/humanity/white_cards.txt
    cvs checkout: Updating exec/ircbots/info
    U exec/ircbots/info/info_commands.js
    U exec/ircbots/info/info_functions.js
    U exec/ircbots/info/infobot.js
    cvs checkout: Updating exec/ircbots/poker
    U exec/ircbots/poker/poker_commands.js
    U exec/ircbots/poker/poker_functions.js
    U exec/ircbots/poker/pokerbot.js
    cvs checkout: Updating exec/ircbots/presence
    U exec/ircbots/presence/presence.js
    cvs checkout: Updating exec/ircbots/rpgbot
    U exec/ircbots/rpgbot/classes.xml
    U exec/ircbots/rpgbot/items.xml
    U exec/ircbots/rpgbot/levels.xml
    U exec/ircbots/rpgbot/races.xml
    U exec/ircbots/rpgbot/rpg_commands.js
    U exec/ircbots/rpgbot/rpg_editor.js
    U exec/ircbots/rpgbot/rpg_functions.js
    U exec/ircbots/rpgbot/rpg_help.js
    U exec/ircbots/rpgbot/rpgbot.js
    cvs checkout: Updating exec/ircbots/rpgbot/zones
    cvs checkout: Updating exec/ircbots/rpgbot/zones/noob forest
    U exec/ircbots/rpgbot/zones/noob forest/items.xml
    U exec/ircbots/rpgbot/zones/noob forest/map.xml
    U exec/ircbots/rpgbot/zones/noob forest/mobs.xml
    cvs checkout: Updating exec/ircbots/rpgbot/zones/noob village
    U exec/ircbots/rpgbot/zones/noob village/items.xml
    U exec/ircbots/rpgbot/zones/noob village/map.xml
    U exec/ircbots/rpgbot/zones/noob village/mobs.xml
    cvs checkout: Updating exec/ircbots/weather
    U exec/ircbots/weather/weather_commands.js
    U exec/ircbots/weather/weather_functions.js
    cvs checkout: Updating exec/ircbots/whereis
    U exec/ircbots/whereis/whereis.js

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to Ragnarok on Sunday, November 03, 2019 21:01:40
    El 3/11/19 a las 21:43, Ragnarok escribi¢:
    El 3/11/19 a las 18:55, Digital Man escribi¢:
    Re: Re: xtrn/lord/lord.js
    By: Ragnarok to deuce on Sun Nov 03 2019 01:34 pm

    i have this error when try to run lord.js

    !JavaScript /sbbs/exec/load/dorkit.js line 10: Error: can't open
    screen.js: No such file or directory
    i have no screen.js file under exec dir

    screen.js should be located in your exec/dorkit directory. Is it?

    digital man

    This Is Spinal Tap quote #16:
    David St. Hubbins: I believe virtually everything I read...
    Norco, CA WX: 81.0¨F, 11.0% humidity, 4 mph NE wind, 0.00 inches rain/24hrs >> ---
    ¨ Synchronet ¨ Vertrauen ¨ Home of Synchronet ¨ [vert/cvs/bbs].synchro.net >>
    root@scarlet:/sbbs# cvs co exec/doorkit
    cvs checkout: warning: new-born `exec/doorkit' has disappeared root@scarlet:/sbbs# cd exec/
    root@scarlet:/sbbs/exec# cvs co doorkit
    cvs server: cannot find module `doorkit' - ignored
    cvs [checkout aborted]: cannot expand modules

    =?

    forgot! i typo on "doorkit" I could checkout "dorkit" correctly
    thanks! and apologies!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://bbs.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Digital Man@VERT to Ragnarok on Sunday, November 03, 2019 18:30:21
    Re: Re: xtrn/lord/lord.js
    By: Ragnarok to Digital Man on Sun Nov 03 2019 09:41 pm

    El 3/11/19 a las 18:55, Digital Man escribi¢:
    Re: Re: xtrn/lord/lord.js
    By: Ragnarok to deuce on Sun Nov 03 2019 01:34 pm

    i have this error when try to run lord.js

    !JavaScript /sbbs/exec/load/dorkit.js line 10: Error: can't open screen.js: No such file or directory
    i have no screen.js file under exec dir

    screen.js should be located in your exec/dorkit directory. Is it?

    digital man

    Mmhhm not,. I do a cvs update y do not have the doorkit, bench, examples
    and ircbots. (that i see via cvs web frontend)

    Should I check out those directories?

    Yes. A "cvs update -d" in the exec directory should get them automatically.

    digital man

    Synchronet/BBS Terminology Definition #81:
    XON = Transmit On (ASCII 17, Ctrl-Q)
    Norco, CA WX: 66.2øF, 43.0% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, December 09, 2019 20:34:39
    xtrn/lord lord.js 1.28 1.29
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv2413

    Modified Files:
    lord.js
    Log Message:
    Fix apparent copy/paste error with 'RESET' command-line option: required additional arguments to be specified after 'RESET' even though they weren't used.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Sunday, February 23, 2020 20:25:38
    xtrn/lord lord.js 1.29 1.30
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv27222

    Modified Files:
    lord.js
    Log Message:
    Fix bug in transferring gold reported by Artlogic.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Friday, March 06, 2020 22:38:53
    xtrn/lord lord.js 1.30 1.31
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv6406

    Modified Files:
    lord.js
    Log Message:
    Fix Pinching Real Hard... could not be selected.
    Reported by belthesar... thanks!



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tuesday, March 10, 2020 08:43:02
    xtrn/lord lord.js 1.31 1.32
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv22007

    Modified Files:
    lord.js
    Log Message:
    Don't run the game when RESET is passed.
    Reported by DigitalMan




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tuesday, March 10, 2020 11:00:33
    xtrn/lord lord.js 1.32 1.33
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv9498

    Modified Files:
    lord.js
    Log Message:
    Fix case derp.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Tuesday, March 10, 2020 11:07:17
    xtrn/lord lord.js 1.33 1.34
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv10386

    Modified Files:
    lord.js
    Log Message:
    ¯\_(*ƒ„)_/¯



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, March 28, 2020 16:58:25
    xtrn/lord lord.js 1.36 1.37
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv9728

    Modified Files:
    lord.js
    Log Message:
    When "lord.js RESET" is invoked from the BBS, require a confirmation
    (a 'Y' to a No/yes prompt). This allows us to install a "Reset LORD" program option (for the Operator) without risking accidental fat-finger reset of the game.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Sunday, April 05, 2020 23:25:56
    xtrn/lord lord.js 1.37 1.38
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv27247

    Modified Files:
    lord.js
    Log Message:
    Fix new player call.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Monday, April 06, 2020 11:57:22
    xtrn/lord lord.js 1.38 1.39
    Update of /cvsroot/sbbs/xtrn/lord
    In directory cvs:/tmp/cvs-serv28033

    Modified Files:
    lord.js
    Log Message:
    Don't crash when weenies try to join the game.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sunday, September 06, 2020 17:44:57
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/aeeda5a5f18cfb6c05227ee8
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    On a fresh install, this 'Removing unknown fmutex' error always happens

    The file is state.bin.lock.
    Just ignore it (let Deuce debug the reason why).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, December 31, 2024 01:46:20
    https://gitlab.synchro.net/main/sbbs/-/commit/18ef9ed283f03e45b7997b6a
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Actually use the SyncTERM cache list command.

    This verifies the MD5 sums of the files, not the file date, so is
    better all around, and is much faster than using the RIP file
    statistics stuff.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, March 25, 2025 07:30:58
    https://gitlab.synchro.net/main/sbbs/-/commit/e5927b5a300e6672fe7e1174
    Modified Files:
    xtrn/lord/lord.js
    Log Message:
    Fix issue #766

    Don't save player if player is undefined.

    Presumably someone is sitting at the intitial menu until they run
    out of time on the BBS. The error was completely harmless.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net