Page 1 of 1
Server upgradeing...
Posted: Thu 25.10.2007, 19:12
by Hades
Just so people know, pwmangband.game-host.org, under goes a lot of bug correction and upgrades, this results in downtime... I've decided to make a scheduled time to implement these upgrades and changes. If a update or a correction is available it will be implemented at 5pm or 6pm EST. This only includes minor updates and minor bug fixes. All major and severe bugs or changes will be implemented ASAP, so you may experience some downtime randomly if severe changes are needed, but for the most part, they will all take place at 5-6 EST.
And for the record, there are a lot of plans for PWMangband, so check here often to see if there are any new and exciting changes =).
Re: Server upgradeing...
Posted: Fri 26.10.2007, 12:42
by PowerWyrm
FYI I've added a lot (roughly 120) new monsters in r_info.txt. This will mean a major upgrade to the server...
Re: Server upgradeing...
Posted: Fri 26.10.2007, 15:54
by Hades
When the package is sent I will implement it ASAP. Powewyrm, thanks for the heads up.
Re: Server upgradeing...
Posted: Fri 26.10.2007, 18:13
by PowerWyrm
Ok here's what to do to upgrade the server:
1) Unzip the files from the new upgrade (same as any upgrade)
2) Open every char savefile, find the line:
<uniques>
and add the following line:
max_r_idx = 620
just below
This line is now required to remove the hardcoded value of MAX_R_IDX when loading and saving chars... this will make adding new monsters easier in the future.
3) Open the server savefile and erase the monster lore section:
<monster_lore>
...
</monster_lore>
Replace this section by the section from a newly created server... this is required to initialize the max_num and respawn_timer variables to 1 and -1 for uniques (otherwise, they would be 0 and the unique could never be generated)
Re: Server upgradeing...
Posted: Fri 26.10.2007, 21:26
by Hades
Adding everything now. Be done in about 30mins, sorry for the wait I was out to dinner with a friend of mine.
Re: Server upgradeing...
Posted: Fri 26.10.2007, 23:00
by Hades
All changes added. took longer then 30mins hehe. And on that note, I've deleted a lot of savefiles I thought to be useless, if you log on and your savefile is deleted just message me on here and I will correct it. I've kept records.
Thanks.