Register for your free account! | Forgot your password?

You last visited: Today at 09:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]UnicornMounts

Discussion on [Release]UnicornMounts within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
[Release]UnicornMounts

Pictures:

Here is a release for unicorn mounts coming out soon.
Run the UnicornPatcher.exe in your INI folder of your client and copy the following files for a patch:
Code:
3dmotion.ini
3dobj.ini
3dsimpleobj.ini
3dsimplerole.ini
3dtexture.ini
armor.ini
changeegg.ini
dynamicrank.ini
eudbook.ini
eudbookdes.ini
eudrbntype.ini
immediate.ini
mergeinfo.ini
mount.ini
mountmotion.ini
mounttype.ini
petdescribe.ini
syntotempillar.ini
totempole.ini
new_itemtype.dat (rename this to itemtype.dat)
(along with the c3 folder within the rar file)
now locate the "update cq_totem_pole_type.sql"

Run this and then run the unicorn script and you will have your pets.

(I did not include the ani edits as you can do those yourself.)

Credits:
c3 and dds files - Murtah who obtained them from the owner of ShangrilaEO
Icon - L1aRx
LoadScreen - Forcer



Edit:

Added uni.rar (contains the other textures for the blue mount)

New Script

Code:
insert into cq_action (id,id_next,id_nextfail,type,data,param) 
values 
(7294170,7294171,7294174,508,0,'1 0 52'),
(7294171,7294172,0,502,729417,''),
(7294172,7294173,0,501,1081900,''),
(7294173,7294175,0,1085,0,'gmlog/action_log 380,%user_name[%user_id],0,0,1081900,0,0,729417,0,0'),
(7294174,0,0,126,0,'Please~make~one~space~in~your~eudemon~bag~free!'),
(7294175,0,0,126,0,'Congratulations!~You~have~obtained~a~Unicorn1~egg!'),
(7294180,7294181,7294184,508,0,'1 0 52'),
(7294181,7294182,0,502,729418,''),
(7294182,7294183,0,501,1081910,''),
(7294183,7294185,0,1085,0,'gmlog/action_log 380,%user_name[%user_id],0,0,1081910,0,0,729418,0,0'),
(7294184,0,0,126,0,'Please~make~one~space~in~your~eudemon~bag~free!'),
(7294185,0,0,126,0,'Congratulations!~You~have~obtained~a~Unicorn2~egg!');

insert into cq_dyna_rank_type (type) 
values 
(1190010),
(1190011),
(1190014),
(1190015),
(1190016),
(1190020),
(1190021),
(1190024),
(1190025),
(1190026),
(1190040),
(2190010),
(2190011),
(2190014),
(2190015),
(2190016),
(2190020),
(2190021),
(2190024),
(2190025),
(2190026),
(2190040),
(1191010),
(1191011),
(1191012),
(1191013),
(1191014),
(1191015),
(1191016),
(1191020),
(1191021),
(1191022),
(1191023),
(1191024),
(1191025),
(1191026),
(1191040),
(2191010),
(2191011),
(2191012),
(2191013),
(2191014),
(2191015),
(2191016),
(2191020),
(2191021),
(2191022),
(2191023),
(2191024),
(2191025),
(2191026),
(2191040);

insert into cq_eudemon_rbn_type (id,phy_atk,phy_def) 
values 
(1071900,1,1),
(1071901,1,1),
(1071902,1,1),
(1079900,1,1),
(1079901,1,1),
(1079902,1,1);

insert into cq_eudemon_rbn_type (id,mgc_atk,mgc_def) 
values 
(1071910,1,1),
(1071911,1,1),
(1071912,1,1),
(1079910,1,1),
(1079911,1,1),
(1079912,1,1);

insert into cq_goods (ownerid,itemtype) 
values 
(1207,729417),
(1207,729418);

insert into cq_itemtype (id,name,monopoly,price,id_action,attack_max,attack_min,defense,dodge,life,gem1,magic_def,atk_range,hitrate,monster_type,able_mask,exp_type,emoney) 
values 
(729417,'Unicorn1Bag',28,2175000,7294170,0,0,0,0,0,0,0,0,0,1081900,0,0,29),
(1081900,'Unicorn1Egg',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),
(1071900,'Unicorn1',0,250,0,0,0,0,0,0,32,0,1,9000,71900,7,1,0),
(1071901,'Unicorn1',0,250,0,0,0,0,0,0,32,0,1,9000,71901,7,1,0),
(1071902,'Unicorn1',0,250,0,0,0,0,0,0,32,0,1,9000,71902,7,1,0),
(1079900,'Unicorn1',0,250,0,0,0,0,0,0,32,0,1,9000,79900,7,1,0),
(1079901,'Unicorn1',0,250,0,0,0,0,0,0,32,0,1,9000,79901,7,1,0),
(1079902,'Unicorn1',0,250,0,0,0,0,0,0,32,0,1,9000,79902,7,1,0),
(729418,'Unicorn2Bag',28,2175000,7294180,0,0,0,0,0,0,0,0,0,1081910,0,0,29),
(1081910,'Unicorn2Egg',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),
(1071910,'Unicorn2',0,250,0,0,0,0,0,0,32,0,1,9000,71910,7,1,0),
(1071911,'Unicorn2',0,250,0,0,0,0,0,0,32,0,1,9000,71911,7,1,0),
(1071912,'Unicorn2',0,250,0,0,0,0,0,0,32,0,1,9000,71912,7,1,0),
(1079910,'Unicorn2',0,250,0,0,0,0,0,0,32,0,1,9000,79910,7,1,0),
(1079911,'Unicorn2',0,250,0,0,0,0,0,0,32,0,1,9000,79911,7,1,0),
(1079912,'Unicorn2',0,250,0,0,0,0,0,0,32,0,1,9000,79912,7,1,0);

insert into cq_monstertype (id,name,type,lookface,life,attack_range,view_range,attack_speed,level,attack_user,size_add,drop_armet,drop_necklace,drop_armor,drop_ring,drop_weapon,drop_shield,drop_shoes,magic_type,magic_hitrate,atk_hitrate,ai_type,defence,profession) 
values 
(71900,'Unicorn1',1,900,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,0,75,1,10000,900),
(71901,'Unicorn1',1,900,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,0,75,1,10000,900),
(71902,'Unicorn1',1,900,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,0,75,1,10000,900),
(79900,'Unicorn1',1,900,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,0,75,1,10000,900),
(79901,'Unicorn1',1,900,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,0,75,1,10000,900),
(79902,'Unicorn1',1,900,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,0,75,1,10000,900),
(71910,'Unicorn2',1,910,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,75,75,1,10000,910),
(71911,'Unicorn2',1,910,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,75,75,1,10000,910),
(71912,'Unicorn2',1,910,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,75,75,1,10000,910),
(79910,'Unicorn2',1,910,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,75,75,1,10000,910),
(79911,'Unicorn2',1,910,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,75,75,1,10000,910),
(79912,'Unicorn2',1,910,100,7,15,1000,1,32775,3,99,99,99,99,99,99,99,0,75,75,1,10000,910);


insert into cq_grade (id,life_a,life_b,life_c,life_grow_a,life_grow_b,life_grow_c,phy_min_a,phy_min_b,phy_min_c,phy_min_grow_a,phy_min_grow_b,phy_min_grow_c,phy_max_a,phy_max_b,phy_max_c,phy_max_grow_a,phy_max_grow_b,phy_max_grow_c,phy_def_a,phy_def_b,phy_def_c,phy_def_grow_a,phy_def_grow_b,phy_def_grow_c,mgc_min_a,mgc_min_b,mgc_min_c,mgc_min_grow_a,mgc_min_grow_b,mgc_min_grow_c,mgc_max_a,mgc_max_b,mgc_max_c,mgc_max_grow_a,mgc_max_grow_b,mgc_max_grow_c,mgc_def_a,mgc_def_b,mgc_def_c,mgc_def_grow_a,mgc_def_grow_b,mgc_def_grow_c,luck_a,luck_b,luck_c,dmg_type,rarity,reborn_limit) 
values 
(1071900,20,290,1,2500,6250,53,16,95,21,10000,22000,347,24,99,13,15000,33000,102,9,99,22,14000,27500,683,0,0,0,0,0,0,0,0,0,0,0,0,11,56,37,5000,12500,177,50,130,200,0,280,9999),
(1071901,20,290,1,2500,6250,53,16,95,21,10000,22000,347,24,99,13,15000,33000,102,9,99,22,14000,27500,683,0,0,0,0,0,0,0,0,0,0,0,0,11,56,37,5000,12500,177,50,130,200,0,280,9999),
(1071902,20,290,1,2500,6250,53,16,95,21,10000,22000,347,24,99,13,15000,33000,102,9,99,22,14000,27500,683,0,0,0,0,0,0,0,0,0,0,0,0,11,56,37,5000,12500,177,50,130,200,0,280,9999),
(1079900,20,290,1,2500,6250,53,16,95,21,10000,22000,347,24,99,13,15000,33000,102,9,99,22,14000,27500,683,0,0,0,0,0,0,0,0,0,0,0,0,11,56,37,5000,12500,177,50,130,200,100,280,9999),
(1079901,20,290,1,2500,6250,53,16,95,21,10000,22000,347,24,99,13,15000,33000,102,9,99,22,14000,27500,683,0,0,0,0,0,0,0,0,0,0,0,0,11,56,37,5000,12500,177,50,130,200,100,280,9999),
(1079902,20,290,1,2500,6250,53,16,95,21,10000,22000,347,24,99,13,15000,33000,102,9,99,22,14000,27500,683,0,0,0,0,0,0,0,0,0,0,0,0,11,56,37,5000,12500,177,50,130,200,100,280,9999),
(1071910,20,290,1,2500,6250,53,2,20,231,1000,2500,20800,3,20,431,2000,5000,2777,9,99,9,14000,27500,683,11,66,53,3400,16000,524,17,99,11,5100,24000,175,11,56,37,5000,12500,177,50,131,200,0,280,9999),
(1071911,20,290,1,2500,6250,53,2,20,231,1000,2500,20800,3,20,431,2000,5000,2777,9,99,9,14000,27500,683,11,66,53,3400,16000,524,17,99,11,5100,24000,175,11,56,37,5000,12500,177,50,131,200,0,280,9999),
(1071912,20,290,1,2500,6250,53,2,20,231,1000,2500,20800,3,20,431,2000,5000,2777,9,99,9,14000,27500,683,11,66,53,3400,16000,524,17,99,11,5100,24000,175,11,56,37,5000,12500,177,50,131,200,0,280,9999),
(1079910,20,290,1,2500,6250,53,2,20,231,1000,2500,20800,3,20,431,2000,5000,2777,9,99,9,14000,27500,683,11,66,53,3400,16000,524,17,99,11,5100,24000,175,11,56,37,5000,12500,177,50,131,200,100,280,9999),
(1079911,20,290,1,2500,6250,53,2,20,231,1000,2500,20800,3,20,431,2000,5000,2777,9,99,9,14000,27500,683,11,66,53,3400,16000,524,17,99,11,5100,24000,175,11,56,37,5000,12500,177,50,131,200,100,280,9999),
(1079912,20,290,1,2500,6250,53,2,20,231,1000,2500,20800,3,20,431,2000,5000,2777,9,99,9,14000,27500,683,11,66,53,3400,16000,524,17,99,11,5100,24000,175,11,56,37,5000,12500,177,50,131,200,100,280,9999);
To clear any IDs for above items

Code:
delete from cq_action
where 
id >= 7294170
and
id <= 7294185;

delete from cq_dyna_rank_type
where
type >= 1190010
and
type <= 1191040
or 
type >= 2190010
and
type <= 2191040;

delete from cq_eudemon_rbn_type
where
id >= 1071900 
and
id <= 1071912
or
id >= 1079900
and
id <= 1079912;

delete from cq_goods
where 
itemtype = 729417
or
itemtype = 729418;

delete from cq_itemtype
where 
id = 729417
or
id = 729418
or
id >= 1071900
and 
id <= 1071912
or
id >= 1079900
and
id <= 1079912
or
id = 1081900
or 
id = 1081910;

delete from cq_monstertype
where
id >= 71900
and
id <= 71912
or
id >= 79900
and 
id <= 79912;

delete from cq_grade
where
id >= 1071900
and
id <= 1071912
or
id >= 1079900
and
id <= 1079912;
Attached Files
File Type: rar UnicornPatcher.rar (4.13 MB, 1034 views)
File Type: rar Uni.rar (79.8 KB, 562 views)
funhacker is offline  
Thanks
38 Users
Old 03/22/2009, 08:58   #2
 
Grandalio's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 149
Received Thanks: 122
Wow cool, funhacker. Nice release. o.O
Grandalio is offline  
Old 03/22/2009, 09:25   #3
 
PhantomNyte's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 345
Received Thanks: 178
wow cool job funhacker thx, awesome release, and btw Grandalio are u the Grandalio owner of GraphicEo and u had ur 1st account banned cuz of some mod>.>?
PhantomNyte is offline  
Old 03/22/2009, 09:44   #4
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 260
thx fr the awesome release funhacker , but i have a problem running the script , cq_dyna_rank_type , cq_eudemon_rbn_type , cant be run , plz fix the script or tell me what to do + my client dont work now after click on logintool , and in the texture , the blue mount isnt there
dani-filth0 is offline  
Old 03/22/2009, 10:14   #5
 
elite*gold: 0
Join Date: Feb 2009
Posts: 71
Received Thanks: 4
funhacker, very very nice! can you add me in msn because i want to buy some tools from you. Thanks
RaZoR/EO is offline  
Old 03/22/2009, 10:20   #6
 
sandolkakos's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 395
Received Thanks: 313
oh, thanks,
this is beautifull mounts of Expansion Chienese Eudemons
sandolkakos is offline  
Old 03/22/2009, 10:37   #7
 
rexes13's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,408
Received Thanks: 405
so much thanks man....great work...
rexes13 is offline  
Old 03/22/2009, 11:23   #8
 
zuikislol's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 939
Received Thanks: 209
even tho these mounts are great but i cant add then into my database...the problem is that i have them 44 eudemon, which makes 100 eudemons on all and as you know the ids starts with 1071100 and it ends with 1071990, so can anyone tell me if its possible to add more that 100 eudemons?
zuikislol is offline  
Old 03/22/2009, 11:40   #9
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
posted blue mount textures (place these in the texture folder)

posted a new working script sorry for that guys

there is also a clear script please read it over carefully in case I made some typos as you could delete the wrong things but should work fine
funhacker is offline  
Old 03/22/2009, 11:46   #10
 
zuikislol's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 939
Received Thanks: 209
did you think about my problem funhacker?
zuikislol is offline  
Old 03/22/2009, 11:48   #11
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by zuikislol View Post
did you think about my problem funhacker?
personally I tried 1 way and that didn't work and I didn't expect it to, I also had noticed the 100pet limit when I was just about to release about 40 new pets which would of maxed out ACME almost with pets and since TQ are making flying mounts etc I think I will hold off on adding much pets to the database until I know for a sure way I can break that 100 limit
funhacker is offline  
Old 03/22/2009, 12:04   #12
 
zuikislol's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 939
Received Thanks: 209
ok thanks for the information, i too will try and look for a way.
zuikislol is offline  
Old 03/22/2009, 13:56   #13
 
elite*gold: 0
Join Date: Sep 2008
Posts: 979
Received Thanks: 645
unless you edit the source,It will be just from 1071100 to 1071990 can't me more.
Necron33 is offline  
Old 03/22/2009, 15:05   #14
 
zuikislol's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 939
Received Thanks: 209
what do you mean change the source?
zuikislol is offline  
Old 03/22/2009, 21:15   #15
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 260
bro , i've done every thing up there as it says , but when i use the command , but the eggs dont have a look !! and look how they are when i evolve them , one appear , the other one dont , and after evolve they both look same man , maybe smthn wrong with texture, and i added every thing to the client too , and btw how can i get the files on the acme patcher
dani-filth0 is offline  
Reply




All times are GMT +2. The time now is 09:24.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.