AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   OciXCrom's Rank System [XP|Levels|Ranks] (https://forums.alliedmods.net/showthread.php?t=308540)

tarsisd2 09-09-2018 18:12

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
Thanks very much!

heres the translation for the updated plugin in Brazilian Portuguese:

color:
PHP Code:

[bp]
CRXRANKS_NOTIFY_KILL_GET Voce ganhou &x04%i XP &x01por matar &x03%s
CRXRANKS_NOTIFY_KILL_LOSE 
Voce perdeu &x04%i XP &x01por matar &x03%s
CRXRANKS_NOTIFY_SUICIDE 
Voce perdeu &x04%i XP &x01por &x03suicidar&x01


PHP Code:

[bp]
CRXRANKS_NOTIFY_KILL_GET Voce ganhou %i XP por matar %s
CRXRANKS_NOTIFY_KILL_LOSE 
Voce perder %i XP por matar %s
CRXRANKS_NOTIFY_SUICIDE 
Voce perdeu %i XP por suicidar


moresa 09-14-2018 10:41

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
when compiling say cant read from file "dhudmessage"
what should i do?

iceeedr 09-14-2018 10:43

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
Quote:

Originally Posted by moresa (Post 2615203)
when compiling say cant read from file "dhudmessage"
what should i do?

Download this include.

moresa 09-14-2018 18:46

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
Quote:

Originally Posted by iceeedr (Post 2615205)
Download this include.

oh thank you very much :x

eGRoBi 09-16-2018 15:50

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
What i need to do, to have same xp on 4 diferent servers?

OciXCrom 09-16-2018 15:58

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
Quote:

Originally Posted by eGRoBi (Post 2615461)
What i need to do, to have same xp on 4 diferent servers?

Use MySQL which currently isn't available. It will be added soon.

tarsisd2 10-02-2018 07:12

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
Hey man, help me out here plz

how can i increase a lit bit hud characters? is it possible?

i want to have

• Rank: rank name
• Next Rank: rank name
• XP: 00/100
• LvL: 05/50

i want them to go to the right corner, so i did the best i could but it doesn't fit well, see screenshot:

https://image.ibb.co/gBeLEK/rankfit.png

config:
PHP Code:

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

# HUD info coordinates.
HUDINFO_POSITION 0.73 0.18

# 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.
HUDINFO_FORMAT =• Rank$rank$br• Prox$next_rank$br• XP$current_xp$/$next_xp$br• LvL$level$/$max_levels

thanks

OciXCrom 10-02-2018 08:30

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
@tarsisd2 - there was indeed a bug with the maximum length of the message. It's fixed now. Please update the plugin to the latest version (v2.7.1). You don't need to replace the .ini file when updating, but make sure you replace the files in the "scripting" and "include" folders.

tarsisd2 10-02-2018 09:19

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
Quote:

Originally Posted by OciXCrom (Post 2617723)
@tarsisd2 - there was indeed a bug with the maximum length of the message. It's fixed now. Please update the plugin to the latest version (v2.7.1). You don't need to replace the .ini file when updating, but make sure you replace the files in the "scripting" and "include" folders.

works great now, thanks

blood2k 10-13-2018 01:07

Re: OciXCrom's Rank System [XP|Levels|Ranks]
 
Hey two quick questions:

- Does this system do a weighted XP system? Like when a noob player kills a higher ranked player he gets more XP and vice versa? High ranked player loses MORE XP when dieing to a lower ranked player?

- Is a /topxp command displaying all of the top level'd players and their names a possibility to be added?


All times are GMT -4. The time now is 15:09.

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