i was wondering if anyone could help me with the mice euds showing up in totems and if someone knows how to fix the prob im having with mage euds learning skills *winbeads, thunder...etc...* thanx for those who help me
msn? I can talk ya through it
I will release a script maker for cq_action with skill learning
if your talking about there is no totem for the pets match up your pets id with the totem id in your cq_totem_pole_type
example 51 1071490 that will do the first pet the number 51 is the id it has to match up with your database and the file you edit is totempole.ini
if you are talking about just the visual side add to your 3dsimplerole.ini all 6 ids [you only have to do 1 for totems but for all to show in the details it has to be all 6]
the ids will be like so 1490, 1491, 1492, 9490, 9491, 9492. along with the right animations you can get those from the 3Dmotion or basicaly get it from 3dsimpleobj
now the main parts are Pet1490 the 1490 is part of the pets id as in 107[1490] thats how you figure that part out
look is the lookface which you can find in your monstertype table or through the motions in your client or the objs id in 3dsimpleobj [323]
the motions are simple its like the look all you do is replace the first 3 numbers with your pets lookface [323]000100 its the same for both you can experiment and have them act differently when viewing them
omg funhacker thanx alot bro ...but still one prob my "cq_totem_pole_type" has a 90 in it idk what it is or were it goes lol or what code to use on it etc...so could u help me plz...my problem is below
or you can match your table with your totempole which involves a little extra work since you have to decide which pets are special mage and warrior
run this script [my names or field names could be wrong I dont write my scripts out anymore]
delete from cq_totem_pole_type where 1=1;
insert into cq_totem_pole_type (id,type)
values
(1,1071000),
(2,1071010),
(3,1071020),
(4,1071040),
(5,1071050),
(6,1071060),
(7,1071200),
(8,1071210),
(9,1071220),
(10,1071230),
(11,1071240),
(12,1071400),
(13,1071410),
(14,1071500),
(15,1071510),
(16,1071700),
(17,1071710),
(18,1071720),
(19,1071730),
(20,1071980),
(21,1071990),
(22,1071080),
(23,1071090),
(24,1071070),
(25,1071420),
(26,1071520),
(27,1071800),
(28,1071810),
(29,1071430),
(30,1071530),
(31,1071820),
(32,1071830),
(33,1071440),
(34,1071540),
(35,1071840),
(36,1071850),
(37,1071450),
(38,1071460),
(39,1071550),
(40,1071560),
(41,1071860),
(42,1071030),
(43,1071250),
(44,1071260),
(45,1071470),
(46,1071480),
(47,1071570),
(48,1071580),
(49,1071870),
(50,1071490),
(51,1071590),
(52,1071740),
(53,1071750);
i was wondering if anyone could help me with the mice euds showing up in totems and if someone knows how to fix the prob im having with mage euds learning skills *winbeads, thunder...etc...* thanx for those who help me
The mage eudemons cant learn skilll after u made them thunder they will be unkown type
hmm , if i look to the totem type then it seems that my totem is the same
i goin post here a sql drop of my totem id
but the problem i got is when i add a other totem db (the 1 whit 60 items in it ) then the special is fixed
when i add the old totem in it then its back to original ( 41 totems )
when i use the totem i got now then i got the same ( 49 totems)
and i still see the new eudemons that are missing :s
can some1 post for me the right totem files ?? becouse the other strange thing that i cant get is that i doesnt got emty spaces in the normal eudemon vieuws but only in the legion totem
the totem i use now (missing 4 or 5 eudemons , 2 in war , 2 in mage and 1 in special , the 3 new eudemons )
Code:
/*
MySQL Data Transfer
Source Host: localhost
Source Database: my
Target Host: localhost
Target Database: my
Date: 10/1/2008 2:32:07 AM
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for cq_totem_pole_type
-- ----------------------------
CREATE TABLE `cq_totem_pole_type` (
`id` int(4) unsigned NOT NULL default '0',
`type` int(4) unsigned NOT NULL default '0',
`Variety` int(4) default NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
-- ----------------------------
-- Records
-- ----------------------------
INSERT INTO `cq_totem_pole_type` VALUES ('1', '1071000', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('2', '1071010', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('3', '1071020', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('4', '1071040', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('5', '1071050', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('6', '1071060', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('7', '1071200', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('8', '1071210', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('9', '1071220', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('10', '1071230', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('11', '1071240', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('12', '1071400', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('13', '1071410', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('14', '1071500', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('15', '1071510', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('16', '1071700', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('17', '1071710', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('18', '1071720', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('19', '1071730', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('20', '1071980', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('21', '1071990', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('22', '1071080', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('23', '1071090', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('24', '1071070', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('25', '1071420', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('26', '1071520', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('27', '1071800', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('28', '1071810', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('29', '1071430', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('30', '1071530', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('31', '1071820', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('32', '1071830', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('33', '1071440', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('34', '1071540', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('35', '1071840', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('36', '1071850', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('37', '1071450', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('38', '1071460', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('39', '1071550', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('40', '1071560', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('41', '1071860', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('43', '1071250', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('42', '1071030', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('44', '1071570', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('45', '1071580', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('46', '1071870', '3');
now the code where it is more messed up but then the special is fixed
Code:
/*
MySQL Data Transfer
Source Host: localhost
Source Database: my2
Target Host: localhost
Target Database: my2
Date: 10/1/2008 2:38:28 AM
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for cq_totem_pole_type
-- ----------------------------
CREATE TABLE `cq_totem_pole_type` (
`id` int(4) unsigned NOT NULL auto_increment,
`type` int(4) unsigned NOT NULL default '0',
`Variety` int(4) default NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
-- ----------------------------
-- Records
-- ----------------------------
INSERT INTO `cq_totem_pole_type` VALUES ('1', '1071000', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('2', '1071010', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('3', '1071020', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('4', '1071040', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('5', '1071050', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('6', '1071060', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('7', '1071200', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('8', '1071210', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('9', '1071220', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('10', '1071230', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('11', '1071240', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('12', '1071400', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('13', '1071410', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('14', '1071500', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('15', '1071510', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('16', '1071700', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('17', '1071710', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('18', '1071720', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('19', '1071730', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('20', '1071980', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('21', '1071990', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('22', '1071080', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('23', '1071090', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('24', '1071070', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('25', '1071420', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('26', '1071520', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('27', '1071800', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('28', '1071810', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('29', '1071430', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('30', '1071530', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('31', '1071820', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('32', '1071830', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('33', '1071440', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('34', '1071540', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('35', '1071840', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('36', '1071850', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('37', '1071450', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('38', '1071460', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('39', '1071550', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('40', '1071560', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('41', '1071860', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('42', '1071470', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('43', '1071480', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('44', '1071570', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('45', '1071580', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('46', '1071870', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('47', '1071490', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('48', '1071590', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('49', '1071740', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('50', '1071750', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('51', '1071290', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('52', '1071310', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('53', '1071320', '2');
INSERT INTO `cq_totem_pole_type` VALUES ('54', '1071330', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('55', '1071340', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('56', '1071350', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('57', '1071360', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('58', '1071370', '1');
INSERT INTO `cq_totem_pole_type` VALUES ('59', '1071380', '3');
INSERT INTO `cq_totem_pole_type` VALUES ('60', '1071390', '2');
When you cant see more than 1 eudemons that means that it isn't from the server its from ur client replace ur totem files in ur client with new one from TQ client
the thing i mean is that i see the new names and the spaces of the new eudemons
like the lulu that dissapear from the screen becosue there is a space of the eudemon called crismasbear
i got the same whit the other knight eudemons :S and i cant find it how to delete them :S
then the strange thing (its strange to me) is when i place the second database that the special is fixed (cristmass saint bear is goin ^^ ) but then i got more trouble whit the other totems ( a few more spaces that are there , and a few more names are there)
when i place the old db (ph dev ) whit 41 eudemons then i got the same trouble ( the 5 new eudemons still stand in there )
the thing that would help me to is if i know the id of the 5 new eudemons (knight and saint) and then maybe i can delete them from the totem and can i update the ini files (dont know where , but will figure it out)
or if some1 can post me the files then it would be realy helpfull for me (the files of the legion totem, client and totem_pole :S)