Development version of PWMAngband 1.3.0 released for testing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PowerWyrm
    Prophet
    • Apr 2008
    • 2986

    Development version of PWMAngband 1.3.0 released for testing

    Here's the list of changes that have been implemented up to now:

    User interface
    --------------

    Angband 4.1.3:

    - Spell info improvements
    - Grey out unreadable books in the inventory
    - Show recharge failure chances in item list

    PWMAngband:

    - Match class color with spellbooks, make ghosts light grey
    - Switch the Brandywine Bridge area from special level to town
    - Add option to overexert player instead of preventing casting when out of mana

    Gameplay changes
    ----------------

    Angband 4.1.3:

    - Updated mage class (arcane realm)
    - Make slow and confuse monsters progressive
    - New druid class (nature realm)
    - Make Bookseller automatically sell all town books
    - Remove class experience penalty
    - Updated priest class (divine realm)
    - Make demons living
    - Updated necromancer class (shadow realm)
    - Updated paladin class (divine realm)
    - Updated rogue class (shadow realm)
    - Allow rogues to steal from sleeping monsters
    - Nerf extra shots (PWMAngband: implement fractional shots)
    - Updated ranger class (nature realm)
    - New blackguard class (shadow realm)
    - Adjust hitdice
    - Alchemist sells wands of Light and Stone to Mud instead of Hold Monster,
    Stun Monster and Wonder
    - Replace pointy penalty with blessed bonus
    - Remove arcane glove penalty
    - Reduce frequency of non-readable books

    PWMAngband:

    - Updated sorceror class (arcane realm)
    - Allow wands of Heal Monster to work on other players
    - Remove class restrictions for Dragons and race/class restrictions for
    fruit bat mode except Dragon
    - New FRIENDLY monster flag
    - Make idle players even more stealthy
    - Updated archer class (nature realm)
    - Updated telepath class (psi realm)
    - Updated summoner class (divine realm)
    - Add maximum level requirement parameter for dungeons
    - Add minimum level requirement system for objects (activated by
    the LEVEL_REQUIREMENT server option)

    Bugs fixed
    ----------

    Angband 4.1.3:

    - Stop non-damaging projections from waking up monsters
    - Fix mana not updating bug
    - Fix crash bug where some carried objects fail to be created

    PWMAngband:

    - Allow more than 255 terrain types
    - Remove pointless cure blindness/confusion effects from spells which obviously
    cannot be cast while blind or confused

    Coding changes
    --------------

    Angband 4.1.3:

    - Improve monster detection code
    - Improvements to effect code
    - Change targets to struct target
    - Make notifications on player timed effects finishing behave more sensibly
    - Rework timed status effects
    - Tweak class melee
    - Replace coordinates with a struct loc

    PWMAngband:

    - Add a cooldown parameter for spells
    - Remove obsolete CLASS_GHOST variable
    - Set max townies in town.txt for each town and remove the cfg option
    - Remove max trees cfg option, don't grow trees and prevent destroying trees
    in starting town
    - Improve MvM code

    Files updated: binaries only (source will come with first beta).
    Files are available for download at the usual location: http://powerwyrm.monsite-orange.fr
    PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!
  • tangar
    Veteran
    • Mar 2015
    • 1004

    #2
    1) bug#1

    after certain count of tiles game stop to load

    reproduction:

    working version (it's common PWMA previous version, where I've added my tileset, object, trap and monster files):

    it works (tiles messed up cause there are no custom town, but game works)

    'bugged' (contain just tileset files, I've added there just a 32 more tiles).

    it shows blank screen after you login to the game. no errors shown

    If you would compare working version and 'bugged' ones - you would see that they are equal and the only thing which differs them is number of tiles. So after certain threshold game stops to load graphics.

    2) bug#2: I wanted to show bug#1 at latest version of PWMA, but it seems tilesets doesn't work there


    But I suppose bug#1 happens in new version too.
    Last edited by tangar; July 19, 2019, 13:41.
    https://tangaria.com - Angband multiplayer variant
    tangaria.com/variants - Angband variants table
    tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
    youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian

    Comment

    • PowerWyrm
      Prophet
      • Apr 2008
      • 2986

      #3
      FYI, the current version is unplayable, there's a fatal bug in the code that will make cave_illuminate() crash. This is already fixed in my local copy, I'll try to update when I've made more progress with the struct loc refactor.
      PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!

      Comment

      • tangar
        Veteran
        • Mar 2015
        • 1004

        #4
        *thumbs up* Hope everything would come smooth
        https://tangaria.com - Angband multiplayer variant
        tangaria.com/variants - Angband variants table
        tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
        youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian

        Comment

        • PowerWyrm
          Prophet
          • Apr 2008
          • 2986

          #5
          New version is out. Changes:

          - More struct loc refactoring
          - Send f_attr/f_char streams in four parts to allow more features in terrain.txt
          PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!

          Comment

          • tangar
            Veteran
            • Mar 2015
            • 1004

            #6
            Awesome updates!


            /rfe it would be great to have possibility to put player houses inside of custom towns; the same way as this houses placed at PWMA Hobbiton.

            Currently it didn't work; eg in 'terrain.txt' we got:


            open house door / closed house door / Home


            If I'm adding 'closed house door' to town_feat object and try to enter there - server crushing (same thing with 'closed house door (Home)'). If I'm adding 'Home' - you could pass this door and at the same moment it says that 'it's closed'
            Last edited by tangar; July 29, 2019, 07:40.
            https://tangaria.com - Angband multiplayer variant
            tangaria.com/variants - Angband variants table
            tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
            youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian

            Comment

            • PowerWyrm
              Prophet
              • Apr 2008
              • 2986

              #7
              You cannot add player houses to custom towns because they have to be generated programmatically (too many parameters). Adding visuals (walls, doors) won't work, because the game has to track the actual house, not only its visual representation.
              PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!

              Comment

              • tangar
                Veteran
                • Mar 2015
                • 1004

                #8
                I see now, thanks I hope one day this would be possible as it brings a really exciting possibilities for making game world more realistic.
                Last edited by tangar; July 29, 2019, 20:39.
                https://tangaria.com - Angband multiplayer variant
                tangaria.com/variants - Angband variants table
                tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
                youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian

                Comment

                • tangar
                  Veteran
                  • Mar 2015
                  • 1004

                  #9
                  Powerwyrm, thanks a lot for introducing

                  # name : town name
                  # short : short town name (for file and display)
                  now it's much easier to organize locations
                  https://tangaria.com - Angband multiplayer variant
                  tangaria.com/variants - Angband variants table
                  tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
                  youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian

                  Comment

                  • tangar
                    Veteran
                    • Mar 2015
                    • 1004

                    #10
                    dungeon.txt:
                    # Set min-depth to the depth of the first level of the dungeon.
                    # Leaving min-depth unset means that the first level of the dungeon has a
                    # standard depth of 1. This should always be the case for the Main Angband
                    # dungeon.
                    is it alright if I assign min-depth:70 for 'Main Angband dungeon'? I checked and it works.. Just wanna be sure that it won't break anything
                    https://tangaria.com - Angband multiplayer variant
                    tangaria.com/variants - Angband variants table
                    tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
                    youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian

                    Comment

                    • PowerWyrm
                      Prophet
                      • Apr 2008
                      • 2986

                      #11
                      Originally posted by tangar
                      dungeon.txt:


                      is it alright if I assign min-depth:70 for 'Main Angband dungeon'? I checked and it works.. Just wanna be sure that it won't break anything
                      This works (should have no consequences on normal mode if you have other dungeons elsewhere), it just would be brutal if you change to ironman mode
                      PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!

                      Comment

                      • PowerWyrm
                        Prophet
                        • Apr 2008
                        • 2986

                        #12
                        New version is out. Changes:

                        - Replace coordinates with a struct loc (continued)
                        - Fix crash when loading houses due to an uninitialized field
                        - Fix inaccurate sector information while displaying owned houses

                        I will be away for 3 weeks, please make a list of the bugs you find while playtesting
                        PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!

                        Comment

                        • tangar
                          Veteran
                          • Mar 2015
                          • 1004

                          #13
                          I've put new version at webserver.. in 80% cases when I login I got such errors:

                          Case 1:
                          Quitting: Unknown packet type
                          Case 2:
                          Can't write on socket
                          But sometimes it's connecting and work alright.

                          I've tried several previous version of PWMA at this server. PWMA 1202 does not have this issue. 1300 got it.

                          So atm PWMA unplayable via internet Hope you would come soon to help with this issue

                          Some logs:

                          030819 121022 Dqwfqwfqwfqwf: ====================
                          030819 121022 Dqwfqwfqwfqwf:
                          030819 121022 Dqwfqwfqwfqwf:
                          030819 121027 Goodbye Dqwfqwfqwfqwf=nick@blackhole ("Client quit")
                          030819 121040 Welcome Fqwfqwfqwfqwf=nick@blackhole (***.***.***.***) (version 1301)
                          030819 121050 Unknown packet type Fqwfqwfqwfqwf (211,01)
                          030819 121050 Goodbye Fqwfqwfqwfqwf=nick@blackhole ("Unknown packet type" )
                          030819 121059 Welcome Fqfgqwfqwfwqfqw=nick@blackhole (***.***.***.***) (version 1301)
                          030819 121115 Player Name is [Fqfgqwfqwfwqfqw], id is 5
                          030819 121115 Fqfgqwfqwfwqfqw: Server has non-connected stairs.
                          030819 121115 Fqfgqwfqwfwqfqw: Server is no-selling.
                          030819 121115 Fqfgqwfqwfwqfqw: Server is no-ghost.
                          030819 121115 Fqfgqwfqwfwqfqw: Server is running version 1.3.0 (Beta 1)
                          030819 121115 Fqfgqwfqwfwqfqw:
                          030819 121115 Fqfgqwfqwfwqfqw:
                          030819 121115 Fqfgqwfqwfwqfqw: ====================
                          030819 121115 Fqfgqwfqwfwqfqw:
                          030819 121115 Fqfgqwfqwfwqfqw:
                          030819 121127 Goodbye Fqfgqwfqwfwqfqw=nick@blackhole ("Client quit")
                          030819 121147 Welcome Fqwfqwfqwfqw=nick@blackhole (***.***.***.***) (version 1301)
                          030819 121158 Unknown packet type Fqwfqwfqwfqw (182,01)
                          030819 121158 Goodbye Fqwfqwfqwfqw=nick@blackhole ("Unknown packet type" )
                          030819 121221 Welcome Gerkgerkgner=nick@blackhole (***.***.***.***) (version 1301)
                          030819 121238 Player Name is [Gerkgerkgner], id is 6
                          030819 121238 Gerkgerkgner: Server has non-connected stairs.
                          030819 121238 Gerkgerkgner: Server is no-selling.
                          030819 121238 Gerkgerkgner: Server is no-ghost.
                          030819 121238 Gerkgerkgner: Server is running version 1.3.0 (Beta 1)
                          030819 121238 Gerkgerkgner:
                          030819 121238 Gerkgerkgner:
                          030819 121238 Gerkgerkgner: ====================
                          030819 121238 Gerkgerkgner:
                          030819 121238 Gerkgerkgner:
                          030819 121247 Gerkgerkgner: The sun has risen.
                          030819 121249 Welcome Gwegweomwgom=nick@blackhole (***.***.***.***) (version 1301)
                          030819 121302 Unknown packet type Gwegweomwgom (182,01)
                          030819 121302 Goodbye Gwegweomwgom=nick@blackhole ("Unknown packet type" )
                          030819 121424 Welcome Hitrtrther=nick@blackhole (***.***.***.***) (version 1301)
                          030819 121439 Player Name is [Hitrtrther], id is 7
                          030819 121439 Hitrtrther: Server has non-connected stairs.
                          030819 121439 Hitrtrther: Server is no-selling.
                          030819 121439 Hitrtrther: Server is no-ghost.
                          030819 121439 Hitrtrther: Server is running version 1.3.0 (Beta 1)
                          030819 121439 Hitrtrther:
                          030819 121439 Hitrtrther:
                          030819 121439 Hitrtrther: ====================
                          030819 121439 Hitrtrther:
                          030819 121439 Hitrtrther:
                          030819 121439 Gerkgerkgner: Hitrtrther begins a new game.
                          030819 121444 Hitrtrther: There is a tree in the way!
                          030819 121500 Goodbye Gerkgerkgner=nick@blackhole ("Client quit")
                          030819 121500 Hitrtrther: Gerkgerkgner has left the game.
                          030819 121504 Goodbye Hitrtrther=nick@blackhole ("Client quit")
                          030819 122901 Welcome Fqwfqwfwq=nick@blackhole (***.***.***.***) (version 1301)
                          030819 122912 Unknown packet type Fqwfqwfwq (182,01)
                          030819 122912 Goodbye Fqwfqwfwq=nick@blackhole ("Unknown packet type" )
                          030819 122921 Welcome ADMIN=nick@blackhole (***.***.***.***) (version 1301)
                          030819 122927 Unknown packet type ADMIN (182,01)
                          030819 122927 Goodbye ADMIN=nick@blackhole ("Unknown packet type" )
                          030819 122947 Welcome ADMIN=nick@blackhole (***.***.***.***) (version 1301)
                          030819 122948 Unknown packet type ADMIN (211,01)
                          030819 122948 Goodbye ADMIN=nick@blackhole ("Unknown packet type" )
                          030819 122954 Welcome Fqfqwfq=nick@blackhole (***.***.***.***) (version 1301)
                          030819 123002 Player Name is [Fqfqwfq], id is 8
                          030819 123002 Fqfqwfq: Server has non-connected stairs.
                          030819 123002 Fqfqwfq: Server is no-selling.
                          030819 123002 Fqfqwfq: Server is no-ghost.
                          030819 123002 Fqfqwfq: Server is running version 1.3.0 (Beta 1)
                          030819 123002 Fqfqwfq:
                          030819 123002 Fqfqwfq:
                          030819 123002 Fqfqwfq: ====================
                          030819 123002 Fqfqwfq:
                          030819 123002 Fqfqwfq:
                          030819 123038 Welcome Wegwegwergweg=nick@blackhole (***.***.***.***) (version 1301)
                          030819 123046 Unknown packet type Wegwegwergweg (182,01)
                          030819 123046 Goodbye Wegwegwergweg=nick@blackhole ("Unknown packet type" )
                          030819 123107 Welcome Hrtrthrt=nick@blackhole (***.***.***.***) (version 1301)
                          030819 123124 Unknown packet type Gwegwegfew (182,01)
                          030819 123124 Goodbye Gwegwegfew=nick@blackhole ("Unknown packet type" )
                          030819 123427 Fqfqwfq: The sun has risen.
                          030819 123459 Fqfqwfq: There is a tree in the way!
                          030819 123501 Fqfqwfq: There is a tree in the way!
                          030819 123505 Fqfqwfq: You enter a maze of down staircases.
                          030819 123505 New Level 50ft at (0, 0) Ratings obj:87/mon:22
                          030819 123505 Fqfqwfq: This seems a quiet, peaceful place.
                          030819 123505 Fqfqwfq: I see no up staircase here.
                          030819 123509 Fqfqwfq: There is a wall in the way!
                          030819 123516 Goodbye Fqfqwfq=nick@blackhole ("Client quit")
                          030819 123550 Shutting down.
                          030819 123550 Server state save succeeded!

                          In PWMA without my setup this problem occurs more rare and it's possible to relogin with character (but still sometimes it gives error). With my setup (with a lot of terrain elements) you only could login to the game once with you char, and never can relogin back.

                          I suppose there is a problem with 'pause' timing between packets. When I create char fast - it increasing chance to give packet error. When I do pauses between all actions - there is more chance that I could enter to the game with new char (but still it's kinda 20-30% for success and you can't relogin to this char back)

                          So for now I'm turning server off D:

                          UPDATE:

                          I've checked server at other hosting - it has this kind of bahaivor, a bit better as you can relogin back to previously created char (please note, that I'm loggin in with the same char):


                          030819 163447 Dungeon Master Set as [admin]
                          030819 163447 Timer delay 13 ms timer resolution is 1 ms
                          030819 163447 Initializing player presets...
                          030819 163447 Cannot open '.\lib\tiles\gervais\xtra-dvg.prf'.
                          030819 163447 Cannot open '.\lib\tiles\shockbolt\xtra-shb.prf'.
                          030819 163447 Cannot open '.\lib\tiles\pseudo\xtra-dvg.prf'.
                          030819 163447 Initializing constants...
                          030819 163447 Initializing projections...
                          030819 163447 Initializing timed effects...
                          030819 163447 Initializing features...
                          030819 163447 Initializing wilderness feats...
                          030819 163447 Initializing wilderness info...
                          030819 163447 Initializing town feats...
                          030819 163447 Initializing towns...
                          030819 163447 Initializing dungeons...
                          030819 163447 Initializing object bases...
                          030819 163447 Initializing slays...
                          030819 163447 Initializing brands...
                          030819 163447 Initializing monster pain messages...
                          030819 163447 Initializing monster bases...
                          030819 163447 Initializing summons...
                          030819 163447 Initializing curses...
                          030819 163447 Initializing activations...
                          030819 163447 Initializing objects...
                          030819 163447 Initializing ego-items...
                          030819 163447 Initializing history charts...
                          030819 163447 Initializing bodies...
                          030819 163447 Initializing player races...
                          030819 163447 Initializing dragon breeds...
                          030819 163447 Initializing magic realms...
                          030819 163447 Initializing player classes...
                          030819 163447 Initializing artifacts...
                          030819 163447 Initializing object properties...
                          030819 163447 Initializing object power calculations...
                          030819 163447 Initializing blow methods...
                          030819 163447 Initializing blow effects...
                          030819 163447 Initializing monster spells...
                          030819 163447 Initializing monsters...
                          030819 163447 Initializing monster pits...
                          030819 163447 Initializing traps...
                          030819 163447 Initializing quests...
                          030819 163447 Initializing flavours...
                          030819 163447 Initializing socials...
                          030819 163447 Initializing hints...
                          030819 163447 Initializing random names...
                          030819 163447 Initializing dungeon profiles...
                          030819 163447 Initializing room templates...
                          030819 163447 Initializing vaults...
                          030819 163447 Initializing other stuff...
                          030819 163447 Initializing randarts...
                          030819 163447 Initializing RNG...
                          030819 163447 Initialization complete
                          030819 163447 Please wait...
                          030819 163447 Object flavors initialized...
                          030819 163447 Loading pref file: font.prf
                          030819 163447 Create TCP socket...
                          030819 163447 Set Non-Blocking...
                          030819 163447 Report to metaserver
                          030819 163447 Server is running version 1.3.0 (Beta 1)
                          030819 163447 Timer delay 13 ms timer resolution is 1 ms
                          030819 163523 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163528 Player Name is [ADMIN], id is 2
                          030819 163528 ADMIN: Server has non-connected stairs.
                          030819 163528 ADMIN: Server is no-selling.
                          030819 163528 ADMIN: Server is no-ghost.
                          030819 163528 ADMIN: Server is running version 1.3.0 (Beta 1)
                          030819 163528 ADMIN:
                          030819 163528 ADMIN:
                          030819 163528 ADMIN: ====================
                          030819 163528 ADMIN:
                          030819 163528 ADMIN:
                          030819 163532 Goodbye ADMIN=nick@blackhole ("Client quit")
                          030819 163540 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163544 Unknown packet type ADMIN (211,01)
                          030819 163544 Goodbye ADMIN=nick@blackhole ("Unknown packet type")
                          030819 163558 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163607 Unknown packet type ADMIN (182,01)
                          030819 163607 Goodbye ADMIN=nick@blackhole ("Unknown packet type")
                          030819 163618 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163621 Player Name is [ADMIN], id is 2
                          030819 163621 ADMIN: Server has non-connected stairs.
                          030819 163621 ADMIN: Server is no-selling.
                          030819 163621 ADMIN: Server is no-ghost.
                          030819 163621 ADMIN: Server is running version 1.3.0 (Beta 1)
                          030819 163621 ADMIN:
                          030819 163621 ADMIN:
                          030819 163621 ADMIN: ====================
                          030819 163621 ADMIN:
                          030819 163621 ADMIN:
                          030819 163625 ADMIN: You float downwards.
                          030819 163625 New Level 400ft at (0, 1) Ratings obj:53/mon:1335
                          030819 163625 ADMIN: You feel nervous about this place.
                          030819 163625 ADMIN: You have found a secret door.
                          030819 163626 ADMIN: You float upwards.
                          030819 163626 New Level 0ft at (0, 1)
                          030819 163631 Goodbye ADMIN=nick@blackhole ("Client quit")
                          030819 163636 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163637 Unknown packet type ADMIN (211,01)
                          030819 163637 Goodbye ADMIN=nick@blackhole ("Unknown packet type")
                          030819 163642 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163645 Player Name is [ADMIN], id is 2
                          030819 163645 ADMIN: Server has non-connected stairs.
                          030819 163645 ADMIN: Server is no-selling.
                          030819 163645 ADMIN: Server is no-ghost.
                          030819 163645 ADMIN: Server is running version 1.3.0 (Beta 1)
                          030819 163645 ADMIN:
                          030819 163645 ADMIN:
                          030819 163645 ADMIN: ====================
                          030819 163645 ADMIN:
                          030819 163645 ADMIN:
                          030819 163652 ADMIN: You float downwards.
                          030819 163652 New Level 400ft at (0, 1) Ratings obj:61/mon:412
                          030819 163652 ADMIN: This place does not seem too risky.
                          030819 163653 ADMIN: You float upwards.
                          030819 163653 New Level 0ft at (0, 1)
                          030819 163655 ADMIN: You float downwards.
                          030819 163655 New Level 400ft at (0, 1) Ratings obj:101/mon:199
                          030819 163655 ADMIN: This place seems reasonably safe.
                          030819 163656 Goodbye ADMIN=nick@blackhole ("Client quit")
                          030819 163700 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163700 Unknown packet type ADMIN (182,01)
                          030819 163700 Goodbye ADMIN=nick@blackhole ("Unknown packet type")
                          030819 163711 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163713 Unknown packet type ADMIN (211,01)
                          030819 163713 Goodbye ADMIN=nick@blackhole ("Unknown packet type")
                          030819 163727 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163728 Unknown packet type ADMIN (182,01)
                          030819 163728 Goodbye ADMIN=nick@blackhole ("Unknown packet type")
                          030819 163733 Welcome ADMIN=nick@blackhole (***.**.***.***) (version 1301)
                          030819 163735 Player Name is [ADMIN], id is 2
                          030819 163735 ADMIN: Server has non-connected stairs.
                          030819 163735 ADMIN: Server is no-selling.
                          030819 163735 ADMIN: Server is no-ghost.
                          030819 163735 ADMIN: Server is running version 1.3.0 (Beta 1)
                          030819 163735 ADMIN:
                          030819 163735 ADMIN:
                          030819 163735 ADMIN: ====================
                          030819 163735 ADMIN:
                          030819 163735 ADMIN:
                          030819 163735 ADMIN: This place seems reasonably safe.
                          030819 163738 ADMIN: You float upwards.
                          030819 163738 New Level 0ft at (0, 1)
                          030819 163743 Disconnected from server...
                          030819 163743 Goodbye ADMIN=nick@blackhole ("Client quit")
                          030819 163748 Shutting down.
                          030819 163748 Server state save succeeded!
                          Last edited by tangar; August 4, 2019, 06:32.
                          https://tangaria.com - Angband multiplayer variant
                          tangaria.com/variants - Angband variants table
                          tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
                          youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian

                          Comment

                          • PowerWyrm
                            Prophet
                            • Apr 2008
                            • 2986

                            #14
                            I'll release a version tonight with more info about packets, so I would be able to tell when the unknown packet happens.

                            Also got a random server crash without even players connected. I checked and that's a stupid error I made while porting some struct loc stuff. This is also gonna be fixed for tonight.
                            PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!

                            Comment

                            • tangar
                              Veteran
                              • Mar 2015
                              • 1004

                              #15
                              Great Can't wait for updates!
                              https://tangaria.com - Angband multiplayer variant
                              tangaria.com/variants - Angband variants table
                              tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
                              youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian

                              Comment

                              Working...
                              😀
                              😂
                              🥰
                              😘
                              🤢
                              😎
                              😞
                              😡
                              👍
                              👎