Register for your free account! | Forgot your password?

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

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

Advertisement



[Help] Friend Exp into pp via npc

Discussion on [Help] Friend Exp into pp via npc within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2007
Posts: 24
Received Thanks: 24
[Help] Friend Exp into pp via npc

ok so what im trying to do is have it to where people who are lvl 255 can change there friend exp into pp via npc, I've been working on this for awhile and im starting to think it is not possible, none the less i will keep trying lol. If someone could help me with this i would gratefully appreciate it.

Here's what i got so far:
Code:
1010000100	1010000101	0	101	0	Hello~%user_name!~Here~you~can~exchange~friend~exp~for~pp!!
1010000101	1010000103	0	101	0	You~must~be~Level~255~to~exchange~for~pp.
1010000103	1010000104	0	102	0	I~want~to~exchange~15000exp~for~10kpp. 1010000105
1010000104	500013	0	102	0	Nevermind 0
1010000105	1010000107	1010000106	1001	0	level > 254
1010000106	1010000109	0	126	0	Sorry~you~are~not~level~255.
1010000107	1010000108	1010000110	1001	0	Friend_share > 89999999
1010000108	1010000109	0	101	0	You~do~not~have~enough~friend~exp!
1010000109	500013	0	102	0	I'm~Sorry 0
1010000110	1010000112	0	1001	0	Friend_share += -90000000
1010000112	1010000113	0	1001	0	e_money2  += 10000
1010000113	1010000114	0	101	0	Congrats~you~exchanged~for~10kpp
1010000114	500013	0	102	0	Thanks 0
I've created the npc and task for it, and when i click on the npc the window with the 2 options show up. Now when i click on to exchange for the pp nothing happens. To see if it would even show if i would get rejected for being a low lvl, i changed my lvl to 253 and still nothing happend aka you are not level 255 like it was supposed to. I also made it to check to see if the user has enough exp ***** and nothing happened when i didn't aka was supposed to say not enough friend exp. So if anyone could hep me with this thx in advance.
reaper72004 is offline  
Old 08/06/2010, 12:12   #2
 
elite*gold: 0
Join Date: Aug 2008
Posts: 502
Received Thanks: 145


Why not look at this link?
karnyge is offline  
Old 08/06/2010, 12:58   #3
 
javairc's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 559
Received Thanks: 183
Correction try this code..

Code:
delete from cq_npc where id >= 881122 and id <= 881122;

INSERT INTO `cq_npc` VALUES ('881122', '0', '0', 'HitamManis', '0123', '8811220', '0', '0', '-1', '1000', '0324', '0406', '1010000100', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '0', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');

DELETE FROM cq_action where id >= 1010000100 and id <= 1010000113;

INSERT INTO `cq_action` VALUES ('1010000100', '1010000101', '0', '101', '0', 'Hello~%user_name!~Here~you~can~exchange~friend~exp~for~pp!!');
INSERT INTO `cq_action` VALUES ('1010000101', '1010000102', '0', '101', '0', 'You~must~be~Level~255~to~exchange~for~pp');
INSERT INTO `cq_action` VALUES ('1010000102', '1010000103', '0', '102', '0', 'I~want~to~exchange~15000exp~for~10kpp 1010000104');
INSERT INTO `cq_action` VALUES ('1010000103', '4000010', '0000', '0102', '0', 'Nevermind 0');
INSERT INTO `cq_action` VALUES ('1010000104', '1010000105', '0', '1001', '0', 'level == 255');
INSERT INTO `cq_action` VALUES ('1010000105', '0', '0', '0101', '0', 'Sorry~you~are~not~level~255.');
INSERT INTO `cq_action` VALUES ('1010000106', '4000010', '0000', '0102', '0', 'Im~Sorry 0');
INSERT INTO `cq_action` VALUES ('1010000107', '1010000110', '1010000108', '1001', '0', 'Friend_share == 90000000');
INSERT INTO `cq_action` VALUES ('1010000108', '0', '0', '0101', '0', 'You~do~not~have~enough~friend~exp!');
INSERT INTO `cq_action` VALUES ('1010000109', '4000010', '0000', '0102', '0', 'Im~Sorry. 0');
INSERT INTO `cq_action` VALUES ('1010000110', '1010000111', '0', '1001', '0', 'Friend_share += -90000000');
INSERT INTO `cq_action` VALUES ('1010000111', '1010000112', '0', '1001', '0', 'e_money2 += 10000');
INSERT INTO `cq_action` VALUES ('1010000112', '1010000113', '0', '0101', '0', 'Congrats~you~exchanged~for~10kpp');
INSERT INTO `cq_action` VALUES ('1010000113', '4000010', '0000', '0102', '0', 'Thanks 0');

DELETE FROM cq_task where id >= 1010000100 and id <= 1010000112;

INSERT INTO `cq_task` VALUES ('1010000100', '1010000100', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('1010000101', '1010000101', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('1010000102', '1010000102', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('1010000104', '1010000104', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('1010000105', '1010000105', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('1010000106', '1010000106', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('1010000108', '1010000108', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('1010000110', '1010000110', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('1010000111', '1010000111', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('1010000112', '1010000112', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
p/s : Sorry if this query wrong.. just wanna help you but if this correct dont forget to click thanks button..
javairc is offline  
Old 08/07/2010, 08:49   #4
 
elite*gold: 0
Join Date: Jun 2007
Posts: 24
Received Thanks: 24
@karnyge i did look at that before i even posted

@javairc it didn't work thx though

i think the prob is at the Friend_share cause this is where it is hanging at, also changed e_money2 to token_emoney cause that is what handles the pp on my db.. if anyone has some input on this plz post, would really like to get this going
reaper72004 is offline  
Old 08/10/2010, 08:23   #5
 
elite*gold: 0
Join Date: Jun 2007
Posts: 24
Received Thanks: 24
ok so i take it friend_share cannot be used in cq_action but only through a query..
reaper72004 is offline  
Reply


Similar Threads Similar Threads
new friend
08/28/2009 - Say Hello - 0 Replies
:) hi im from egypt :)
Hello All My friend
11/08/2008 - Say Hello - 1 Replies
Thx
My friend needs help with his bow
08/16/2008 - Silkroad Online - 8 Replies
my friend is lvl 58 pure str and hes planning on making 61-90 all into int. should he just stick with his plan or go full str? or maybe throw in ideas. hes open to ideas about it.
Say Hello to my lil friend :D
05/31/2008 - Say Hello - 0 Replies
Hi guys MY name is Farin.
Friend me for..
04/11/2008 - Say Hello - 1 Replies
hehe. Hellow. I am new to e*PvP forums! I come for hacks thats about it. You got a hack for a good/boring game. Send it to me. Need testing on a hack/exploit? send it to me, I will test and use just about anything you got. I play: Conquer Online 2.0 RuneScape Counter Strike Source (More to Come)



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


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.