General Games
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeLatest imagesSearchRegisterLog in

 

 How to fix Maxie

Go down 
AuthorMessage
Admin
Admin
Admin


Mensajes : 53
Puntos : 168
Fecha de inscripciĆ³n : 2013-01-15

How to fix Maxie Empty
PostSubject: How to fix Maxie   How to fix Maxie EmptyMon Dec 23, 2013 8:32 pm

Esto es para arreglar del pet: Maxie Eagle / Aguila Maxie del EP3, la acumulacion de Experiencia.

En newproject_data:

1-Borran la tabla: "t_attack_pet_exp" SI YA LA TIENEN!

2-Ponen en "Consola" o "Querry", estos dos codigos:

Para crear la tabla:

CREATE TABLE `t_attack_pet_exp` ( `a_pet_index` int(10) NOT NULL default '0',
`a_max_acc_param1` int(10) NOT NULL default '0',
`a_max_acc_param2` int(10) NOT NULL default '0',
`a_acc_rate_param1` int(10) NOT NULL default '0',
`a_acc_rate_param2` int(10) NOT NULL default '0',
`a_cooltime` int(10) NOT NULL default '0',
`a_cooltime_rate` int(10) NOT NULL default '0',
PRIMARY KEY (`a_pet_index`)
);

y Para agregar el fix:

INSERT INTO `t_attack_pet_exp` (`a_pet_index`, `a_max_acc_param1`, `a_max_acc_param2`, `a_acc_rate_param1`, `a_acc_rate_param2`,
`a_cooltime`, `a_cooltime_rate`) VALUES (47,5,9,20,49,600,80);
Back to top Go down
https://generallc.board-directory.net
 
How to fix Maxie
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
General Games :: General2.0 LC - Announcements :: General2.0 Events :: Forum General2.0 Maitenances 'n' Patch Notes-
Jump to: