|
You last visited: Today at 15:08
Advertisement
I need Help adding effect on cq_action
Discussion on I need Help adding effect on cq_action within the EO PServer Hosting forum part of the Eudemons Online category.
07/15/2017, 04:31
|
#1
|
elite*gold: 0
Join Date: Jun 2017
Posts: 8
Received Thanks: 1
|
I need Help adding effect on cq_action
Action3DEffect.ini
how to add on cq_action type , data , param and make effect active
Thanks
|
|
|
07/20/2017, 23:57
|
#2
|
elite*gold: 0
Join Date: Dec 2009
Posts: 228
Received Thanks: 22
|
They will be on CQ_ACTION ULTIMATE TOOL..
|
|
|
07/31/2017, 13:39
|
#3
|
elite*gold: 0
Join Date: Jun 2017
Posts: 8
Received Thanks: 1
|
where that tool ?
|
|
|
08/01/2017, 04:49
|
#4
|
elite*gold: 0
Join Date: Oct 2008
Posts: 726
Received Thanks: 332
|
Ignore him, if he wanted to help he would of done so
Here is a release from Crue read it, might help
|
|
|
08/09/2017, 00:09
|
#5
|
elite*gold: 0
Join Date: Jan 2012
Posts: 5
Received Thanks: 2
|
ACTION_USER_EFFECT = 1027, // triggers action the character attaches assigns the special effect, param is " opt effect ", the opt support " self ", “couple”, “team”, “target”, effect is the special effect name
extra "self exp3sign-2" EXP X 3
// field "skill" (001 - 403)
// field "other" (01 - 26)
// field "superball" (01 - 02)
// field "gem" (01 - 94)
// field "FF" (00 - 25)
// field "noconfirm" (001 - 138)
// field "charm" (01 - 03)
// field "pet (01 - 69)
// field "monster" (01 - 34)
// field "CoolPose" ( 01 - 03)
// field "festivalfail1"
// field "festivalsucceed1"
// field "bless, eidolon, XP, MISS, congsha, FFLoveYou, s-mp-anag3, pilidan, talentgain, magicup, goldpig, angel, s-butterfly-1, pumpkin"
Ex.: INSERT INTO `cq_action` VALUES (x , y , 0000, 1027, 0, 'self LuckBB-1');
|
|
|
08/10/2017, 00:52
|
#6
|
elite*gold: 0
Join Date: Oct 2008
Posts: 726
Received Thanks: 332
|
Thats if you want an effect thats only visable to your self, or one that will activate right after you get it, but doesnt stay on you.
For example you want to kill a boss and a big effect to happen when it dies, then you use your example, the example i have wrote is the one you use for like PK torny effects etc
|
|
|
08/21/2017, 14:37
|
#7
|
elite*gold: 0
Join Date: Jun 2017
Posts: 8
Received Thanks: 1
|
Quote:
Originally Posted by Henrique Gomes
ACTION_USER_EFFECT = 1027, // triggers action the character attaches assigns the special effect, param is " opt effect ", the opt support " self ", “couple”, “team”, “target”, effect is the special effect name
extra "self exp3sign-2" EXP X 3
// field "skill" (001 - 403)
// field "other" (01 - 26)
// field "superball" (01 - 02)
// field "gem" (01 - 94)
// field "FF" (00 - 25)
// field "noconfirm" (001 - 138)
// field "charm" (01 - 03)
// field "pet (01 - 69)
// field "monster" (01 - 34)
// field "CoolPose" ( 01 - 03)
// field "festivalfail1"
// field "festivalsucceed1"
// field "bless, eidolon, XP, MISS, congsha, FFLoveYou, s-mp-anag3, pilidan, talentgain, magicup, goldpig, angel, s-butterfly-1, pumpkin"
Ex.: INSERT INTO `cq_action` VALUES (x , y , 0000, 1027, 0, 'self LuckBB-1');
|
its working on me and when i reload account don't show effect need it to make with unlimted time i tryied to make 3dEffect.ini loop time 9999999
but it's only show on me other players show 1 time
|
|
|
10/03/2017, 09:45
|
#8
|
elite*gold: 20
Join Date: Mar 2008
Posts: 1,546
Received Thanks: 813
|
use 4001 and not 1027
ACTION_MAGIC_ATTACHSTATUS = 4001, // supplement condition, szParam= " status power secs times " (pk effect 156 0 604800 0 / 1 week)
Effects=
50= Protection (power 30200) // (example = 50 30200 10 0 = protection for 10 seconds)
154 - Cursed effect
155 – Top Effect
156 – Champion Effect
167 - Champion Effect Nr 2.
168 - Champion Effect Nr 3.
169 - Champion Effect Nr 4.
170 - Champion Effect Nr 5.
|
|
|
10/05/2017, 11:22
|
#9
|
elite*gold: 0
Join Date: Jan 2014
Posts: 203
Received Thanks: 30
|
Quote:
Originally Posted by magewarior2
use 4001 and not 1027
ACTION_MAGIC_ATTACHSTATUS = 4001, // supplement condition, szParam= " status power secs times " (pk effect 156 0 604800 0 / 1 week)
Effects=
50= Protection (power 30200) // (example = 50 30200 10 0 = protection for 10 seconds)
154 - Cursed effect
155 – Top Effect
156 – Champion Effect
167 - Champion Effect Nr 2.
168 - Champion Effect Nr 3.
169 - Champion Effect Nr 4.
170 - Champion Effect Nr 5.
|
Can you explain more detail ? I dont understand it MageWarrior .
|
|
|
10/05/2017, 12:45
|
#10
|
elite*gold: 20
Join Date: Mar 2008
Posts: 1,546
Received Thanks: 813
|
use type 4001 and not 1027
and in param like "154" (the effect (CURSED EFFECT) "0" the power (30200 is protection) "10" (the amount of second you like it to show the effect) "0" amount of times.
so as exampl.
Quote:
ID IDNEXT IDNEXTFAIL TYPE PARAM
1 2 3 4001 154 0 3600 0
|
this gives you cursed effect for 3600 sec. (1Hour)
|
|
|
10/06/2017, 17:11
|
#11
|
elite*gold: 0
Join Date: Jan 2014
Posts: 203
Received Thanks: 30
|
Quote:
Originally Posted by magewarior2
use type 4001 and not 1027
and in param like "154" (the effect (CURSED EFFECT) "0" the power (30200 is protection) "10" (the amount of second you like it to show the effect) "0" amount of times.
so as exampl.
this gives you cursed effect for 3600 sec. (1Hour)
|
Basically how can I add other effect ? Which mean I want to create a new effect will gain by player after completing a quest ?
|
|
|
 |
Similar Threads
|
[HELP] How to add effect at cq_action ?
05/07/2014 - EO PServer Hosting - 9 Replies
Can someone guide me ? How to add effect at cq_action ? Means when we done doing a special quest .. The player will get a effect .. Please help me .. Thank you ..
|
I need Help adding effect to a casual
04/05/2011 - EO PServer Hosting - 4 Replies
Ok well i need help adding an effect to a casual like the DevineCoat-B
On alot of servers where u put it on and you get like a ball above your head, or a ring around you or anthing, how to add this effect much help would be appreciated thanks :)
|
[i need Help] some one who can teach me how to make new cq_action db..
12/25/2009 - EO PServer Hosting - 13 Replies
hi everyone..i need help to make new..cq_action db..when i download mannequin svr files..it not fixed yet...who can release a fresh db or cq_action not be change yet...:handsdown:..i also need a translate db..and who can teach me how to add npc into cq_action??i hope this forum can help many person..thanks:):p:)
|
[Help]need all the announced id in cq_action
12/02/2009 - EO PServer Hosting - 2 Replies
i just want the id of all announced..tired of search =.=
please help me..thanks
|
All times are GMT +2. The time now is 15:08.
|
|