Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting
You last visited: Today at 11:09

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

Advertisement



[Request] How to make Box Element?

Discussion on [Request] How to make Box Element? within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2012
Posts: 31
Received Thanks: 0
Unhappy [Request] How to make Box Element?

I wanna make newbies gift or a special box as reward of an event or something.
i am trying to make it +12 ,2 sockets with elements
I've succeeded in all but the elements part is the failure part ..
if any one knows how to add elements?

Like this.. When click the BOX will get this .

Bonus : +12
F-Soul : 8
Air Attack : +12
Water Attack : +12
EarthAttack : +12
FireAttack : +12

how to make this? please anyone teach me.
zbr123 is offline  
Old 04/10/2014, 12:13   #2
 
S.Ashii's Avatar
 
elite*gold: 0
Join Date: Jan 2014
Posts: 86
Received Thanks: 32
check it all in cq action that all u need edit at ur action

INSERT INTO `cq_action` VALUES ('19000100', '19000101', '19000104', '0508', '0', '7 0 50');
INSERT INTO `cq_action` VALUES ('19000101', '19000110', '19000102', '1001', '0', 'profession == 10');
INSERT INTO `cq_action` VALUES ('19000102', '19000120', '19000103', '1001', '0', 'profession == 20');
INSERT INTO `cq_action` VALUES ('19000103', '19000130', '0000', '1001', '0', 'profession == 30');
INSERT INTO `cq_action` VALUES ('19000104', '0000', '0000', '0126', '0', 'اë¼ى²é±³°üسذ×م¹»7¸ِ؟ص¼ن£،');
INSERT INTO `cq_action` VALUES ('19000105', '0000', '0000', '0126', '0', '¹Conguratulation~You~have~+20~Item');
INSERT INTO `cq_action` VALUES ('19000106', '0000', '0000', '0126', '0', '¹Conguratulation~You~have~+20~Item');
INSERT INTO `cq_action` VALUES ('19000107', '0000', '0000', '0126', '0', '¹Conguratulation~You~have~+20~Item');
INSERT INTO `cq_action` VALUES ('19000110', '19000111', '0000', '0502', '729317', '');
INSERT INTO `cq_action` VALUES ('19000111', '19000112', '0000', '0501', '440243', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000112', '19000113', '0000', '0501', '135113', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000113', '19000114', '0000', '0501', '115113', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000114', '19000115', '0000', '0501', '125113', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000115', '19000116', '0000', '0501', '145113', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000116', '19000105', '0000', '0501', '165093', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000120', '19000121', '0000', '0502', '729317', '');


4 18 18 0 0 20 0 1024 0 0'); <----- this line it`s all u need edit it in action
hope it help u :0
S.Ashii is offline  
Old 04/10/2014, 12:23   #3
 
elite*gold: 0
Join Date: Jan 2012
Posts: 31
Received Thanks: 0
Unhappy

Quote:
Originally Posted by S.Ashii View Post
check it all in cq action that all u need edit at ur action

INSERT INTO `cq_action` VALUES ('19000100', '19000101', '19000104', '0508', '0', '7 0 50');
INSERT INTO `cq_action` VALUES ('19000101', '19000110', '19000102', '1001', '0', 'profession == 10');
INSERT INTO `cq_action` VALUES ('19000102', '19000120', '19000103', '1001', '0', 'profession == 20');
INSERT INTO `cq_action` VALUES ('19000103', '19000130', '0000', '1001', '0', 'profession == 30');
INSERT INTO `cq_action` VALUES ('19000104', '0000', '0000', '0126', '0', 'اë¼ى²é±³°üسذ×م¹»7¸ِ؟ص¼ن£،');
INSERT INTO `cq_action` VALUES ('19000105', '0000', '0000', '0126', '0', '¹Conguratulation~You~have~+20~Item');
INSERT INTO `cq_action` VALUES ('19000106', '0000', '0000', '0126', '0', '¹Conguratulation~You~have~+20~Item');
INSERT INTO `cq_action` VALUES ('19000107', '0000', '0000', '0126', '0', '¹Conguratulation~You~have~+20~Item');
INSERT INTO `cq_action` VALUES ('19000110', '19000111', '0000', '0502', '729317', '');
INSERT INTO `cq_action` VALUES ('19000111', '19000112', '0000', '0501', '440243', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000112', '19000113', '0000', '0501', '135113', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000113', '19000114', '0000', '0501', '115113', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000114', '19000115', '0000', '0501', '125113', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000115', '19000116', '0000', '0501', '145113', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000116', '19000105', '0000', '0501', '165093', '0 0 4 18 18 0 0 20 0 1024 0 0');
INSERT INTO `cq_action` VALUES ('19000120', '19000121', '0000', '0502', '729317', '');


4 18 18 0 0 20 0 1024 0 0'); <----- this line it`s all u need edit it in action
hope it help u :0

I think it only get Bonus +12 and not get element +12 .
zbr123 is offline  
Old 04/10/2014, 13:02   #4
 
elite*gold: 0
Join Date: Oct 2009
Posts: 98
Received Thanks: 27
I don't believe it can be done sadly. I've looked into this a fair bit, also asked around a few times.
I Am Murtah is offline  
Old 04/10/2014, 19:40   #5
 
S.Ashii's Avatar
 
elite*gold: 0
Join Date: Jan 2014
Posts: 86
Received Thanks: 32
Quote:
Originally Posted by zbr123 View Post
I think it only get Bonus +12 and not get element +12 .
for what u loook ?
S.Ashii is offline  
Old 04/10/2014, 21:47   #6
 
elite*gold: 0
Join Date: Jan 2012
Posts: 31
Received Thanks: 0
Quote:
Originally Posted by S.Ashii View Post
for what u loook ?
i already do what you say. but only get bonus +12. i want to make , after click the box its have 4 element +12. how?
zbr123 is offline  
Old 04/12/2014, 12:33   #7
 
S.Ashii's Avatar
 
elite*gold: 0
Join Date: Jan 2014
Posts: 86
Received Thanks: 32
LOL u haven`t done it before becuze of what u saying all of this in cq_action and i show u the line u should edit
S.Ashii is offline  
Old 04/12/2014, 17:07   #8
 
idlemonkey's Avatar
 
elite*gold: 540
Join Date: May 2009
Posts: 1,593
Received Thanks: 591
ok taking this excerpt from someone elses post
and looking at the definition of that action type 501


and looking at this post from someone else

it should be pretty simple to figure out you can give fsoul 8 but you cannot give the elements via that action you would have to make a sql to add the elements based on warghost exp and set it to run on a schedule or something similar
idlemonkey is offline  
Old 04/14/2014, 09:24   #9
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,746
Quote:
Originally Posted by idlemonkey View Post
ok taking this excerpt from someone elses post
and looking at the definition of that action type 501


and looking at this post from someone else

it should be pretty simple to figure out you can give fsoul 8 but you cannot give the elements via that action you would have to make a sql to add the elements based on warghost exp and set it to run on a schedule or something similar
This is kind of true, if you guys look in the acme database you may find the left overs of the action that would give +255 to all elements (this was stopped pretty fast due to being OP)
Also if you can't find that you could always setup a single lotto type that ALWAYS gives a +12 element item, but random item itself.
funhacker is offline  
Reply


Similar Threads Similar Threads
Request about element gear
05/13/2017 - EO PServer Hosting - 18 Replies
First Say Hello Person that im tag : SoulNecturn I know in your server has this this thing right ? GearBoxI ( After right will get this ) Bonus : +12 F-Soul : 8 Air Attack : +12
[Request]Faust mit Element
03/31/2013 - Flyff Private Server - 8 Replies
Hallo, ich möchte gerne von euch wissen, ob es möglich wäre die standard Faust auf irgendeine Weise Element drauf machen kann. Damit meinte ich eher, ob man so eine Art Waffe (Knuckle) erstellen kann, welches nur der Faust zu sehen ist und ein Element drauf ist mit beispielsweise Feuer oder soetwas in der Art. Dazu sollten es 2 Fäuste sein, die mit Feuer beschmückt werden. Die eigentliche Frage ist also, ob sowas überhaupt möglich ist, wenn ja, dann wie? Ich bedanke mich im voraus und...
[TuT] Make Shields Element Refinery Able and Baruna Shields Pierce Able
10/19/2011 - Flyff Private Server - 21 Replies
English Today I´m gonna show you how every player can refine its shield with elements. First of all, open your source folder and look for the file "Item.cpp" In this file, you have to search for: "BOOL CItemElem::IsEleRefineryAble( ItemProp* pProp ) Underneath that, you see: pProp->dwItemKind3 == IK3_SUIT || pProp->dwItemKind2 == IK2_WEAPON_MAGIC || pProp->dwItemKind2 == IK2_WEAPON_DIRECT ) return TRUE;
It's turtoial how make meny lvl 2 wind element's
01/21/2008 - SRO Hacks, Bots, Cheats & Exploits - 21 Replies
1.Go Jangan 2.Buy (2)Deggre shields (30) 3.Happy making 4. U get (3) wind element's by one shield ^^ 5.Happy making 6.Make caffe it's gona take long time.
[REQUEST]Element price guide
01/02/2008 - SRO Guides & Templates - 7 Replies
Im not really someone who sells alot of items but i seen some guides on how to get easy money by selling elemnst and i was wondering if someone can post a guide of how much each element is worthe.



All times are GMT +1. The time now is 11:11.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.