Register for your free account! | Forgot your password?

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

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

Advertisement



How To Add Item's to a NPC!

Discussion on How To Add Item's to a NPC! within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1


 
elite*gold: 0
Join Date: Apr 2008
Posts: 8,636
Received Thanks: 1,582
How To Add Item's to a NPC!

Here I will show you how to add item`s to Npcs:
Example is WarriorNana/MagePeppy!
We take NewbieGift for the Example!
Here it is (Query):

delete from cq_action where id >= 50000100 and id <= 50000112;
delete from cq_npc where id = 1551 ;
delete from cq_task where id = 50000100;
delete from cq_task where id = 50000103;
delete from cq_task where id = 50000105;

INSERT INTO `cq_npc` VALUES ('1551', '0', '0', 'X3Peppy', '0002', '15500', '0', '0', '-1', '1000', '0304', '0472', '50000100', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '?T', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000100, 50000101, 0000, 0101, 0, 'Hey~man!~I~think~you~want~to~buy~a~Newbie~Gift... ');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000101, 50000102, 0000, 0102, 0, 'Hehe.~Ya~I~want~to~buy~a~Newbie~Gift~for~350k~EPs !. 50000103');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000102, 4000033, 0000, 0102, 0, 'Sorry~i~want~to~think~first. 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000103, 50000105, 50000104, 0508, 0, '1 0 50');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000104, 0000, 0000, 0126, 0, 'Uhmm...~Sorry,~but~you~need~to~have~enough~place~ in~your~Inventory!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000105, 50000106, 50000108, 1001, 0, 'e_money < 350000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000106, 50000107, 0000, 0101, 0, 'If~you~want~to~buy~it,~you~have~to~give~me~350k~E Ps.~Look!~You~havent!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000107, 4000033, 0000, 0102, 0, 'Sorry,~I~go~and~hunt~some. 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000108, 50000109, 0000, 0501, 810009, '');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000109, 50000110, 0000, 1085, 0, 'gmlog/action_log 330,%user_name[%user_id],0,1059,729012,0,0,0,50000100,0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000110, 50000111, 0000, 1001, 0, 'e_money += -350000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000111, 50000112, 0000, 0101, 0, 'Nice~from~you~to~buy~a~Newbie~Gift~from~me!~Credi ts~go~to~netlog_stefan!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000112, 4000033, 0000, 0102, 0, 'Thanks 0');




INSERT INTO `cq_task` VALUES ('50000105', '50000105', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000100', '50000100', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000103', '50000103', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');





now how to make it:


delete from cq_action where id >= 50000100 and id <= 50000112;
delete from cq_npc where id = 1551 ;
delete from cq_task where id = 50000100;
delete from cq_task where id = 50000103;
delete from cq_task where id = 50000105;

INSERT INTO `cq_npc` VALUES ('1551', '0', '0', 'X3Peppy', '0002', '15500', '0', '0', '-1', '1000', '0304', '0472', '50000100', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '?T', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000100, 50000101, 0000, 0101, 0, 'My~name~is~MagePeppy.~Would~you~buy~[Item Name]?');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000101, 50000102, 0000, 0102, 0, 'I~would~like~one~[Item Name]~for~[Item Price (In EPs, like 10k)]~EPs. 50000103');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000102, 4000033, 0000, 0102, 0, 'Sorry~i~want~to~think~first. 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000103, 50000105, 50000104, 0508, 0, '1 0 50');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000104, 0000, 0000, 0126, 0, 'You~do~not~have~one~space~in~your~package!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000105, 50000106, 50000108, 1001, 0, 'e_money < [Item-Price (No "k". make full like 50000)]');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000106, 50000107, 0000, 0101, 0, 'You~do~not~have~enough~EP~to~buy~[Item Name]. ~Come~back~when~you~do.');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000107, 4000033, 0000, 0102, 0, 'Sorry,~I~go~and~hunt~some. 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000108, 50000109, 0000, 0501, 810009, '');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000109, 50000110, 0000, 1085, 0, 'gmlog/action_log 330,%user_name[%user_id],0,1059,[Item-ID],0,0,0,50000100,0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000110, 50000111, 0000, 1001, 0, 'e_money += -[Item-Price (No "k". make full like 50000)]');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000111, 50000112, 0000, 0101, 0, 'Thank~You~for~buying~[ItemName].~Hope~to~se e~you~again.');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000112, 4000033, 0000, 0102, 0, 'Thank~you~very~much!~Credits~go~to~netlog_stefan! 0');




INSERT INTO `cq_task` VALUES ('50000105', '50000105', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000100', '50000100', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000103', '50000103', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');





Remember: NO SPACE!
Take the "~" for space


of course you can change textes without hexediting within the " ' "-things!

ahmed please take it to your guide!
thanks will be nice

CREDITS GO TO ME
Rawsteeey is offline  
Thanks
2 Users
Old 07/17/2008, 16:14   #2
 
elite*gold: 0
Join Date: Mar 2008
Posts: 925
Received Thanks: 301
KK lol
ahmedpotop is offline  
Thanks
1 User
Old 07/17/2008, 18:06   #3
 
DiobloSlayeR's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 802
Received Thanks: 341
Yeah, good to be added to pserver all things guide, Thanks netlog~



Regards, DiobloSlayeR
DiobloSlayeR is offline  
Thanks
1 User
Old 07/18/2008, 06:48   #4
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,747
delete from cq_action where id >= 50000100 and id <= 50000112;
delete from cq_npc where id = 1551 ;
delete from cq_task where id = 50000100;
delete from cq_task where id = 50000103;
delete from cq_task where id = 50000105;

INSERT INTO cq_npc VALUES
('1551', '0', '0', 'X3Peppy', '0002', '15500', '0', '0', '-1', '1000', '0304', '0472', '50000100', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '?T', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');

INSERT INTO cq_action
VALUES
(50000100, 50000101, 0000, 0101, 0, 'Hey~man!~I~think~you~want~to~buy~a~Newbie~Gift... '),
(50000101, 50000102, 0000, 0102, 0, 'Hehe.~Ya~I~want~to~buy~a~Newbie~Gift~for~350k~EPs !. 50000103'),
(50000102, 4000033, 0000, 0102, 0, 'Sorry~i~want~to~think~first. 0'),
(50000103, 50000105, 50000104, 0508, 0, '1 0 50'),
(50000104, 0000, 0000, 0126, 0, 'Uhmm...~Sorry,~but~you~need~to~have~enough~place~ in~your~Inventory!'),
(50000105, 50000106, 50000108, 1001, 0, 'e_money < 350000'),
(50000106, 50000107, 0000, 0101, 0, 'If~you~want~to~buy~it,~you~have~to~give~me~350k~E Ps.~Look!~You~havent!'),
(50000107, 4000033, 0000, 0102, 0, 'Sorry,~I~go~and~hunt~some. 0'),
(50000108, 50000109, 0000, 0501, 810009, ''),
(50000109, 50000110, 0000, 1085, 0, 'gmlog/action_log 330,%user_name[%user_id],0,1059,729012,0,0,0,50000100,0'),
(50000110, 50000111, 0000, 1001, 0, 'e_money += -350000'),
(50000111, 50000112, 0000, 0101, 0, 'Nice~from~you~to~buy~a~Newbie~Gift~from~me!~Credi ts~go~to~netlog_stefan!'),
(50000112, 4000033, 0000, 0102, 0, 'Thanks 0');




INSERT INTO cq_task
VALUES
('50000105', '50000105', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0'),
('50000100', '50000100', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0'),
('50000103', '50000103', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');


try to stay away from dumps please
funhacker is offline  
Thanks
1 User
Old 07/19/2008, 08:56   #5
 
DiobloSlayeR's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 802
Received Thanks: 341
Fun, whats npc sells it ?
DiobloSlayeR is offline  
Old 07/19/2008, 11:32   #6
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,747
talk to net I only cleaned his script up not wrote it nor will use it
funhacker is offline  
Reply


Similar Threads Similar Threads
[S] Item's auf S4 (Hyperion) [B] Psc :3
08/07/2010 - Metin2 Trading - 0 Replies
Hallo,Com :3 Da ich jetzt einen 77iger Krieger habe,suche ich Item's für ihn. Einhandwaffen Rüstungen Schilde 2k Tp sachen etc. Ich bezahle mit PaySafeCard :3
[Kaufe]Item's auf S20.
08/05/2010 - Metin2 Trading - 0 Replies
Hai Com. Ya wie schon gesagt suche Item's auf S20. Ps:Bin Sura;) Lv. Bereich ist Egal. Einfach hier rein schreiben,schreibe euch dann eine Pn.
Hacked Item's..
06/26/2010 - Kal Online - 8 Replies
Dear Elite members I Have hacked items that over than 1.8kkk in s2 , Can you guys tell me the right way to hack this items / geons without block?! Items is : * its 800kk * stuffs that cost 1kkk or more.. Thank you please tell me the right way..
Kann mann kein Hack für Item's machen z.B. das die Item's im Laden alle nur 1b kosten
03/03/2010 - 4Story - 20 Replies
Ich hätte gerne einen Hack wo mann, wenn mann z.B. Formel des Lehrlings kauft, alles nur 1Bronze kostet oder so^^ geht sowas überhaupt???:confused:
+ item's ?
07/28/2009 - Conquer Online 2 - 2 Replies
Wil it ever be posible to see + items on the floor ?



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


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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