Register for your free account! | Forgot your password?

You last visited: Today at 17:49

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

Advertisement



[RELEASE] PK EFFECT SELLER

Discussion on [RELEASE] PK EFFECT SELLER within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
[RELEASE] PK EFFECT SELLER

just download the attachment and try it..i found this in chinese db..make sure your npc.ini not have this npc id


[Edit]

Query Update:
Code:
delete from cq_action where id >= 5101120 and id <= 5101123;
delete from cq_action where id >= 25000001 and id <= 25000024;

insert into cq_action (id,id_next,id_nextfail,type,data,param) values 
(5101120, 5101121, 0, 101, 0, 'Hello~%user_name,~did~u~here~want~to~buy'),
(5101121, 5101122, 0, 101, 0, 'PK~effect?~if~you~want~i~have~it,~however~this~is~up~to~you.!'),
(5101122, 5101123, 0, 102, 0, 'Give~me~look~it~first! 25000001'),
(5101123, 500031, 0, 102, 0, 'i~dont~want~it! 0'),
(25000001, 25000002, 0, 101, 0, 'If~you~not~have~PK~competition~qualifications~you~also~can~purchase~and~obtain~the~PK~aperture~here.'),
(25000002, 25000003, 0, 102, 0, 'Winner~effect(500k~EPs) 25000008'),
(25000003, 25000004, 0, 102, 0, 'Top~effect(500k~EPs) 25000020'),
(25000004, 25000005, 0, 102, 0, 'No.2~effect(500k~EPs) 25000011'),
(25000005, 25000006, 0, 102, 0, 'No.3~effect(500k~EPs) 25000014'),
(25000006, 25000007, 0, 102, 0, 'No.4~effect(500k~EPs) 25000017'),
(25000007, 500031, 0, 102, 0, 'Is~great!~but~I~do~not~have~the~Ep. 0'),
(25000008, 25000024, 25000009, 1001, 0, 'e_money < 500000'),
(25000009, 25000010, 0, 1001, 0, 'e_money += -500000'),
(25000010, 25000023, 0, 4001, 0, '156 0 604800 0'),
(25000011, 25000024, 25000012, 1001, 0, 'e_money < 500000'),
(25000012, 25000013, 0, 1001, 0, 'e_money += -500000'),
(25000013, 25000023, 0, 4001, 0, '167 0 604800 0'),
(25000014, 25000024, 25000015, 1001, 0, 'e_money < 500000'),
(25000015, 25000016, 0, 1001, 0, 'e_money += -500000'),
(25000016, 25000023, 0, 4001, 0, '168 0 604800 0'),
(25000017, 25000024, 25000018, 1001, 0, 'e_money < 500000'),
(25000018, 25000019, 0, 1001, 0, 'e_money += -500000'),
(25000019, 25000023, 0, 4001, 0, '169 0 604800 0'),
(25000020, 25000024, 25000021, 1001, 0, 'e_money < 500000'),
(25000021, 25000022, 0, 1001, 0, 'e_money += -500000'),
(25000022, 25000023, 0, 4001, 0, '155 0 604800 0'),
(25000023, 0, 0, 125, 2011, '#59%user_name#59 This~player~has~receive~the~god~symbol~aperture!~Lets~make~a~party!'),
(25000024, 0, 0, 126, 0, 'You~do~not~have~enough~EP,~please~come~later');

delete from cq_npc where id = 1511;

insert into `cq_npc` values
('1511', '0', '0', 'PKEffectSeller', '2', '15110', '0', '0', '-1', '1000', '307', '443', '5101120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '无', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');

delete from cq_task where id = 5101120 and id <= 5101120;
delete from cq_task where id >= 25000001 and id <= 25000020;

INSERT INTO `cq_task` VALUES 
('5101120', '5101120', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000001', '25000001', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000008', '25000008', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000011', '25000011', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000014', '25000014', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000017', '25000017', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0'),
('25000020', '25000020', '0', '', '', '0', '0', '999', '-100000', '100000', '999', '0', '0', '-1', '0');
Attached Files
File Type: txt query.txt (3.2 KB, 150 views)
File Type: txt npc.ini-ADD-.txt (214 Bytes, 151 views)
PraDevil[ELITE] is offline  
Thanks
17 Users
Old 02/04/2010, 18:02   #2
 
Faith.'s Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 558
Received Thanks: 145
thank you
Faith. is offline  
Old 02/04/2010, 18:53   #3
 
elite*gold: 0
Join Date: Aug 2009
Posts: 345
Received Thanks: 114
Quote:
Originally Posted by [Devil] View Post
thank you
thanx at button...not just say..
matrix89 is offline  
Thanks
1 User
Old 02/06/2010, 07:10   #4
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
Query Update..
PraDevil[ELITE] is offline  
Thanks
2 Users
Old 03/16/2018, 00:33   #5
 
elite*gold: 0
Join Date: May 2014
Posts: 158
Received Thanks: 30
how can i make effect with my self make other effect geting not pk effect how i happy if you know
iamfree55wkda is offline  
Old 03/16/2018, 03:36   #6
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
Quote:
Originally Posted by iamfree55wkda View Post
how can i make effect with my self make other effect geting not pk effect how i happy if you know
cq_special_status perhaps?
PraDevil[ELITE] is offline  
Old 03/17/2018, 19:07   #7
 
elite*gold: 0
Join Date: May 2014
Posts: 158
Received Thanks: 30
Quote:
Originally Posted by PraDevil[ELITE] View Post
cq_special_status perhaps?
look this action
211020 201021 0 502 1022135 0
201021 201022 0 1027 0 self ***-FlyUp-3
201022 201023 0 1027 0 self ***-FlyUp-2
201023 201024 0 1027 0 self ***-FlyUp-1
201024 201025 0 4001 0 27 100 10 0
201025 201027 201027 4001 0 150 100 10 0
201026 0 0 125 2000 </723401>#90%user_name Was Completed [GoldWings] And Now Become Super Wings!#90.</[/]>
201027 201026 201026 4001 0 167 0 864000 0

this action was give me the goldenwings

and this action give black wings
211330 201331 0 502 1022136 0
201331 201322 0 1027 0 self ***-FlyUp-3
201322 201323 0 1027 0 self ***-FlyUp-2
201323 201324 0 1027 0 self ***-FlyUp-1
201324 201325 0 4001 0 27 100 10 0
201325 201327 201327 4001 0 150 100 10 0
201326 0 0 125 2000 </723401>#90%user_name Was Completed</5A5050>[BlackWings] And Now Become Super Wings!#90.</[/]>
201327 201326 201326 4001 0 244 0 13600 0
~~~~~~~~~~~~~~~~~~~~~~~~~~

then action 201327 201326 201326 4001 0 244 0 13600 0 and action 201027 201026 201026 4001 0 167 0 864000 0

number 244 and 167 id effect

i mean how i can make number like 199 for other effect i choose it

i hoppy if i there one have answar me



id
iamfree55wkda is offline  
Old 03/18/2018, 18:42   #8

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by iamfree55wkda View Post
look this action
211020 201021 0 502 1022135 0
201021 201022 0 1027 0 self ***-FlyUp-3
201022 201023 0 1027 0 self ***-FlyUp-2
201023 201024 0 1027 0 self ***-FlyUp-1
201024 201025 0 4001 0 27 100 10 0
201025 201027 201027 4001 0 150 100 10 0
201026 0 0 125 2000 </723401>#90%user_name Was Completed [GoldWings] And Now Become Super Wings!#90.</[/]>
201027 201026 201026 4001 0 167 0 864000 0

this action was give me the goldenwings

and this action give black wings
211330 201331 0 502 1022136 0
201331 201322 0 1027 0 self ***-FlyUp-3
201322 201323 0 1027 0 self ***-FlyUp-2
201323 201324 0 1027 0 self ***-FlyUp-1
201324 201325 0 4001 0 27 100 10 0
201325 201327 201327 4001 0 150 100 10 0
201326 0 0 125 2000 </723401>#90%user_name Was Completed</5A5050>[BlackWings] And Now Become Super Wings!#90.</[/]>
201327 201326 201326 4001 0 244 0 13600 0
~~~~~~~~~~~~~~~~~~~~~~~~~~

then action 201327 201326 201326 4001 0 244 0 13600 0 and action 201027 201026 201026 4001 0 167 0 864000 0

number 244 and 167 id effect

i mean how i can make number like 199 for other effect i choose it

i hoppy if i there one have answar me



id

I guess, fast guess

type 4001 param "199" 0 "time in seconds" 0 ?

if that DOESNT work, you need to add the effect 199 to your database/client.

Note: not sure, but it is possible you need to add the actionline to cq_task before it can work.
magewarior2 is offline  
Old 03/19/2018, 00:15   #9
 
elite*gold: 0
Join Date: May 2014
Posts: 158
Received Thanks: 30
Quote:
Originally Posted by magewarior2 View Post
I guess, fast guess

type 4001 param "199" 0 "time in seconds" 0 ?

if that DOESNT work, you need to add the effect 199 to your database/client.

Note: not sure, but it is possible you need to add the actionline to cq_task before it can work.
i know that i mean how i link number 199 with other effect i choose it
iamfree55wkda is offline  
Old 03/19/2018, 07:42   #10

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
I tthink that will not be possible. That is like wearing 2 garments at the same time.
magewarior2 is offline  
Old 03/19/2018, 08:46   #11
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
the only thing i do not get was how do i link any effect number(cq action) with the effect name(3deffect.ini). i just cant find any relation on it.
PraDevil[ELITE] is offline  
Old 03/19/2018, 14:44   #12

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by PraDevil[ELITE] View Post
the only thing i do not get was how do i link any effect number(cq action) with the effect name(3deffect.ini). i just cant find any relation on it.
try 3dDEffectObj.ini
magewarior2 is offline  
Old 03/19/2018, 16:35   #13
 
elite*gold: 0
Join Date: May 2014
Posts: 158
Received Thanks: 30
im too can`t make any relation with number cq_action for effect

i see in ini/statuseeffect.ini

0000000000000000 New_phantom_sta NULL 40000000000 NULL NULL 0
this effect name new phantom sta but it`s no have number i think is for Dating effect statuseeffect but there some place add number action to link it with effect name
and 3deffectobj.ini is for c3 files of effect no have any relation about what we are teling about
this makeing in other sever Glory And Dragons
they can make 6 wings in stone
and make effect in character like Winner PK

we are can make action get anyeffect by this action

9863701 0 0 1027 0 self LuckBB-1

This action make in your character Effect But not ForEver and You only see it can not any player in server see effect

this action make effect any player saw it
201027 0 0 4001 0 167 0 864000 0

there the question for 167 how link for effect im going crazy
iamfree55wkda is offline  
Old 03/20/2018, 03:43   #14
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,490
Received Thanks: 909
Quote:
Originally Posted by magewarior2 View Post
try 3dDEffectObj.ini
cq_action
156 = PK WINNER EFFECT

statuseffect.ini
800000000000000 Pkmatch_champion NULL

3deffectobj.ini
156=c3/effect/scene-ff/s-magmab/3.c3

it got no relation at all, i know certain member here on epvp know how to add them but they are not willing to share. i just want to know, its not like i care though lol
PraDevil[ELITE] is offline  
Old 03/20/2018, 05:32   #15

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by PraDevil[ELITE] View Post
cq_action
156 = PK WINNER EFFECT

statuseffect.ini
800000000000000 Pkmatch_champion NULL

3deffectobj.ini
156=c3/effect/scene-ff/s-magmab/3.c3

it got no relation at all, i know certain member here on epvp know how to add them but they are not willing to share. i just want to know, its not like i care though lol
oh, i understand what you wanne say now, yah, no idea to be honnest...
magewarior2 is offline  
Reply


Similar Threads Similar Threads
[Release] Vip Effect Seller
07/12/2010 - EO PServer Guides & Releases - 11 Replies
Today i want to release vip effect seller... few ppl asking me how to add/remove vip effect so i decided to make 1 npc for selling the vip effect Screenshot http://img138.imageshack.us/img138/5378/87329581. jpg http://img13.imageshack.us/img13/6431/43962167.jp g Heres the code.Run it in ur query
[Release] Seller
03/06/2010 - CO2 PServer Guides & Releases - 25 Replies
This NPC sells the following items: Emerald Moonbox MeteorTear Dance2 Dance3 Dance4 Dance5 Dance6 Dance7
[Release]MeYuly Seller
07/17/2009 - CO2 PServer Guides & Releases - 3 Replies
This Npc Give You Free -MoonBox -ExpPotion -ExpBall -SilverPrize -EuxeniteOre -Emerald -MeteorTear
[Release] Christmas Hat Seller
12/16/2008 - EO PServer Guides & Releases - 14 Replies
Hi everyone, You wanted a Santa so here yah go.... http://www.elitepvpers.com/forum/attachment.php?at tachmentid=17568&stc=1&d=1229248189 Just patch your client and put the CQ files in your servers database. Dont forget to press Thanks :D



All times are GMT +2. The time now is 17:49.


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.