Counter-Strike 1.6
CS1.BG | DUST2 NOSHTA GARMI [RANKED PLAY] #1
45.144.155.113:27015
de_dust2
Играчи: 30/32
de_dust2
Counter-Strike 1.6
Cs-PlovdiV.com - Aim Attack 93.123.16.4:27022 aim_aztec Играчи: 0/16

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Въпроси и проблеми свързани с AMXModX.
Аватар
The Pain
Извън линия
Потребител
Потребител
Мнения: 91
Регистриран на: 06 Дек 2021, 17:10
Се отблагодари: 18 пъти
Получена благодарност: 6 пъти

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Мнение от The Pain » 01 Фев 2022, 16:10

Здравейте, имам следният проблем с ранг системата, плъгина работи нормално обаче когато играч убие друг, не дава XP-то заложено в RankSystem.ini , сървъра е zombie plague, до скоро го нямаше този проблем или просто не съм обърнал внимание -

Код за потвърждение: Избери целия код

#============================================#
# OciXCrom's Rank System: Configuration file #
#============================================#

# Some of the settings in this file use special keywords that can be found here: https://htmlpreview.github.io/?https://github.com/OciXCrom/RankSystem/blob/info/ini_keywords.html

# You can specify different settings for different maps.
# To do this, type in the map name between dashes. Example: - de_dust2 -
# Everything below that line will be read only on the map de_dust2.
# You can also use map prefixes: - de_* -
# To reset back to all maps, use - #all -

[Settings]
# The prefix that will be used in front of all chat messages from this plugin.
CHAT_PREFIX = &x04[Rank System]

# How to save the XP: 0 = nickname | 1 = IP address | 2 = SteamID
SAVE_TYPE = 0

# When to save the XP?
# It's best to leave this setting on 0 if your server isn't experiencing any problems (crashes) that prevent it from saving XP.
# 	0 = on disconnect (best for servers that never crash)
# 	1 = on disconnect + on death (good for servers that crash occasionally and you want to save the XP for at least the current life)
# 	2 = on disconnect + on round end (good for servers that crash occasionally and you want to save the XP for at least the current round)
# 	3 = every time the player's XP is changed (guarantees that XP will never be lost, but may be laggy if players receive XP very often)
SAVE_INTERVAL = 0

# If set to 1, player XP will be saved and loaded using MySQL rather than nVault.
# If the MySQL connection fails, the plugin will automatically switch to using nVault.
USE_MYSQL = 0

# SQL information to use if USE_MYSQL is set to 1.
SQL_HOST = 127.0.0.1
SQL_USER = root
SQL_PASSWORD =
SQL_DATABASE = amx
SQL_TABLE = CRXRanks

# The vault file where the XP will be saved if using nVault.
# Renaming this will reset everyone's XP.
VAULT_NAME = CRXRanks

# Commands that you can use to check your current XP.
XP_COMMANDS = say /xp, say_team /xp, say /level, say_team /level

# Who can see the message when a player gains a level.
# 	0 = disable the message
# 	1 = only the player
# 	2 = all players
LEVELUP_MESSAGE_TYPE = 2

# The sound that is played when a player gains a level.
# You can leave it blank if you don't want any sound to be played.
LEVELUP_SOUND = 

# Set it to 0 to disable the screen fade effect when a player gains a level.
LEVELUP_SCREEN_FADE_ENABLED = 1

# Color for the screen fade effect in RGBA format. You can use -1 for a random value.
LEVELUP_SCREEN_FADE_COLOR = 0 255 0 75

# The sound that is played when a player loses a level.
# You can leave it blank if you don't want any sound to be played.
LEVELDN_SOUND = 

# Set it to 0 to disable the screen fade effect when a player loses a level.
LEVELDN_SCREEN_FADE_ENABLED = 1

# Color for the screen fade effect in RGBA format. You can use -1 for a random value.
LEVELDN_SCREEN_FADE_COLOR = 255 0 0 75

# The admin flags that players will receive when they reach the final level.
# You can leave it blank if you want to disable this option.
FINAL_LEVEL_FLAGS =

# Users with these flags are considered VIP and will get the extra XP set in the [XP Rewards] section.
VIP_FLAGS = b

# If set to 1, XP rewards will be combined for specific events.
# For example: killing a player with a headshot will reward both "kill" and "headshot" XP rewards, rather than only "headshot".
USE_COMBINED_EVENTS = 1

# By changing this setting you can make players able to receive XP only if they are on a specific team.
# The numbers shown below are for CS 1.6. For other games, you will need to find the correct team numbers.
# 0 = disabled | 1 = terrorists | 2 = counter-terrorists
TEAM_LOCK = 0

# If greater than 0, player's wont receive any XP if the amount of players in the server is less than the number specified here.
MINIMUM_PLAYERS = 0

# If set to 1, bots won't be able to receive any XP.
IGNORE_BOTS = 1

# If set to 1, players will receive a chat message containing the amount of XP that they receive when killing another player.
# This will also display a chat message to the player if he committed suicide and the plugin is set to make players lose XP on suicide.
NOTIFY_ON_KILL = 0

# Set it 0 to disable the HUD that constantly shows your rank and XP on the screen.
HUDINFO_ENABLED = 0

# Who and when is able to see the HUD information.
# 	0 = all players at all time
# 	1 = only alive players
# 	2 = only dead players
# 	3 = dead players + alive players during freeze time
HUDINFO_VISIBILITY = 0

# This setting is only available if TEAM_LOCK is non-zero.
# If enabled, players won't be able to see the HUD info if they are not on the team set in TEAM_LOCK.
# The same applies for the player they're spectating if HUDINFO_OTHER_PLAYERS is set to 1.
HUDINFO_TEAM_LOCK = 1

# If set to 1, when dead, players will be able to see the HUD info of the player they are spectating.
HUDINFO_OTHER_PLAYERS = 0

# HUD info color in RGB format. You can use -1 for a random value.
HUDINFO_COLOR = 106 -1 208

# HUD info coordinates for alive players.
HUDINFO_POSITION = -1.0 0.2

# HUD info coordinates for dead players.
# Leave this setting blank if you want to use the same position for both dead and alive players.
HUDINFO_POSITION_DEAD =

# Set it to 1 if you want the HUD info to use be displayed as a DHUD message.
HUDINFO_USE_DHUD = 0

# This is how the HUD information is going to look when the player is on any level except the final one.
# Check the link at the beginning of the file for a full list of available keywords.
HUDINFO_FORMAT = [ XP: $current_xp$/$next_xp$ | Level $level$/$max_levels$: $rank$ ]

# This is how the HUD information is going to look when the player is on the final level.
# Check the link at the beginning of the file for a full list of available keywords.
HUDINFO_FORMAT_FINAL = [ XP: $current_xp$ | Level $level$: $rank$ ]

# Text that is going to be used when an invalid value is passed on the HUD info.
HUDINFO_INVALID_TEXT = n/a

# Set it to 0 to disable HUD messages when the player gets/loses XP.
XP_NOTIFIER_ENABLED = 1

# Color of XP notifier when the player receives XP.
XP_NOTIFIER_COLOR_GET = 0 255 -1

# Color of XP notifier when the player loses XP.
XP_NOTIFIER_COLOR_LOSE = 255 0 -1

# XP notifier coordinates.
XP_NOTIFIER_POSITION = 0.8 0.8   

# Duration of XP notifier messages in seconds.
XP_NOTIFIER_DURATION = 1.5

# Set it to 1 if you want the XP notifier to use DHUD message. Bear in mind that these messages can overlap.
XP_NOTIFIER_USE_DHUD = 1

[Ranks]
# Here you can add the ranks that players will get according to their XP.
# Start from the lowest with 0 XP to the highest. The number of ranks you can add is unlimited.
# Rank names cannot start with any of these symbols: "#", ";", "-" and "["
# Syntax: rank name = minimum XP needed

Newbie = 0
Advanced = 200
First Killer = 300
Forward Killer = 600
Assass1n = 850
Ninja Killer = 1500
Scarecr0w = 1750
High-minded = 2000
Danger Killer = 2500
Wind FighteR = 2850
Zombie Killer = 3650
Terminator = 3950
Ultimate = 5500
God Of War = 6500
SuperNova = 7500 
ProfessionaL = 8800
ManiPulatoR = 9500
The DeViL = 12000
Zombie DestroyeR = 17000
RespecteD = 25000
HeadtakeR = 36000
Demon SlayeR = 45000
The Notorious One = 57000
Unmatched One = 69000
Godlike = 77000
The MonsteR = 89000
MasteR Supreme = 95000
Pro MasteR = 100000
Legendary Player = 200000
ELITE MasteR = 360000

[XP Rewards]
# In this section you can determine how much XP are players going to receive on different in-game events.
# You can use any weapon name to determine how much XP a player is going to receive when killing another player with that weapon.
# In addition, you can use a bunch of different predefined keywords such as "headshot" or "bomb_planted".
# You can even use the plugin's API to create your own custom keywords.
# Check the link at the beginning of the file for a full list of available keywords.

# Please note that if USE_COMBINED_EVENTS is set to 1, some of the events will be combined.
# For example: if you kill someone with a headshot with the USP, you will get the XP for "kill", "headshot", and "usp".
# If set to 0, you will get the XP for the event with the highest priority which in the example above is "usp".

# You can set a different amount of XP for users who have the flags set in VIP_FLAGS by separating it with a space.
# Example: kill = 5 7 - this means that regular players will get 5 XP for a kill, while VIP users will get 5.

kill = 6
headshot = 7
knife = 6
grenade = 5
bomb_planted = 5
bomb_defused = 5
teamkill = 0
zp_infect_player = 4
zp_infected = 4
zp_became_survivor = 4
zp_became_nemesis = 4

Код за потвърждение: Избери целия код

; AMX Mod X plugins
advanced_bans1.amxx
Super_Admin_4.1.amxx
gag_system.amxx debug
bandisconected.amxx
; Admin Base - Always one has to be activated
Anti-Flood-System4.0.amxx
admin.amxx debug		; admin base (required for any admin-related)
;admin_sql.amxx	debug	; admin base - SQL version (comment admin.amxx)
crx_ranksystem.amxx
cxr_vip_free.amxx debug
crx_chatmanager.amxx
crxranks_addon_zp43.amxx
crx_demage_perlevel.amxx debug



; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx debug		; maps menu (vote, changelevel)

; Chat / Messages
crx_adminchat.amxx debug   ; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
scrollmsg.amxx		; displays a scrolling message
imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
galileo_new_type.amxx debug   ; displays next map in mapcycle
                        ; allows to vote for next map
              		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx		; restrict weapons menu
statsx_shell.amxx debug	; stats on death or round end (CSX Module required!)
;miscstats.amxx		; bunch of events announcement for Counter-Strike
;stats_logging.amxx	; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx	; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
survivor_dmg_x2.amxx debug
survivor_norecoil.amxx
jetpack+bazooka_veco1.amxx
GHW_Weapon_Replacement.amxx
zp_antiinfection_armor.amxx
zp_tryder.amxx
zp_countdown_remix1.amxx debug
zp_sub_parachute.amxx
zp_UltimateAddon_UAIO.amxx debug
demo235.amxx
show_admins_vl.amxx
admin_check.amxx
amx_destroy.amxx
zp_extra_fire_in_hole.amxx
end_round_fade.amxx
ad_manager.amxx
camera_new.amxx
zp_extra_goldenak.amxx debug
zp_extra_unlimited_clip.amxx
end_round_fade.amxx
ZV_Effect.amxx
auto_join_on_connect.amxx
RegisterSystem.amxx debug
zp_human_madness.amxx
rs.amxx
3drank.amxx
bullet_damage.amxx
no_change_name.amxx
amxshowip.amxx
granadestatus.amxx
nemesis_new_efect.amxx
quakesounds.amxx
norecoil.amxx
zp_best_score.amxx
advanced_grenade_trail.amxx
zp_extra_addon_box.amxx
zp_aim_info.amxx
RankSystemAmmoPacks.amxx
zp_extra_humanPack.amxx
zm_respawn.amxx debug
ipshower.amxx
antispamip.amxx
amx_gore.amxx
zp_get_ammo_pack.amxx
autoheal.amxx

Аватар
OciXCrom
Извън линия
Администратор
Администратор
Мнения: 7206
Регистриран на: 06 Окт 2016, 19:20
Местоположение: /resetscore
Се отблагодари: 117 пъти
Получена благодарност: 1296 пъти
Обратна връзка:

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Мнение от OciXCrom » 01 Фев 2022, 16:36

Това няма как да стане освен ако някой друг плъгин не пречи. Дай клип/демо да видим какво точно се случва.

Аватар
The Pain
Извън линия
Потребител
Потребител
Мнения: 91
Регистриран на: 06 Дек 2021, 17:10
Се отблагодари: 18 пъти
Получена благодарност: 6 пъти

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Мнение от The Pain » 01 Фев 2022, 17:18

OciXCrom написа: 01 Фев 2022, 16:36 Това няма как да стане освен ако някой друг плъгин не пречи. Дай клип/демо да видим какво точно се случва.
В момента се оправи всичко след като рекомпилирах плъгина, забелязах също, че
# If set to 1, bots won't be able to receive any XP.
IGNORE_BOTS = 0 беше на 1 а аз тествах доста с ботове дали е възможно да оказва влияние.....

Аватар
OciXCrom
Извън линия
Администратор
Администратор
Мнения: 7206
Регистриран на: 06 Окт 2016, 19:20
Местоположение: /resetscore
Се отблагодари: 117 пъти
Получена благодарност: 1296 пъти
Обратна връзка:

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Мнение от OciXCrom » 01 Фев 2022, 20:42

Въпросната настройка не позволява ботовете да печелят ХР, няма нищо общо с това ти да печелиш ХР от тях, освен ако не си бот.
Друг е въпросът ако ботовете са такива, че не може да се засечат от плъгина.

Аватар
The Pain
Извън линия
Потребител
Потребител
Мнения: 91
Регистриран на: 06 Дек 2021, 17:10
Се отблагодари: 18 пъти
Получена благодарност: 6 пъти

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Мнение от The Pain » 01 Фев 2022, 21:00

OciXCrom написа: 01 Фев 2022, 20:42 Въпросната настройка не позволява ботовете да печелят ХР, няма нищо общо с това ти да печелиш ХР от тях, освен ако не си бот.
Друг е въпросът ако ботовете са такива, че не може да се засечат от плъгина.
Засича си ги yapb ползвам, сега ту дава XP ту не не знам на какво се дължи ....

Аватар
OciXCrom
Извън линия
Администратор
Администратор
Мнения: 7206
Регистриран на: 06 Окт 2016, 19:20
Местоположение: /resetscore
Се отблагодари: 117 пъти
Получена благодарност: 1296 пъти
Обратна връзка:

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Мнение от OciXCrom » 01 Фев 2022, 21:23

На ботовете се дължи. Не знам за какво са ти ботове изобщо.

Аватар
cgozzie
Извън линия
Потребител
Потребител
Мнения: 1319
Регистриран на: 13 Окт 2016, 22:10
Местоположение: Варна
Се отблагодари: 245 пъти
Получена благодарност: 43 пъти

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Мнение от cgozzie » 01 Фев 2022, 21:30

The Pain написа: 01 Фев 2022, 21:00
OciXCrom написа: 01 Фев 2022, 20:42 Въпросната настройка не позволява ботовете да печелят ХР, няма нищо общо с това ти да печелиш ХР от тях, освен ако не си бот.
Друг е въпросът ако ботовете са такива, че не може да се засечат от плъгина.
Засича си ги yapb ползвам, сега ту дава XP ту не не знам на какво се дължи ....
Махай тия ботове с тях хора няма да имаш вервай ми,аз ги разкарах и не ща да чувам повече за ботове.Като гледам всички чужди сървъри 1 бот нямат.Май само в българия пак се праим на тарикати ама нема спечелиш с тия ботове да го знаеш от мен.
Изображение

Аватар
MaPaXyuA
Извън линия
Потребител
Потребител
Мнения: 162
Регистриран на: 08 Ное 2016, 16:29
Местоположение: Горна Оряховица
Се отблагодари: 5 пъти
Получена благодарност: 18 пъти
Обратна връзка:

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Мнение от MaPaXyuA » 01 Фев 2022, 23:07

cgozzie написа: 01 Фев 2022, 21:30
The Pain написа: 01 Фев 2022, 21:00
OciXCrom написа: 01 Фев 2022, 20:42 Въпросната настройка не позволява ботовете да печелят ХР, няма нищо общо с това ти да печелиш ХР от тях, освен ако не си бот.
Друг е въпросът ако ботовете са такива, че не може да се засечат от плъгина.
Засича си ги yapb ползвам, сега ту дава XP ту не не знам на какво се дължи ....
Махай тия ботове с тях хора няма да имаш вервай ми,аз ги разкарах и не ща да чувам повече за ботове.Като гледам всички чужди сървъри 1 бот нямат.Май само в българия пак се праим на тарикати ама нема спечелиш с тия ботове да го знаеш от мен.
Сървър без бот не е сървър! За нас е закон да има ботове и то денонощно както тия сървъри дето са постоянно фулл , но уш с играчи :D

п.с. Добре, че екипа на АМХХ направиха та, че да показва колко бота има в един "развит" сървър в българия ... 3 (25)/32 :D :dance:
Изображение

Аватар
The Pain
Извън линия
Потребител
Потребител
Мнения: 91
Регистриран на: 06 Дек 2021, 17:10
Се отблагодари: 18 пъти
Получена благодарност: 6 пъти

Проблем с OciXCrom's Rank System [XP|Levels|Ranks]

Мнение от The Pain » 02 Фев 2022, 06:25

Сложени са с цел, тъй като този мод не е много игран вече, влизат хора и си цъкат с ботове вместо хора, така се поддържа интереса към сървъра, пък и в днешно време играчите намаляха значително....

Публикувай отговор
  • Подобни теми
    Отговори
    Преглеждания
     Последно мнение

Обратно към “Поддръжка / Помощ”

Кой е на линия

Потребители разглеждащи този форум: Google [Bot] и 7 госта