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

Ultimate Warcraft3 (UWC3)


Post New Thread Reply   
 
Thread Tools Display Modes
Demonic
Junior Member
Join Date: Mar 2007
Location: Finland
Old 09-27-2008 , 10:41   Re: Ultimate Warcraft3 (UWC3)
Reply With Quote #421

I would like to change some skill values and other things like that. I found that them are specified in uwc3_skills.inc. So I tried change them just by editing numbers there and saving after that. I changed map, but it didn't work. I also tried restart the server - didn't work.
After that I thought I maybe have to compile uwc3.sma again. It still didn't work. (I also again restarted the server.)

So could anyone tell how to change them? (or what did I wrong?)
I'm tried to change these in uwc3_skills.inc (this one is default):
The code:
// Now setup skill values for all skill levels
for (new i=0; i<MAX_SKILL_LEVEL10; i++){
p_vampiric[i] = 0.10 + (i * 0.03) // Vampiric Aura {0.10,0.14,.,0.37}
p_vampirichealth[i] = (110 + (i*5)) // Vampiric Aura Max Health {110,115,.,155}
p_unholy[i] = (260.0 + (i*7.0)) // Unholy Aura {260.0, 267.0,..., 323.0}
p_levitation[i] = (0.8 - (i*0.05)) // Levitation {0.8,0.75,.,0.35}

p_invisibility[i] = (205 - (i*5)) // Invisibility {205,200,.,160}
p_devotion[i] = (110 + (i*5)) // Devotion Aura {110,115,.,155}
p_bash[i] = (0.10 + (i*0.03)) // Bash {0.10,0.13,.,0.37}

p_critical[i] = (0.10 + (i*0.01)) // Critical Strike {0.10,0.11,.,0.19}
p_grenade[i] = (1.20 + (i*0.20)) // Critical Grenade {1.20, 1.40,., 3.0}

p_thorns[i] = (0.10 + (i*0.03)) // Thorns Aura {0.10,0.13,..,0.37}
p_trueshot[i] = (0.10 + (i*0.02)) // Trueshot Aura {0.10,0.12,..,0.28}

p_banish[i] = (0.06 + (i*0.02)) // Banish {0.06,0.08,..,0.24}
p_mana[i] = (0.05 + (i*0.01)) // Siphon Mana {0.05,0.06,..,0.14}

p_heal[i] = (6.0 - (i*0.5)) // Healing Wave {6.0,5.5,..,1.5}
p_lskin[i] = (6.0 - (i*0.5)) // Leather Skin {6.0,5.5,..,1.5}
p_hex[i] = (0.05 + (i*0.02)) // Hex {0.05,0.07,..,0.23}

p_shadow[i] = (0.10 + (i*0.03)) // Shadow Strike {0.10,0.13,..,0.37}

p_impale[i] = (0.10 + (i*0.03)) // Impale {0.10,0.13,..,0.37}
p_spiked[i] = (0.05 + (i*0.02)) // Spiked Carapace {0.05,0.07,..,0.23}
p_carrion[i] = (0.10 + (i*0.03)) // Carrion Beetle {0.10,0.13,..,0.37


I also would like to change the max. lvl. Normally it's 34, but 40 or 50 would be nice. But I've no idea where that's specified.

And I think you need to know that I have UWC3 v.1.6.2-unofficial.

EDIT: Ah... I found what I did wrong. I didn't paste compiled uwc3.amxx over old uwc3.amxx. I'm not needing help with that anymore.

But still I would like to know where is that max. lvl defined... Could someone who knows tell, please?
Thanks already.
__________________
DEU31's forum
R.I.P. Stratovarius ( 2.4.2008 )


Last edited by Demonic; 09-30-2008 at 12:59. Reason: Solved the problem
Demonic is offline
Send a message via MSN to Demonic
taheri6
Member
Join Date: Mar 2006
Old 01-09-2009 , 20:51   Re: Ultimate Warcraft3 (UWC3)
Reply With Quote #422

something like #DEFINE MAXLEVEL 35 (35 = 34 levels, basically X-1)
__________________
http://www.yaur.com -=[Yaur]=- Clan Website
taheri6 is offline
quicksuper
Member
Join Date: Dec 2008
Old 01-15-2009 , 05:57   Re: Ultimate Warcraft3 (UWC3)
Reply With Quote #423

GJ! but how i save the xp?
quicksuper is offline
Hawkeye1243
New Member
Join Date: Jul 2009
Old 07-29-2009 , 19:30   Re: Ultimate Warcraft3 (UWC3)
Reply With Quote #424

i need a little help.

i got the ultimate warcraft mod put into my server. Everything is working fine
accept for the fact that the xp will not save long term. It gets deleted after disconnecting or map change.

I even made sure the config was set so that its long term
Does anybody know whats going on???

heres my uwc3.cfg

Quote:
// Ultimate Warcraft3 Configuration File
// Ultimate Warcraft3 by K2mia ( [email protected] )
// Ultimate Warcraft3 Derived from Pimpdaddy's Warcraft3FT
// Last Modification 8-24-2004


// Main settings - Fast XP or Long term, etc
mp_savexp 1 // Set 1 to save long term xp
mp_sql 1 // Set 1 to use AMXX dbi storage, 0 for vault
mp_sql_saveby 1 // Set 1 to save by STEAMID, 2 to save by player name
mp_sql_saveoncmdonly 0 // Set 1 to save SQL data on player commands only
// Not using this may cause additional server lag
mp_xpmultiplier 2.0 // multiplier for xp table (xp needed per level)
mp_weaponxpmodifier 1 // awards xp for various weapons
sv_warcraft3 1 // set to 0 to disable the plugin


// UWC3-specific cvar settings
UW_admin_flag 1048576 // Access Flag for Giving XP, Default is ADMIN_MENU
// The Custom flag values are listed below
// ADMIN_LEVEL_A = 4096
// ADMIN_LEVEL_B = 8192
// ADMIN_LEVEL_C = 16384
// ADMIN_LEVEL_D = 32768
// ADMIN_LEVEL_E = 65536
// ADMIN_LEVEL_F = 131072
// ADMIN_LEVEL_G = 262144
// ADMIN_LEVEL_H = 524288
// ADMIN_MENU = 1048576
UW_lowres_default 0 // Set 1 to make lowres display setting default
UW_disable_givexp 0 // Set 1 to turn the amx_givexp command off
UW_disable_adminmenu 0 // Set 1 to turn off the XP portion of the admin menu
UW_underdog_kills 1 // Set 1 to Give XP bonus for underdog kills
UW_dmgxpbonus 1 // Set 1 to Give XP bonus for doing most dmg to enemy
UW_medicalerts 1 // Set 1 to have Medic Alerts be sent from injured teammates
UW_mend_XP 60 // XP bonus amount for mending teammate wounds
UW_repair_XP 60 // XP bonus amount for repairing teammate armor
UW_phoenix_XP 90 // XP bonus amount for reviving a teammate with Phoenix
UW_force_vengeance 1 // Set 1 to allow Vengeance to work within ultimate delay
UW_luck_skill 1 // Set 1 to allow Beginner's Luck skill for players lvl 0-4
UW_use_enh 1 // Set 1 to allow attributes/resistances to be enhanced
UW_enh_minlevel 1 // Min. level to start buying enhancements
UW_max_resistvalue 100 // Max. allowable value each resistance can be trained
UW_max_attribpts 25 // Max. number of obtainable attribute pts (max is 40)
UW_max_resistpts 300 // Max. number of obtainable resistance pts (max is 500)
UW_BOOTSPEED 275.0 // Set a float value for the Boots of Speed
UW_FROSTSPEED 125.0 // Set a float value for the Frost skill speed
UW_MASKPERCENT 0.3 // Set a float value for the Mask item
UW_CLAWSOFATTACK 6 // Set an integer value for the Claws of Attack item
UW_CLOAKINVISIBILITY 180 // Set an integer value for the Cloak item
UW_HEALTHBONUS 15 // Set an integer value for the Health rings
UW_price_BOOTS 1550 // Set a price for the Boots of Speed
UW_price_MOLE 16000 // Set a price for Mole
// All shop item prices can be over-ridden, use the above two examples
UW_max_resistvalue 100 // Max. resist value, might want to set at 60-70%
UW_attrib_xpmodifier 1.0 // This is a good setting for Long Term XP
UW_resist_xpmodifier 1.0 // This is a good setting for Long Term XP
//UW_attrib_xpmodifier 0.3 // This is a good setting for Fast XP Mode
//UW_resist_xpmodifier 0.1 // This is a good setting for Fast XP Mode

// War3FT XP values for performing certain tasks / objectives
FT_round_win_XP 15 // XP for the winning team
FT_bombplanterxp 60 // XP for planting the bomb
FT_defusexp 60 // XP for defusing the bomb
FT_hostagexp 60 // XP for helping to rescue the hostages
FT_killrescuemanxp 60 // XP for killing the hostage rescuer
FT_xpbonus 60 // XP for the tome of experience
FT_kill_bomb_carrier_bonus 60 // XP for killing the bomb carrier
FT_defuser_kill_bonus 60 // XP for killing the defuser
FT_VIP_kill_bonus 60 // XP for killing the VIP
FT_VIP_escape_bonus 60 // XP for when the VIP escapes
FT_headshot_bonus 30 // XP for getting a headshot
FT_hostage_touch_bonus 0 // Set 1 to Give XP bonus for touching the hostage
FT_attempt_defuse_bonus 0 // Set 1 to Give XP bonus for attempting to defuse the bomb
FT_bomb_event_bonus 0 // Set 1 to Give XP bonus for bomb events
FT_VIP_spawn_bonus 0 // Set 1 to Give XP bonus for spawning as the VIP
FT_hostage_kill_xp 1 // Set 1 to remove XP for killing a hostage
FT_dmgxpbonus 1 // Set 1 to Give XP bonus for doing most dmg to enemy


// War3FT Ultimate and ability settings
FT_min_b4_XP 2 // min. num of players needed to award XP
FT_ultimatedelay 0.0 // time delay for ultimates each round
FT_xp_radius 750 // Objective radius for XP to teammates
FT_teleport_cooldown 35.0 // Teleport and Blink (default is 35.0)
FT_entanglingroots_cooldown 35.0// Entangling roots (default is 35.0)
FT_chainlightning_cooldown 35.0 // Chainlightning (default is 35.0)
FT_locusts_cooldown 35.0 // Locust Swarm (default is 35.0)
FT_bigbadvoodoo_cooldown 35.0 // Big Bad Voodoo (default is 35.0)
FT_flamestrike_cooldown 35.0 // Flame Strike (default is 35.0)
FT_healing_range 750 // Range for Healing Wave to jump
FT_warn_suicide 1 // Warns when suicide bomber is armed
FT_blast_radius 250 // Blast Radius for suicide bomber
FT_explosion_range 300 // Range of the suicide bomber's explosion
FT_explosion_max_damage 50 // Max damage for explosion
FT_blinkstartdisabled 1 // 1 makes blink disabled for first 15 secs of rounds
FT_blink_cooldown 2.0 // Time to wait for a retry of blink
FT_blink_diziness 2 // Flashbang effect is 1, for blue diziness set to 2
FT_blink_protection 1 // Slays people who abuse blink on some maps
FT_blink_delay 15.0 // Delay for blink to be used
FT_blink_radius 500 // Enemies w/ immunity w/in radius cause blink to fail


// War3FT Item settings (for shopmenus)
FT_glove_timer 25 // Time for receiving a new grenade with Flaming Gloves
FT_no_gloves_on_ka 1 // Prevents Flaming gloves of Warmth on ka maps
FT_glove_orc_damage 1 // 1 allows critgren dmg for flaming glove nades
FT_no_orcnades_on_he 0 // Prevents orc nades on he maps and jail_riot
heres my uwc3_sql.cfg file



Quote:
// SQL configuration file
// File location: $moddir/addons/amxmodx/configs/UWC3/UWC3_sql.cfg

// We recommend using your server IP address instead of its name

UW_sql_host "64.94.100.55"
UW_sql_user ""
UW_sql_pass ""
UW_sql_db ""
//Use something like this for sqlite: UW_sql_db "cstrike/addons/amxmodx/data/uwc3.db"
exec addons/amxmodx/configs/uwc3.cfg
Hawkeye1243 is offline
Old 01-23-2021, 08:48
LookBehindYou44
This message has been deleted by asherkin.
Reply



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 07:26.


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