Raised This Month: $51 Target: $400
 12% 

60 Levels but i can get only 20 Heroes


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
axkiller13
Member
Join Date: Mar 2005
Old 06-02-2005 , 11:40   60 Levels but i can get only 20 Heroes
#1

I have a SUperhero Mod with 60 level however I can only 20 Heroes take! Why? I have 78 Heroes on my server AMX 0,9,9 Metamod 1,74 Superhero Mod 1,18 Windows Cs 1,6 Lan I believe it am a nose!
axkiller13 is offline
Send a message via ICQ to axkiller13
Liquid89
Junior Member
Join Date: May 2005
Location: Sweden - Karlsborg
Old 06-02-2005 , 12:26  
#2

Might be this:

in your shconfig file

//Max number of powers players can pick from, this is also limited by the number of levels you have.
sh_maxpowers *



change* to the numbers of levels you have on your server..

I'm new to this but it's my guess
Liquid89 is offline
Send a message via MSN to Liquid89
axkiller13
Member
Join Date: Mar 2005
Old 06-02-2005 , 12:30  
#3

No is not because of it! I set it to 61!
Attached Files
File Type: ini superhero.ini (1.4 KB, 417 views)
axkiller13 is offline
Send a message via ICQ to axkiller13
bLiNd
Veteran Member
Join Date: Mar 2005
Old 06-02-2005 , 13:20  
#4

this doesnt belong in bug reports as it is not with the mod itself, but rather something you did wrong on your end.

does LV 2/60 display or does it say LV 2/20?
bLiNd is offline
axkiller13
Member
Join Date: Mar 2005
Old 06-02-2005 , 13:28  
#5

It indicates 2/60!
axkiller13 is offline
Send a message via ICQ to axkiller13
bLiNd
Veteran Member
Join Date: Mar 2005
Old 06-02-2005 , 13:30  
#6

are you 100% positive you have v1.18 and recompiled everything with the new includes?

also double check sh_maxpowers
bLiNd is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 06-02-2005 , 19:26  
#7

Quote:
Originally Posted by axkiller13
It indicates 2/60!
Liquid89 and Crash are correct

Here Read Step 2: http://forums.alliedmods.net/showthread.php?t=32623

Also other cvars of interest reguarding choosing heroes would be:
sh_maxbinds 3
and
sh_lvllimit 1
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
axkiller13
Member
Join Date: Mar 2005
Old 06-03-2005 , 07:21  
#8

I do not understand that! Please help me! It does not go!
My CVARS:

Code:
//********************** GENERAL MOD CVARS **********************

//Enables/disables the mod 0=disable, 1=enable
sv_superheros 1

//Flag to determine who can access the important server commands
sh_adminaccess m

//If optional C/D is on a server - don't let people without C/D have powers
sh_cdrequired 0

//Debug Message Level
//ONLY enable this if you are trying to fix something, it prints A LOT of messages
// 0 = Disabled, 1 = Server Print, 2 = Server Log, 3+ = More Messages, Server Log
sh_debug_messages 0

//Number of heros allowed with bind characters - after that you must pick non-bind heros only
sh_maxbinds 10

//Max number of powers players can pick from, this is also limited by the number of levels you have.
sh_maxpowers 61

//What level to start newcomers at
sh_minlevel 1

//Save XP or restart from 0 each map
sh_savexp 1

//How many days XP is saved after a users last connection
//Recommended max setting of 30 for VAULT style saving. Max value is 365.
sh_xpsavedays 165

//Enable this to save XP at end of every round
//May cause a very small ammount of lag at round end with MySQL saving
sh_endroundsave 1

//This cvar sets the value of XP given/taken from players for Hostage / Bomb events.
//Hostage rescues only get 1/4th the XP because there is usually 4 of them.
sh_bombhostxp 100

//Give new players an average level of XP based on people already playing - 1=on | 0=off
//DO NOT USE WITH LONG-TERM XP
sh_autobalance 0

//Load XP right when a player joins (may cause lag with large user database)
sh_loadimmediate 0

// MercyXP gives players XP if they did not gain any during a round
// 0 = MercyXP system Disabled
// 1 = Give any player a set amount of XP which is set with sh_mercyxp
// 2 = Give only players up to a certian level MercyXP, max level is set with sh_mercyxp
//	XP given will be the inverse of the amount they would get for killing
//	someone at thier level, then this is diveded by 2 to keep it low.
//	So as a players level increases they will get less MercyXP with mode 2
sh_mercyxpmode 1

//Mode 1: How much Mercy XP to give players
//Mode 2: Max level to give MercyXP to players
sh_mercyxp 200

//Command Projector, displays help info to players in a HUD messages non-stop - 1+ = on | 0=off
//	1 - Only show to DEAD players
//	2 - Show to ALL players
sh_cmdprojector 1

//How many highest level heros can a person pick
//If this is set to 2 and a client is at level 9, they can only pick 2 level 9 heroes.
//There is a bunch of complicated math that goes into this system and it limits more than
//just the highest level avliable to that person, try it and see what I mean.
//Set to 0 to disable this limiting of choices
sh_lvllimit 1

// 1 = New style menu, shows disabled heros grayed out
// 0 = Old style menu, hides disabled heros from showing on the menu
sh_menumode 1

//Headshot Multiplyer - if you kill someone with a headshot the XP given
//will be multiplied by the value.  Setting this to "1.0" will effectivly
//disable it because x * 1 = x.  Any value less than 1.0 is ignored.
sh_hsmult 2.0

//Can clients drop heroes while alive?
//This is OFF by default because many people expliot the server by picking a hero
//like batman, get the weapons, then drop him.  This will prevent that kind of activity.
sh_alivedrop 1

// *** MySQL Settings, Only Needed if using the mysql saving method ***
// Uncomment the cvar lines to enable these settings

//sh_mysql_host "localhost"
//sh_mysql_user "SuperHeroModUser"
//sh_mysql_pass ""
//sh_mysql_db "sherodb"
//sh_mysql_persistent 0

// *************** END STANDARD SUPERHERO CVARS ***************
and superhero.ini

Code:
## NUMLEVELS  - The total Number of levels to award players 
## XPLEVELS   - How much XP does it take to earn each level (0..NUMLEVELS) 
## XPGIVEN    - How much XP is given when a Level(N) player is killed (0..NUMLEVELS) 
## LTXPLEVELS - Same as XPLEVELS but for Long-Term mode (sh_savexp 1) 
## LTXPGIVEN  - Same as XPGIVEN but for Long-Term mode (sh_savexp 1) 
NUMLEVELS 60 
XPLEVELS 0 100 300 600 1000 1500 2100 2800 3600 4500 5500 6600 7800 9100 10500 12000 13600 15200 17000 18900 20900 23000 25200 27500 29900 31400 34100 36900 39800 42800 45900 49000 52000 55000 59000 62000 
XPGIVEN 100 110 130 160 190 210 230 250 290 310 330 350 375 400 450 475 490 520 599 620 650 660 680 700 720 760 790 810 830 845 855 890 920 950 1000 1300 
LTXPLEVELS 0 200 400 800 1000 1500 1750 2300 2500 4500 6000 8000 10000 14000 16000 19000 25000 27500 30000 35000 42000 50000 55000 65000 85000 100000 120000 139000 145000 160000 180000 220000 250000 270000 300000 320000 345000 370000 400000 425000 435000 460000 495000 520000 550000 585000 620000 655000 700000 750000 800000 850000 900000 1000000 1100000 1225000 1500000 2000000 2500000 3250000 4000000 4500000
LTXPGIVEN 100 110 130 160 190 210 230 250 290 310 330 350 375 400 450 475 490 520 599 620 650 660 680 700 720 760 790 810 830 845 855 890 920 950 1000 1300 1500 1600 1700 1800 1900 2000 2100 2200 2300 2400 2500 2600 2700 2800 2900 3000 3000 3000 3250 3500 3600 3700 3800 3900 4000
axkiller13 is offline
Send a message via ICQ to axkiller13
MeHMeT
Senior Member
Join Date: Feb 2005
Location: orange county,and sydney
Old 06-03-2005 , 07:26  
#9

try making the maxpowers 60 that may help
__________________
[img]http://img32.**************/img32/2005/pain28gu.png[/img]
MeHMeT is offline
Send a message via AIM to MeHMeT Send a message via MSN to MeHMeT
axkiller13
Member
Join Date: Mar 2005
Old 06-03-2005 , 07:46  
#10

no it doesnt work
axkiller13 is offline
Send a message via ICQ to axkiller13
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode