|
|
#1 |
|
Swordsman
Join Date: Apr 2008
Posts: 455
![]() |
[3.4RC] There may not be much interesting here...
Level was generated with a D pit and a GCV, I was expecting "superb treasures"...
In fact, this is easily explained. Excerpt from the code: Code:
if (rating > 250000) rating = 250000;
c->obj_rating += (rating / 10) * (rating / 10);
Using a percent of the rating would probably fix the problem: Code:
c->obj_rating += (rating / 100) * (rating / 100);
__________________
PWMAngband variant maintainer - check http://www.mangband.org/forum/viewforum.php?f=9 to learn more about this new variant! |
|
|
|
|
|
#2 |
|
Prophet
Join Date: Dec 2009
Posts: 4,775
![]() |
There are cobwebs of shining mithril here!
Seriously though, good catch. It's amazing how many rollover bugs we've had to deal with lately; are we just trying for too much resolution or something? |
|
|
|
|
|
#3 |
|
Scout
Join Date: May 2012
Posts: 40
![]() |
Just watch out for that mithril spider....
I'm currently searching any level with more then scraps of junks. 2 egos, an artifact, a ring of free action & gloves of slaying was merely "worthwhile" on dlevel 13. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [3.4RC - Win32 client]Graphic glitch for Tile Multipliers | Smiling Spectre | Vanilla | 1 | June 22, 2012 12:33 |
| [3.4RC - Win32 client]No stacking piles anymore? | Smiling Spectre | Vanilla | 2 | June 22, 2012 12:07 |
| [3.4RC - Win32 client] Map not displayed properly when number of columns is too high | PowerWyrm | Vanilla | 0 | June 20, 2012 10:59 |
| [3.4RC - Win32 client] Minimap with tiles | PowerWyrm | Vanilla | 3 | June 20, 2012 08:32 |
| Interesting scroll names. | Whelk | Vanilla | 5 | May 14, 2008 10:51 |