Raised This Month: $ Target: $400
 0% 

Ultimate Warcraft 3 Next Generation v2.35.6


Post New Thread Reply   
 
Thread Tools Display Modes
Armstrongg
Junior Member
Join Date: Sep 2008
Old 02-10-2012 , 22:41   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #401

I have a problem. When someone buy a mole, in the next round appears in the map but bug, and cant not move!
Armstrongg is offline
smitten
Junior Member
Join Date: Dec 2011
Old 09-24-2012 , 11:23   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #402

would have used this if nvault compatibility wasnt removed..
smitten is offline
mo4151
Junior Member
Join Date: Jul 2011
Old 09-27-2012 , 10:41   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #403

why cant save the xp=.=?
mo4151 is offline
sebora
Member
Join Date: Oct 2012
Old 12-08-2012 , 06:08   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #404

what is the problem? all of the DB is correct:

Code:
[uwc3ng.amxx] [MYSQLX] Database Connection Failed: [2003] Can't connect to MySQL server on 'mysql6.000webhost.com' (10060)
CFG:

Code:
// Ultimate Warcraft 3 Next Generation Config file
// Last-Modified June, 23rd 2009


// main settings
uwc3ng_enabled "1"            // Enable (1) or Disable (0) Uwc3ng


// Where should we save the XP's then?
uwc3ng_savexp_sql "0"            // 0 = MySQL, 1 = SQLITE


// How should we save the XP's then?
uwc3ng_save_by "0"            // 0 = SteamID, 1 = IP, 2 = Name


// MYSQL options. You don't have to edit it if you use SQLITE
uwc3ng_host "mysql6.000webhost.com"            // Server ip where the Mysql Database is hosted
uwc3ng_user "a2796286_warcraf"            // The login name from the database
uwc3ng_pass "ultimate1"                // The password from the database
uwc3ng_name "a2796286_warcraf"            // The database name

// Psychostats
uwc3ng_enable_psychostats "0"        // 1 = Enable psychostats log, 0 = Disable psychostats log


// Admin options
uwc3ng_admin_flag "m"            // The required flag for admin commands


// Gameplay
uwc3ng_teleport_protection "1"    // slays people who abuse teleport on some maps (skywalking, map exploiting, default is 1)
uwc3ng_ultimate_cooldown "20"        // Amount of time (in seconds) to delay the ultimates (default is 20)
uwc3ng_teleport_dizziness "0"        // What type of dizziness? (0 is flashbang effect, 1 is fading blue screen, default is 0)
uwc3ng_entangle_drop "0"        // Should the player's primary weapon be dropped when they are entangled? (default is 0)
uwc3ng_spec_position "0"        // 0 is for left, 1 is for right (where to put the information for those spectating, default is 0)
uwc3ng_minmodels "1"            // Enable (1 default) or Disable (0) minmodels check. 
uwc3ng_icons "1"                // Enable (1 default) or Disable (0) Icons about the players if they need Repair Armor or Repair Mend
uwc3ng_ult_round_start_cd "5"   // Amount of time (in seconds) to delay the ultimates after every round start (default is 5 seconds)
uwc3ng_hudmessage_display "0"   // Enable (0 default) Items showen as a hudmessage or (1) as Status text


// Items
uwc3ng_boots "0.10"            // Percentage increase given by boots (.10 = 10%, default is 0.10)
uwc3ng_claw "6"                // Damage done by Claws of Attack (default is 6)
uwc3ng_cloak "150"            // Invisibility given with cloak, lower is more invisible (default is 150)
uwc3ng_mask "0.3"                // Percentage of life gained back by mask of death (default is 0.3)
uwc3ng_frost "125"            // Speed of victim when attacked with Orb of Frost (default is 125.0)
uwc3ng_health "15"            // Health bonus given for periapt of health (default is 15)
uwc3ng_glove_timer "10"            // Interval between receiving a new grenade with the Flaming Gloves of Warmth (default is 10)
uwc3ng_tome "60"                // XP given for purchasing tome of experience (default is 60)
uwc3ng_sock "0.5"                // Gravity level for Sock of the Feather (default is 0.5)


// XP options
uwc3ng_save_xp "1"            // Enable (1) or Disable (0) Saved XP


// XP modifiers
uwc3ng_xp_for_level "5000"         // Default XPs for every level
uwc3ng_min_players "4"            // Minimum amount of players needed b4 awarding XP (default is 4)
uwc3ng_xpmultiplier "1.0"           // Multiple all xps with this value
uwc3ng_save_end_round "1"        // Save xp at the end of each round (may cause lag, default is 1)
uwc3ng_startlevel "0"            // Defines the startlevel of each player if he connects to the server
uwc3ng_attrib_xpmodifier "0.5"         // This is a good setting for Long Term XP (no savexp) to configure the attribpoints (0.5 default)
uwc3ng_resist_xpmodifier "0.5"         // This is a good setting for Long Term XP (no savexp) to configure the resistpoints (0.5 default)


// Bots
uwc3ng_ignore_bots "0"            // 0 = ignore no bots, 1 = ignore bots
uwc3ng_bot_startlevel "0"        // Defines the startlevel of a bot if he connects to the server (default 0)
uwc3ng_bot_buy_item "0.33"        // A percentage chance to buy every spawn an item
sebora is offline
Astro
Member
Join Date: Jul 2011
Old 12-08-2012 , 09:11   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #405

000webhost doesn't allow remote mysql connections.
Astro is offline
sebora
Member
Join Date: Oct 2012
Old 12-08-2012 , 10:02   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #406

Quote:
Originally Posted by Astro View Post
000webhost doesn't allow remote mysql connections.
Some have remote free host?
sebora is offline
h3r01n4
Junior Member
Join Date: Nov 2012
Old 12-25-2012 , 04:08   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #407

Code:
12/27/2012 - 16:07:22: [uwc3ng.amxx] [SQLITE] Error in querying database, location: 4
 12/27/2012 - 16:07:22: [uwc3ng.amxx] [SQLITE] Message: unrecognized token: "'\'';" (1)
 12/27/2012 - 16:07:22: [uwc3ng.amxx] [SQLITE] Query statement: SELECT  `player_id` FROM `uwc3ng_player` WHERE `player_name` = '\'';
]

???(

Last edited by h3r01n4; 12-27-2012 at 09:14.
h3r01n4 is offline
scorpion123
New Member
Join Date: Nov 2013
Old 11-25-2013 , 07:10   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #408

what skill resets when the exchange map
scorpion123 is offline
Dishonored
BANNED
Join Date: Nov 2013
Old 01-04-2014 , 17:37   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #409

Can i make this with 100 levels ?
Dishonored is offline
inmate420
Junior Member
Join Date: Jul 2015
Location: Baltic States
Old 07-09-2015 , 11:57   Re: Ultimate Warcraft 3 Next Generation v2.35.6
Reply With Quote #410

hello , im having problems here: https://forums.alliedmods.net/showth...=1#post2317638
inmate420 is offline
Old 07-09-2015, 11:58
inmate420
This message has been deleted by inmate420.
Old 08-20-2015, 15:28
killabotcz
This message has been deleted by killabotcz.
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 11:02.


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