View Single Post
Fry!
Veteran Member
Join Date: Apr 2008
Location: Latvia
Old 07-07-2008 , 06:15   Re: Ultimate Warcraft 3 Next Generation
Reply With Quote #15

okey there is error log.

Code:
L 07/07/2008 - 12:17:23: Start of error session.
L 07/07/2008 - 12:17:23: Info (map "cs_assault") (file "addons/amxmodx/logs/error_20080707.log")
L 07/07/2008 - 12:17:23: Client CVAR querying is not enabled - check MM version!
L 07/07/2008 - 12:17:23: [AMXX] Run time error 10 (plugin "uwc3ng.amxx") (native "query_client_cvar") - debug not enabled!
L 07/07/2008 - 12:17:23: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 07/07/2008 - 12:44:22: [AMXX] Run time error 4 (plugin "uwc3ng.amxx") - debug not enabled!
L 07/07/2008 - 12:44:22: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 07/07/2008 - 12:49:37: Start of error session.
L 07/07/2008 - 12:49:37: Info (map "cs_office") (file "addons/amxmodx/logs/error_20080707.log")
L 07/07/2008 - 12:49:37: Client CVAR querying is not enabled - check MM version!
L 07/07/2008 - 12:49:37: [AMXX] Run time error 10 (plugin "uwc3ng.amxx") (native "query_client_cvar") - debug not enabled!
L 07/07/2008 - 12:49:37: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Here is cfg.
Code:
// Ultimate Warcraft 3 Next Generation Config file
// Last-Modified Today :)


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


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


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


// MYSQL options. You don't have to edit it if you use nvault
uwc3ng_host "127.0.0.1"            // Server ip where the Mysql Database is hosted
uwc3ng_user "root"                // The login name from the database
uwc3ng_pass ""                // The password from the database
uwc3ng_name "uwc3ng"            // 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 "0"    // 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 at the start of each round (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)

// Items
uwc3ng_boots "0.10"            // Percentage increase given by boots (.10 = 10%, default is 0.10)
uwc3ng_claw "12"                // 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"            // Maximum for players to get / lose xps
uwc3ng_ignore_bots "0"            // 0 = ignore no bots, 1 = ignore bots
uwc3ng_xpmultiplier "1.0"           // Multiple all xps with this value
Edit : Also /help command doesn't work.
__________________
Quote:
Originally Posted by wisam187
why all the great scriptors..... always.... leave and let their works go into oblivion ???
i miss your way in making outstanding plugins...
this forum needs lots of the likes of you..... and less of the idiots that spread right now.

Last edited by Fry!; 07-07-2008 at 06:18.
Fry! is offline