PDA

View Full Version : Trouble with spawn list and con colors



nprice24692
01-29-2024, 12:38 AM
Returning player here. I was gone for about 2 years. The last time I played was around the switch from 32-bit to 64-bit. I remember there was an issue with the original 3.0.0.0, so we had to switch back to 2.5.0.0 (or something like that - I forget how many zeroes there are in them). MySEQ works for me, but I don't have any mobs in the Spawn Timer List, all of the con colors are dark blue, and the search filter doesn't work.

I've updated the offsets, so at least it's running and stuff is showing up. However, I'm a noob when it comes to programming, so I can't figure out how to get these issues fixed. Any ideas would be greatly appreciated.

Nstalkerga
02-22-2024, 03:45 PM
Not taking credit for this one.
Someone told me how to fix it long ago. With the new levels i added a couple more to it

I THINK this is right

in your SEQ directory there is a cfg folder .. and a conlevels.ini in there
Edit it and add/update the following.

May have to adjust for levels under 120.

*****Start****
# Usage: Gamer Level = Max Grey/Max Green/Min DkBlue

# Formulas
# Grey = 1 -> Max Grey
# Green = Max Grey + 1 -> Max Green
# LtBlue = Max Green + 1 -> Min DkBlue - 1
# DkBlue = Min DkBlue -> Gamer Level - 1
# White = Gamer Level
# Yellow = Gamer Level + 1 -> Gamer Level + 3
# Red = Gamer Level + 4 -> 1000

[Con Levels]
1=0/0/0
2=0/0/1
3=0/0/1
4=0/0/1
5=1/1/2
6=0/2/3
7=1/3/4
8=2/4/5
9=3/5/6
10=4/6/7
20=12/14/15
30=19/21/25
40=26/29/35
50=32/36/45
60=39/44/55
70=49/54/65
71=50/55/66
72=51/56/67
73=52/57/68
74=53/58/69
75=54/59/70
76=55/60/71
77=56/61/72
78=57/62/73
79=58/63/74
80=59/64/75
90=69/74/85
100=79/84/95
110=89/94/104
120=99/104/114
121=100/105/115
122=101/106/116
123=102/107/117
124=103/108/118
125=104/110/119
****end****