Search found 23 matches
- Mon 09.05.2016, 01:53
- Forum: Technical Support
- Topic: Running Multiple Servers from one DNS
- Replies: 4
- Views: 98299
Re: Running Multiple Servers from one DNS
Maybe I am approaching this from the wrong perspective. How are ports handled between the server and the client. I have both of my servers set to different ports in the mangband.cfg file and I have my router set up to forward packets for the right ports to the right machines. Yet when clients connec...
- Sat 07.05.2016, 20:19
- Forum: Technical Support
- Topic: Running Multiple Servers from one DNS
- Replies: 4
- Views: 98299
Running Multiple Servers from one DNS
How do I run multiple servers from one IP address?
I am assuming I probably have to go into my router and assign subdomains to the machines that will be playing host.
Something like: mangband.theinn.publicvm.com and pwmangband.theinn.publicvm.com
Never done this before...any help is appreciated.
I am assuming I probably have to go into my router and assign subdomains to the machines that will be playing host.
Something like: mangband.theinn.publicvm.com and pwmangband.theinn.publicvm.com
Never done this before...any help is appreciated.
- Sat 07.05.2016, 18:15
- Forum: Technical Support
- Topic: Nifty Web Stats
- Replies: 1
- Views: 20980
Nifty Web Stats
How are the character stats generated for the mangband.org server?
Its very cool and I would love to be able to do it for my server(s).
Its very cool and I would love to be able to do it for my server(s).
- Wed 04.05.2016, 17:20
- Forum: PWMAngband
- Topic: PWMAngband 1.1.11 is out!
- Replies: 15
- Views: 214780
Re: PWMAngband 1.1.11 is out!
Confirmed links are working. Thanks!
- Mon 02.05.2016, 22:27
- Forum: General Discussion
- Topic: Stat Charts
- Replies: 3
- Views: 26709
Re: Stat Charts
All of this can be found in src/server/tables.c
- Mon 02.05.2016, 13:05
- Forum: PWMAngband
- Topic: PWMAngband 1.1.11 is out!
- Replies: 15
- Views: 214780
Re: PWMAngband 1.1.11 is out!
Even with two domains going to the same IP address, the firewall will see Mangband and route everything to one computer. I need something server side to distinguish between the two...but I have no idea how to do it. HELP! PLEASE? 8) One Drive is still down as of now. Its been down for about 48hrs no...
- Mon 02.05.2016, 12:59
- Forum: Technical Support
- Topic: Resistances
- Replies: 2
- Views: 25064
Re: Resistances
Is there code to handle each damage type or is there a generic code block that handles all resists....and where are these things checked? I need to find the code for resistances as well as the resist display that pops up when you "C" to view your character.
- Mon 02.05.2016, 12:56
- Forum: Technical Support
- Topic: Uniques Dropping Loot
- Replies: 4
- Views: 30871
Re: Uniques Dropping Loot
The old 0.7.0 implementation involved a simple check if a Named was alive. If anyone killed it, it would stay dead for a period of time...usually 12hrs-5days. Once I restore the code to put UNIQUES on a respawn timer, the ability to cheeze this will be very limited. The problem we ran into that forc...
- Mon 02.05.2016, 03:07
- Forum: Technical Support
- Topic: Resistances
- Replies: 2
- Views: 25064
Resistances
Found this while trying to track down where resistances are handled: /* Resist the damage */ if (p_ptr->resist_acid) dam = (dam + 2) / 3; if (p_ptr->oppose_acid) dam = (dam + 2) / 3; It looks as if resist_acid and oppose_acid do the exact same thing. Why two different flags for this? Is the oppose t...
- Sun 01.05.2016, 23:34
- Forum: Technical Support
- Topic: Dropping Gold Crashes Server
- Replies: 2
- Views: 24630
Re: Dropping Gold Crashes Server
Thank you for the fix! My server is patched and beautiful now.
- Sun 01.05.2016, 23:33
- Forum: Technical Support
- Topic: Uniques Dropping Loot
- Replies: 4
- Views: 30871
Re: Uniques Dropping Loot
Thanks! Quick fix is in. For the long term, I just need to fix the respawn timers so they are properly long. I think the tracking of unique kills for summoning is still a useful feature.
At least now my wife will play with me. hehe.
At least now my wife will play with me. hehe.
- Sun 01.05.2016, 19:19
- Forum: PWMAngband
- Topic: PWMAngband 1.1.11 is out!
- Replies: 15
- Views: 214780
Re: PWMAngband 1.1.11 is out!
And most importantly...where can I get good download links? The One Drive links off your page are not working currently.
- Sun 01.05.2016, 19:14
- Forum: PWMAngband
- Topic: PWMAngband 1.1.11 is out!
- Replies: 15
- Views: 214780
Re: PWMAngband 1.1.11 is out!
I have them running on two different machines. How do I declare multiple hosts on my domain? How do I sort them out through my firewall?
- Sun 01.05.2016, 18:36
- Forum: Other Servers
- Topic: The Inn
- Replies: 0
- Views: 122424
The Inn
I have a server up, The Inn. Chances are this server will survive for a LONG time. Eventually it will be replaced temporarily with a BETA server for RMangband. Once the bugs are ironed out I will be running an event that will probably span about a years' time. I will post the roleplaying background ...
- Sun 01.05.2016, 17:04
- Forum: Technical Support
- Topic: Most Stable Version?
- Replies: 4
- Views: 29817
Re: Most Stable Version?
And where do I get the 1.1.4 code from? Where are the Dev notes for 1.1.3 and 1.1.4 so I can see what has changed?