kevinsocha
Members-
Posts
6 -
Joined
-
Last visited
Profile Information
-
Gender
Male
-
Location
brazil
kevinsocha's Achievements
Poring (1/15)
0
Reputation
-
@EN - 1st error is when a try to log in a character on server 2nd erros appears when a i start server @Pt-BR o 1º erro acontece quando eu abro o cliente e tento logar o char e o 2º erro é quando inicio o servidor, como arrumo isso. ajudem pfv.
-
I open a localhost server, i can create a character but when i try log in i am refused by the server and this error show in charservsql. how i fix this?
-
yes i want change alt+e to old version ( the small alt+e ) and where i need change in msgstringtable?
-
How i changed this type of inventory ? need to changed some lines in my hexed or what? http://i.imgur.com/2qu9Tca.jpg
-
i want the battleground give all of 3 types emblem like reward and i don't no how i fix this. need to add some line here ou what? // Team Rewards // ======================================================= set [email protected], 15 + .Score; set [email protected],2; if( .Score >= 6 ) { // Emperium Taken set [email protected], [email protected] + 9; set [email protected],0; } bg_reward .Atacker,7773,[email protected],0,0,"BG_CON",1,6,[email protected]; set .Score, 6 - .Score; // Switch for Defender set [email protected], 15 + .Score; set [email protected],2; if( .Score >= 1 ) { // Emperium Defended set [email protected], [email protected] + 9; set [email protected],0; } bg_reward .Defender,7773,[email protected],0,0,"BG_CON",1,6,[email protected]; (sorry about my bad english)
-
When the Rush BattleGround Start, hexed stop to work and in the mapsql appears this error. http://i.imgur.com/bqzh7g4.png someone no what its this?