Register for your free account! | Forgot your password?

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

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

Advertisement



How to create NPC for VIP

Discussion on How to create NPC for VIP within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Sep 2009
Posts: 188
Received Thanks: 64
How to create NPC for VIP

I wanna create a npc where the buyer just for vip. So I need an example of the coding SQL for it. THANK YOU.
haizamlee is offline  
Old 11/30/2010, 01:20   #2
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 260
already released by zuikislol use search function
dani-filth0 is offline  
Old 11/30/2010, 04:00   #3
 
~*Kronic*~'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 219
Received Thanks: 110
Even if you cannot find the post it's not very hard to make a query yourself, you need to learn to do some things independantly... or at least try. If you use the search button you should be able to find a cq_action list that will help you make things for yourself.
~*Kronic*~ is offline  
Thanks
3 Users
Old 11/30/2010, 04:06   #4
 
elite*gold: 0
Join Date: Sep 2009
Posts: 188
Received Thanks: 64
Quote:
Originally Posted by ~*Kronic*~ View Post
Even if you cannot find the post it's not very hard to make a query yourself, you need to learn to do some things independantly... or at least try. If you use the search button you should be able to find a cq_action list that will help you make things for yourself.
i've tried.. But it still cannot use..
haizamlee is offline  
Old 11/30/2010, 05:28   #5
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 260
i guess its kinda hard to search for things with only 3 letters
try this

INSERT INTO `cq_action` VALUES ('5991100', '5991101', '0000', '0101', '0', 'Hello!~I\'m~the~VIP~Teleporter!~and~I~can~Telepor t~you~to~any~of~these~VIP~Locations!');
INSERT INTO `cq_action` VALUES ('5991101', '5991102', '0000', '0102', '0', 'Take~me~to~the~VIP~4~Map. 5991106');
INSERT INTO `cq_action` VALUES ('5991102', '5991103', '0000', '0102', '0', 'Take~me~to~the~VIP~5~Map. 5991110');
INSERT INTO `cq_action` VALUES ('5991103', '5991104', '0000', '0102', '0', 'Take~me~to~the~VIP~6~Map. 5991114');
INSERT INTO `cq_action` VALUES ('5991104', '5991105', '0000', '0102', '0', 'Take~me~to~the~VIP~7~Map. 5991118');
INSERT INTO `cq_action` VALUES ('5991105', '4000034', '0000', '0102', '0', 'Nevermind. 0');
INSERT INTO `cq_action` VALUES ('5991106', '5991107', '5991109', '5001', '0', ' < 4');
INSERT INTO `cq_action` VALUES ('5991107', '5991108', '0000', '0101', '0', 'Your~Vip~is~lower~then~Level~4.~You~cannot~go~to~ this~VIP~map!');
INSERT INTO `cq_action` VALUES ('5991108', '4000034', '0000', '0102', '0', 'I\'m~Sorry. 0');
INSERT INTO `cq_action` VALUES ('5991109', '0000', '0000', '1003', '0', '8900 72 22 1');
INSERT INTO `cq_action` VALUES ('5991110', '5991111', '5991113', '5001', '0', ' < 5');
INSERT INTO `cq_action` VALUES ('5991111', '5991112', '0000', '0101', '0', 'Your~Vip~is~lower~then~Level~5.~You~cannot~go~to~ this~VIP~map!');
INSERT INTO `cq_action` VALUES ('5991112', '4000034', '0000', '0102', '0', 'I\'m~Sorry. 0');
INSERT INTO `cq_action` VALUES ('5991113', '0000', '0000', '1003', '0', '1902 80 23 1');
INSERT INTO `cq_action` VALUES ('5991114', '5991115', '5991117', '5001', '0', ' < 6');
INSERT INTO `cq_action` VALUES ('5991115', '5991116', '0000', '0101', '0', 'Your~Vip~is~lower~then~Level~6.~You~cannot~go~to~ this~VIP~map!');
INSERT INTO `cq_action` VALUES ('5991116', '4000034', '0000', '0102', '0', 'I\'m~Sorry. 0');
INSERT INTO `cq_action` VALUES ('5991117', '0000', '0000', '1003', '0', '1917 107 98 1');
INSERT INTO `cq_action` VALUES ('5991118', '5991119', '5991121', '5001', '0', ' < 7');
INSERT INTO `cq_action` VALUES ('5991119', '5991120', '0000', '0101', '0', 'Your~Vip~is~lower~then~Level~7.~You~cannot~go~to~ this~VIP~map!');
INSERT INTO `cq_action` VALUES ('5991120', '4000034', '0000', '0102', '0', 'I\'m~Sorry. 0');
INSERT INTO `cq_action` VALUES ('5991121', '0000', '0000', '1003', '0', '1918 108 97 1');
dani-filth0 is offline  
Thanks
3 Users
Old 11/30/2010, 06:21   #6
 
elite*gold: 0
Join Date: Sep 2009
Posts: 188
Received Thanks: 64
I need someone to check my coding... here i attached it ..
Attached Files
File Type: txt vip mall.txt (11.5 KB, 23 views)
haizamlee is offline  
Old 11/30/2010, 09:48   #7
 
elite*gold: 0
Join Date: Sep 2009
Posts: 188
Received Thanks: 64
Can someone help me
haizamlee is offline  
Old 11/30/2010, 16:31   #8
 
elite*gold: 0
Join Date: Aug 2010
Posts: 143
Received Thanks: 13
hey man open navicat and right click on my and choise consol and put this code


INSERT INTO `cq_action` VALUES ('5991100', '5991101', '0000', '0101', '0', 'Hello!~I\'m~the~VIP~Teleporter!~and~I~can~Telepor t~you~to~any~of~these~VIP~Locations!');
INSERT INTO `cq_action` VALUES ('5991101', '5991102', '0000', '0102', '0', 'Take~me~to~the~VIP~4~Map. 5991106');
INSERT INTO `cq_action` VALUES ('5991102', '5991103', '0000', '0102', '0', 'Take~me~to~the~VIP~5~Map. 5991110');
INSERT INTO `cq_action` VALUES ('5991103', '5991104', '0000', '0102', '0', 'Take~me~to~the~VIP~6~Map. 5991114');
INSERT INTO `cq_action` VALUES ('5991104', '5991105', '0000', '0102', '0', 'Take~me~to~the~VIP~7~Map. 5991118');
INSERT INTO `cq_action` VALUES ('5991105', '4000034', '0000', '0102', '0', 'Nevermind. 0');
INSERT INTO `cq_action` VALUES ('5991106', '5991107', '5991109', '5001', '0', ' < 4');
INSERT INTO `cq_action` VALUES ('5991107', '5991108', '0000', '0101', '0', 'Your~Vip~is~lower~then~Level~4.~You~cannot~go~to~ this~VIP~map!');
INSERT INTO `cq_action` VALUES ('5991108', '4000034', '0000', '0102', '0', 'I\'m~Sorry. 0');
INSERT INTO `cq_action` VALUES ('5991109', '0000', '0000', '1003', '0', '8900 72 22 1');
INSERT INTO `cq_action` VALUES ('5991110', '5991111', '5991113', '5001', '0', ' < 5');
INSERT INTO `cq_action` VALUES ('5991111', '5991112', '0000', '0101', '0', 'Your~Vip~is~lower~then~Level~5.~You~cannot~go~to~ this~VIP~map!');
INSERT INTO `cq_action` VALUES ('5991112', '4000034', '0000', '0102', '0', 'I\'m~Sorry. 0');
INSERT INTO `cq_action` VALUES ('5991113', '0000', '0000', '1003', '0', '1902 80 23 1');
INSERT INTO `cq_action` VALUES ('5991114', '5991115', '5991117', '5001', '0', ' < 6');
INSERT INTO `cq_action` VALUES ('5991115', '5991116', '0000', '0101', '0', 'Your~Vip~is~lower~then~Level~6.~You~cannot~go~to~ this~VIP~map!');
INSERT INTO `cq_action` VALUES ('5991116', '4000034', '0000', '0102', '0', 'I\'m~Sorry. 0');
INSERT INTO `cq_action` VALUES ('5991117', '0000', '0000', '1003', '0', '1917 107 98 1');
INSERT INTO `cq_action` VALUES ('5991118', '5991119', '5991121', '5001', '0', ' < 7');
INSERT INTO `cq_action` VALUES ('5991119', '5991120', '0000', '0101', '0', 'Your~Vip~is~lower~then~Level~7.~You~cannot~go~to~ this~VIP~map!');
INSERT INTO `cq_action` VALUES ('5991120', '4000034', '0000', '0102', '0', 'I\'m~Sorry. 0');
INSERT INTO `cq_action` VALUES ('5991121', '0000', '0000', '1003', '0', '1918 108 97 1');
server2010 is offline  
Old 11/30/2010, 17:27   #9
 
kyushiro's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 68
Received Thanks: 94
what code you wanna change just use the code given and you ready to go lol
kyushiro is offline  
Old 11/30/2010, 20:11   #10

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by haizamlee View Post
I need someone to check my coding... here i attached it ..
interesting ...

why you add every line into the cq_task?
magewarior2 is offline  
Old 11/30/2010, 20:11   #11
 
elite*gold: 0
Join Date: Sep 2009
Posts: 188
Received Thanks: 64
I dont mean npc to vip map.. i mean that npc that sell items just for vip only..
haizamlee is offline  
Old 11/30/2010, 20:51   #12
 
kyushiro's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 68
Received Thanks: 94
stop spamming and double posting guys remember follow the rules here we got moderators so please respect them and help them by not making any nonsense thread
kyushiro is offline  
Thanks
3 Users
Old 11/30/2010, 20:57   #13
 
~Sword~Stalker~.'s Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 1,784
Received Thanks: 1,054
Quote:
Originally Posted by kyushiro View Post
stop spamming and double posting guys remember follow the rules here we got moderators so please respect them and help them by not making any nonsense thread
whats the spam / double post in here ?
~Sword~Stalker~. is offline  
Old 11/30/2010, 22:15   #14
 
DEADP00L's Avatar
 
elite*gold: 20
Join Date: Sep 2008
Posts: 1,197
Received Thanks: 1,210
i deleted it sword
DEADP00L is offline  
Old 12/01/2010, 04:10   #15
 
elite*gold: 0
Join Date: Mar 2010
Posts: 399
Received Thanks: 514


maybe u can use this guide and put the npc in vip map .so vip player only can buy that things .
AziQ is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Help] how to create an NPC?
06/12/2010 - EO PServer Hosting - 0 Replies
Hello to all, someone could shed some light how to make an NPC from scratch with his own luckface your own name and so on. Cause I'm in big trouble when I do a few copies of an NPC and change the name of only one he automatically changes the name at all, and I did not want that. if anyone has any solution besides creating a new npc scratch please expose themselves thanks already
Please create MH 2.8
11/05/2008 - Metin2 - 4 Replies
MH 2.7 no use :(
is possible to create a hack to create items +7
07/14/2008 - Dekaron - 25 Replies
How can I create a hack to create items +7
Acc create?
02/11/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 4 Replies
Seeking a site where a man acc for 2moons psever can make pls posten :D



All times are GMT +2. The time now is 00: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.