Raised This Month: $32 Target: $400
 8% 

Sven Coop 5.20 Advanced Experience Mod(v1.4.5)


Post New Thread Reply   
 
Thread Tools Display Modes
snakelp
New Member
Join Date: Mar 2013
Old 01-27-2016 , 17:27   Re: Sven Coop 4.8 Advanced Experience Mod(v1.3, 03.28.2014)
Reply With Quote #11

Quote:
Originally Posted by KliPPy View Post
There are already servers running it. You can easily see them in the server browser, their game name is changed.
I pretty sure there only SCXPM servers, this is different one

Last edited by snakelp; 01-27-2016 at 17:35.
snakelp is offline
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 01-27-2016 , 20:05   Re: Sven Coop 4.8 Advanced Experience Mod(v1.3, 03.28.2014)
Reply With Quote #12

Quote:
Originally Posted by snakelp View Post
I pretty sure there only SCXPM servers, this is different one
Oh, I've never noticed there are 2 different ones. Probably because I hate XP mods on Sven Co-op servers, vanilla experience is much better in my opinion.
klippy is offline
Thangalang
New Member
Join Date: Jan 2016
Old 01-30-2016 , 22:40   Re: Sven Coop 4.8 Advanced Experience Mod(v1.3, 03.28.2014)
Reply With Quote #13

"Module/Library "scxp ibm" required for plugin."

Not sure what this is referring to as there is no module for this, plus when I try to load the plugin as a third-party in the modules.ini for AmxModX the game crashes. I'm using the latest Metamod-P as well. Can anyone fill me in on this?

EDIT 2: Trying to load the plugin properly results in a crash to desktop on a listenserver. Please fix.

Last edited by Thangalang; 01-31-2016 at 01:20.
Thangalang is offline
Send a message via ICQ to Thangalang Send a message via AIM to Thangalang Send a message via MSN to Thangalang Send a message via Skype™ to Thangalang
LtIbrahim
Member
Join Date: Feb 2014
Old 11-15-2018 , 13:11   Re: Sven Coop 5.17 Advanced Experience Mod(v1.4 Beta 3)
Reply With Quote #14

The addon is updated to 1.4 beta 3 version and addon will work Sven Coop 5.17 version.
LtIbrahim is offline
Nikky94
New Member
Join Date: Apr 2018
Old 11-23-2018 , 00:07   Re: Sven Coop 5.17 Advanced Experience Mod(v1.4 Beta 3)
Reply With Quote #15

Quote:
Originally Posted by LtIbrahim View Post
Version: 1.4.0 Beta 4
Last Update: 15.11.2018
Requirements:
Required Amxx Version Min: 1.9 Build 5209
scxp_notify.amxx
ibm_say.amxx


Cvar Commands:
xp_enabled(default 1); Enabled or Disabled the addons
xp_multiplier(default 1.0): XP earn muliplier.
xp_multiplier_prestige(default 2.5): Sets xp earn multiplier players in the prestige mode.
xp_showaddonname(default 1): Show addons name in game desc.
xp_loginrequired(default 1): if set as 1, player must be logged in to the system
xp_ammoregen_allowexp(default 0): Allow explosive regenation to ammo regen.
xp_intervalmultiplier(default 3): Skills timer interval multiplier
xp_startxp (default 75): set player start xp
xp_killpoints(default 5): set xp gain from killing.
xp_skill_balance(default 1): set user skill selection balance.
xp_maxlevel(default 200): set user maxlevel
xp_level_incxp(default 30): Set XP increase per level.

Admin Commands:
xp_clientcmd(<Player> <Command>, e.g. xp_clientcmd Ibm "bind f {q}impulse 100{q}"): Send console commands to user.(for quote, use {q}).
xp_addxp(<Player> <Value>, E.g xp_addxp Ibm 100): Increase user xp points
xp_removexp(<Player> <Value>, E.g, xp_removexpl Ibm 100): Decrease user xp points.
xp_setlevel(<Player> <Value>, E.g. xp_setlvl Ibm 100): Set user level
xp_remove(<Player> , E.g. xp_remove Ibm): Clear user data to vault.
xp_resetskill(<Player> , E.g. xp_resetskill Ibm): Reset player skills
Player Commands
say /xp_selectclass: Show class selection menu.
say /xp_selectskill: Show skill selection menu.
say /xp_myskills: Yeteneklerinizi gosterir.
say /xp_players: Show other players information.
say /xp_resetskills: Clear all skills.
say /xp_skillsinfo: Show skills informations
say /xp_resetall: Clear all levels
say /xp_prestige: Enter the prestige mode.
xp_commandmenu: Show the alaviable commands
Alaviable Skills(plugins-scxp_ibm):
Increase Bullet Damage(scxp_bulletdamage.amxx)
Health Regen(scxp_healthregen.amxx)
Armor Regen(scxp_armorregen.amxx)
Ammo Regen(scxp_ammoregen.amxx)(will updating new version)
Decrase Gravity(scxp_gravity.amxx)
Increase Speed(scxp_speed.amxx)
Increase Max Armor(scxp_maxarmor.amxx)
Increase Max Health(scxp_maxhealth.amxx)
Vampire(scxp_vampire.amxx)
Immunity(scxp_stoppower.amxx)
Self Defence(scxp_selfdefence.amxx) (will updating new version)
Team Ammo Regen(scxp_teamammoregen.amxx) (Temporary Unalaviable)
Team Armor Regen(scxp_teamarmorregen.amxx)(Temporary Unalaviable)
Team Health Regen(scxp_teamhealthregen.amxx) (Temporary Unalaviable)
Plugin Forward(scxp_ibm):
  • xp_interval_invoked(id, skid, plclass)
  • xp_player_prethink(id, plclass)
  • xp_player_spawned(id, plclass)
  • xp_player_killed(id, plclass)
  • xp_need_calc(id, skid, plclass)
  • xp_need_reset(id, skid, plclass)
  • xp_player_takedamage(id, plclass, inflictor, attacker, Float:damage, damagebits)
  • xp_player_monstertakedamage(id, plclass, inflictor, attacker, Float:damage, damagebits)
Plugin Natives
  • bool:xp_newskill(const strid[])
  • xp_get_userclass(userid)
  • bool:xp_setskill(classid, skid, maxlevel, maxinterval, maxeffect, maxradius)
  • xp_get_userlevel(id, skid = -1)
  • xp_get_userreqxp(id)
  • xp_get_userrankid(id)
  • xp_get_userrank(id, OutRankname[], outlen)
  • xp_calcpoints(id, skillid, User_Level)
  • xp_calcradius(id, skillid, User_Level)
  • xp_calcmax(id, skillid, pevmax)
  • xp_set(value);
  • xp_setf(Float:value)
Installation
  • Export all files amxx directory
  • Compile all sma files on archives.
  • Copy all amxx files to Plugins folder.
  • Open Plugins.ini and put in below
    scxp_notify.amxx
    ibm_say.amxx
    scxp_ibm.amxx
"Compilation aborted."

Error: fatal error 100: cannot read from file: "cs_istatistic"
Nikky94 is offline
LtIbrahim
Member
Join Date: Feb 2014
Old 11-24-2018 , 16:29   Re: Sven Coop 5.17 Advanced Experience Mod(v1.4 Beta 3)
Reply With Quote #16

Quote:
Originally Posted by Nikky94 View Post
"Compilation aborted."

Error: fatal error 100: cannot read from file: "cs_istatistic"
Sorry, i' ve added other files. Please try again.

Last edited by LtIbrahim; 11-24-2018 at 16:30.
LtIbrahim is offline
JellyDoge
New Member
Join Date: Feb 2019
Old 07-15-2019 , 21:22   Re: Sven Coop 5.17 Advanced Experience Mod(v1.4 Beta 3)
Reply With Quote #17

Quote:
Originally Posted by LtIbrahim View Post
Sorry, i' ve added other files. Please try again.
I'm getting a fatal error 100: cannot read from file "xp_string" on both cs_istatistik.sma and scxp_ibm.sma. Also an error 017: undefined symbol "Ham_SC_GetClassification" and "Ham_SC_IsMonster" on the scxp_vampire.sma
JellyDoge is offline
LtIbrahim
Member
Join Date: Feb 2014
Old 07-23-2019 , 15:50   Re: Sven Coop 5.17 Advanced Experience Mod(v1.4 Beta 3)
Reply With Quote #18

Quote:
Originally Posted by JellyDoge View Post
I'm getting a fatal error 100: cannot read from file "xp_string" on both cs_istatistik.sma and scxp_ibm.sma. Also an error 017: undefined symbol "Ham_SC_GetClassification" and "Ham_SC_IsMonster" on the scxp_vampire.sma
Sorry. Zip file is updated and added not exist xp_string.inc file.

And the plugin working only Amxx Version Min: 1.9 Build 5209
LtIbrahim is offline
LtIbrahim
Member
Join Date: Feb 2014
Old 07-28-2019 , 11:41   Re: Sven Coop 5.20 Advanced Experience Mod(v1.4)
Reply With Quote #19

The addons updated to v1.4.0 version:
Added more natives.
Added more forwards.
Added energy system(energy row, X Button or /energy, /unammo, /redbull)
Added super admin cvar(optional, xp_setlevel, xp_addxp ... command only to use super admin)
Addons optimized.
More bugs fixed.
And thread updated.
LtIbrahim is offline
Undercloacked
Member
Join Date: Jun 2012
Old 08-07-2019 , 07:21   Re: Sven Coop 5.20 Advanced Experience Mod(v1.4)
Reply With Quote #20

Can someone confirm it's working properly? Might wanna use it sooner or later.
__________________

Undercloacked is offline
Reply


Thread Tools
Display Modes

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 20:57.


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