←  Problemy z pluginami

AMXX.pl: Support AMX Mod X i SourceMod

»

War3FT - nie zapisuje expa.

Zablokowany

  • +
  • -
DaddyKuba - zdjęcie DaddyKuba 25.11.2009

Witam,
Mam problem otóż mam serwer War3FT, zrobiłem bazę danych MySQL i nie zapisuje mi expa, co może być przyczyją war3ft.cfg wygląda tak:
// Saving Options
wc3_save_<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />		0		// Enables saving of experience (default is 0)
wc3_save_<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />_db		1		// How should we save <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />? (0 = SQLite, 1 = MySQL)
wc3_save_by		2		// What should I save this as?  steam id = 0, IP = 1, name = 2 (default is 0)
wc3_save_pruning	0		// Automatically prunes the database of old users at a mapchange (default is 0)
wc3_days_before_delete	31		// However many days before deleting <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' /> or pruning from the database (default is 31)
wc3_save_end_round	1		// Save <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' /> at the end of each round (may cause lag, default is 1)
// SQL Database Information
wc3_sql_dbhost		"sql.pukawka.pl"	// Host Name
wc3_sql_dbuser		"58429"		// User Name
wc3_sql_dbpass		"xxxxx"		// Password
wc3_sql_dbname		"58429_war3"

Co może być przyczyną ?
Na bazie mysql mam tylko utworzoną bazę do war3ft.
errorów nie ma żadnych, logi czyste :/
Odpowiedz

  • +
  • -
c1rca - zdjęcie c1rca 25.11.2009

Dziwisz się?

wc3_save_<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />        0        // Enables saving of experience (default is 0)

Walnij to na 1 czyli :

wc3_save_<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/tongue2.gif' class='bbc_emoticon' alt='xP' />        1        // Enables saving of experience (default is 0)
Odpowiedz

  • +
  • -
DaddyKuba - zdjęcie DaddyKuba 25.11.2009

Dałem nic nie działało.
Ale poradziłem sobie.
Odpowiedz

  • +
  • -
baku - zdjęcie baku 25.11.2009

Ale poradziłem sobie.


Może wyjaśnij problemy innym gdyż, znowu mogą paść pytania tego typu ;>
Odpowiedz

  • +
  • -
DaddyKuba - zdjęcie DaddyKuba 25.11.2009

Miałem złą tabelę mysql'a oraz wc3_save_pruning 0 na 0 a powinno być 1 :)
Odpowiedz

  • +
  • -
c1rca - zdjęcie c1rca 25.11.2009

Bo to na 1 się ustawia jeszcze przed stworzeniem tabel :D
Odpowiedz
Zablokowany