Register for your free account! | Forgot your password?

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

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

Advertisement



need HELP with Teleporter

Discussion on need HELP with Teleporter within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
chathouse's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 220
Received Thanks: 59
need HELP with Teleporter

Code:
4001805	4001806	0	101	0	And~I~can~take~you~to~any~of~the~Locations~below!
4001806	4001807	0	102	0	I~need~to~go~to~Cronus 8920605
4001807	4001808	0	102	0	I~need~to~go~to~ElvenCity 4001820
4001808	4001809	0	102	0	I~need~to~go~to~GobiDesert 4001830
4001809	40018010	0	102	0	I~need~to~go~to~Market 655040
40018010	40018011	0	102	0	I~want~to~go~Another~Map! 40018013
40018011	4000034	0	102	0	No~Thanks~I'm~not~going 0
40018012	40018013	0	101	0	Text~1!
40018013	40018014	0	101	0	Text~2!
40018014	40018015	0	102	0	I~need~to~go~to~Dark~Marsh 655030
40018015	40018016	0	102	0	I~need~to~go~to~Icyland 657020
40018016	40018017	0	102	0	I~need~to~go~to~Island 657030
40018017	4000034	0	102	0	No~Thanks~I'm~not~going 0
Hy, i need help with this code, I do not understand where the fault lies there.

Here I want to reach the scroll at the teleporters to the next page you can.



The Part of I~need~to~go~to~Cronus and Nr1) No~Thanks~I'm~not~going 0 appears.

Only when I am on I~want~to~go~Another~Map! 40018013
are doing nothing so it then comes a new page where the text ~ 1 .... begins and until I~need~to~go~to~Island 657030 ends.

Code:
 this is code from GobiDesert Teleporter and works without problems

4007290	4007291	0	101	0	Wanna~use~the~Teleporter?~You~can~Teleport~to
4007291	4007292	0	101	0	Many~diffrent~maps!
4007292	4007293	0	101	0	
4007293	4007294	0	102	0	I'll~use~the~Teleporter 4007300
4007294	4000034	0	102	0	Nothing 0
4007300	4007301	0	101	0	Hello!~I'm~the~Cronus~Teleporter!
4007301	4007302	0	101	0	And~I~can~Teleport~you~to~any~of~these~Locations!
4007302	4007303	0	102	0	I~want~to~go~to~GobiDesert 4004715
4007303	4007304	0	102	0	I~want~to~go~to~ElvenCity 4001820
4007304	4007306	0	102	0	I~want~to~go~to~the~Market 4001840
4007305	4000034	0	102	0	I'm~not~leaveing 0
4007306	4007305	0	102	0	I~want~to~go~to~Another~Map! 4007310
4007310	4007311	0	101	0	These~are~the~maps~that~are~not~too~well~known!
4007311	4007312	0	101	0	It~will~cost~you~10k~Gold~to~teleport~to~them!
4007312	4007313	0	101	0	But~you~need~to~be~level~25~and~it~will~still~cost~700k~to~go~to~CataMaze~and~IceMaze!
4007313	4007314	0	102	0	I'll~Teleport~to~Arena! 4007350
4007314	4007315	0	102	0	I'll~Teleport~to~ElephantHill! 4007330
4007315	4007316	0	102	0	I'll~Teleport~to~CataMaze! 4007320
4007316	4007317	0	102	0	I'll~Teleport~to~IceMaze! 4007340
4007317	4000034	0	102	0	No~Thanks! 0
What am I doing wrong?

ty for help
chathouse is offline  
Old 01/17/2010, 19:34   #2
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 919
please use that seach button first ok
here is it:
Code:
4007350delete from cq_npc where id >= 3029 and id <= 3029;
delete from cq_npc where id >= 1052 and id <= 1052;
INSERT INTO `cq_npc` VALUES ('1052', '0', '0', 'CronusTeleport', '0001', '10527', '0', '0', '-1', '1000', '0323', '0416', '4709150', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ÎÞ', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');
INSERT INTO `cq_npc` VALUES ('3029', '0', '0', 'GobiTeleporter', '0001', '30296', '0', '0', '-1', '3000', '0177', '0413', '4007300', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', 'ÎÞ', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');

delete from cq_action where id >= 4001817 and id <= 4001818;
delete from cq_action where id >= 4001806 and id <= 4001807;
delete from cq_action where id >= 4004705 and id <= 4004709;
delete from cq_action where id >= 4007290 and id <= 4007294;
delete from cq_action where id >= 4007300 and id <= 4007304;
delete from cq_action where id >= 4007306 and id <= 4007306;
delete from cq_action where id >= 655000 and id <= 655004;
delete from cq_action where id >= 655020 and id <= 655020;
delete from cq_action where id >= 655030 and id <= 655030;
delete from cq_action where id >= 657000 and id <= 657004;
delete from cq_action where id >= 657020 and id <= 657020;
delete from cq_action where id >= 657030 and id <= 657030;
delete from cq_action where id >= 654000 and id <= 654004;
delete from cq_action where id >= 654020 and id <= 654020;
delete from cq_action where id >= 654030 and id <= 654030;
delete from cq_action where id >= 4008009 and id <= 4008009;
delete from cq_action where id >= 4008000 and id <= 4008003;
delete from cq_action where id >= 3401113 and id <= 3401114;
delete from cq_action where id >= 4007316 and id <= 4007317;
delete from cq_action where id >= 4007320 and id <= 4007320;
delete from cq_action where id >= 4007322 and id <= 4007322;
delete from cq_action where id >= 4007324 and id <= 4007324;
delete from cq_action where id >= 4007330 and id <= 4007334;
delete from cq_action where id >= 4007340 and id <= 4007342;
delete from cq_action where id >= 4007350 and id <= 4007352;
delete from cq_action where id >= 3509020 and id <= 3509025;
delete from cq_action where id >= 3509027 and id <= 3509027;
delete from cq_action where id >= 670222 and id <= 670223;
delete from cq_action where id >= 3401100 and id <= 3401106;
delete from cq_action where id >= 3401110 and id <= 3401110;
delete from cq_action where id >= 3401112 and id <= 3401112;
delete from cq_action where id >= 4007310 and id <= 4007317;
delete from cq_action where id >= 655023 and id <= 655023;
delete from cq_action where id >= 4007325 and id <= 4007326;
delete from cq_action where id >= 4007333 and id <= 4007334;
delete from cq_action where id >= 4007353 and id <= 4007354;
delete from cq_action where id >= 4007343 and id <= 4007344;

INSERT INTO `cq_action` VALUES ('4001817', '4001818', '0000', '0101', '0', '%user_name!~Its~good~to~see~you~again!~Its~been');
INSERT INTO `cq_action` VALUES ('4001818', '4001806', '0000', '0101', '0', 'so~long!~Where~will~you~go~this~time?');
INSERT INTO `cq_action` VALUES ('4001806', '4001807', '0000', '0102', '0', 'Please~take~me~to~ElvenCity. 4001820');
INSERT INTO `cq_action` VALUES ('4001807', '4007306', '0000', '0102', '0', 'Please~take~me~to~GobiDesert. 4001830');
INSERT INTO `cq_action` VALUES ('4004705', '4004706', '0000', '0101', '0', 'Hello,~I\'m~the~ElvenCity~Teleporter~and~I~can~take~you~to~any~of~the~places~below.');
INSERT INTO `cq_action` VALUES ('4004706', '4004707', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('4004707', '4004708', '0000', '0102', '0', 'Please~take~me~to~Cronus. 4004715');
INSERT INTO `cq_action` VALUES ('4004708', '4004709', '0000', '0102', '0', 'Please~take~me~to~GobiDesert. 4004720');
INSERT INTO `cq_action` VALUES ('4004709', '4007306', '0000', '0102', '0', 'Please~take~me~to~Market. 4004725');
INSERT INTO `cq_action` VALUES ('4007290', '4007291', '0000', '0101', '0', 'Its~very~hot~in~GobiDesert,~it~doesnt~surprise');
INSERT INTO `cq_action` VALUES ('4007291', '4007292', '0000', '0101', '0', 'me~that~you~want~to~leave.');
INSERT INTO `cq_action` VALUES ('4007292', '4007293', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('4007293', '4007294', '0000', '0102', '0', 'Yea,~where~can~I~go? 4007300');
INSERT INTO `cq_action` VALUES ('4007294', '4000034', '0000', '0102', '0', 'I~actualy~like~the~heat. 0');
INSERT INTO `cq_action` VALUES ('4007300', '4007301', '0000', '0101', '0', 'Just~tell~me~where~you~want~to~go~and~I\'ll~send~you~there!');
INSERT INTO `cq_action` VALUES ('4007301', '4007302', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('4007302', '4007303', '0000', '0102', '0', 'Please~take~me~to~Cronus. 4004715');
INSERT INTO `cq_action` VALUES ('4007303', '4007304', '0000', '0102', '0', 'Please~take~me~to~ElvenCity. 4001820');
INSERT INTO `cq_action` VALUES ('4007304', '4007306', '0000', '0102', '0', 'Please~take~me~to~Market. 4001840');
INSERT INTO `cq_action` VALUES ('4007306', '4007305', '0000', '0102', '0', 'Please~take~me~to~Another~Area. 4007310');
INSERT INTO `cq_action` VALUES ('655000', '655001', '0000', '0101', '0', '%user_name!~Your~back!~Haha~but~I~see~your~leaving~again~I~see.');
INSERT INTO `cq_action` VALUES ('655001', '655002', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('655002', '655003', '0000', '0102', '0', 'Please~take~me~to~Icyland. 655020');
INSERT INTO `cq_action` VALUES ('655003', '655004', '0000', '0102', '0', 'Please~take~me~to~DarkMarsh. 655030');
INSERT INTO `cq_action` VALUES ('655004', '4007306', '0000', '0102', '0', 'Please~take~me~to~Market 655040');
INSERT INTO `cq_action` VALUES ('655020', '655021', '655023', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('655030', '655031', '655033', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('657000', '657001', '0000', '0101', '0', 'Welcome~to~DarkMarsh!~This~is~the~Best~place~in~the~whole~Galaxy!~I~love~it~here,~dont~you~just~love~the~Smell~of~that~Fog~Air?');
INSERT INTO `cq_action` VALUES ('657001', '657002', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('657002', '657003', '0000', '0102', '0', 'Please~take~me~to~IcyLand. 657020');
INSERT INTO `cq_action` VALUES ('657003', '657004', '0000', '0102', '0', 'Please~take~me~to~Island. 657030');
INSERT INTO `cq_action` VALUES ('657004', '4007306', '0000', '0102', '0', 'Please~take~me~to~Market. 657040');
INSERT INTO `cq_action` VALUES ('657020', '657021', '657023', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('657030', '657031', '657033', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('654000', '654001', '0000', '0101', '0', 'Its~S-S-So~cold!~Would~you~like~to~leave?');
INSERT INTO `cq_action` VALUES ('654001', '654002', '0000', '0101', '0', 'I~would!');
INSERT INTO `cq_action` VALUES ('654002', '654003', '0000', '0102', '0', 'Please~take~me~to~Island. 654020');
INSERT INTO `cq_action` VALUES ('654003', '654004', '0000', '0102', '0', 'Please~take~me~to~DarkMarsh. 654030');
INSERT INTO `cq_action` VALUES ('654004', '4008009', '0000', '0102', '0', 'Please~take~me~to~Market. 654040');
INSERT INTO `cq_action` VALUES ('654020', '654021', '654023', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('654030', '654031', '654033', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('4008009', '4007306', '0000', '0102', '0', 'Please~take~me~to~IcyAdventure~Zone 4008000');
INSERT INTO `cq_action` VALUES ('4008003', '4008004', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('4008002', '4008003', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('4008001', '4008002', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('4008000', '4008001', '0000', '0101', '0', 'The~Icy~AdventureZone~is~a~vile~place!~You~shouldnt~go~there,~the~monsters~are~so~Powerfull!~Beware!');
INSERT INTO `cq_action` VALUES ('3401112', '3401115', '3401113', '1001', '0', 'money < 1');
INSERT INTO `cq_action` VALUES ('3401110', '3401111', '3401112', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('3401106', '4000034', '0000', '0102', '0', 'Nevermind. 0');
INSERT INTO `cq_action` VALUES ('3401105', '3401106', '0000', '0102', '0', 'Please~take~me~to~Island. 3401110');
INSERT INTO `cq_action` VALUES ('3401104', '3401105', '0000', '0102', '0', 'Please~take~me~to~DarkMarsh. 655030');
INSERT INTO `cq_action` VALUES ('3401103', '3401104', '0000', '0102', '0', 'Please~take~me~to~IcyLand.  655020');
INSERT INTO `cq_action` VALUES ('3401102', '3401103', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('3401101', '3401102', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('3401100', '3401101', '0000', '0101', '0', 'I\'m~the~Advanced~Teleporter!~Where~shall~I~take~you?');
INSERT INTO `cq_action` VALUES ('3401113', '3401114', '0000', '1001', '0', 'money += -1');
INSERT INTO `cq_action` VALUES ('3401114', '0000', '0000', '1003', '0', '5000 915 1005 1');
INSERT INTO `cq_action` VALUES ('4007316', '4007317', '0000', '0102', '0', 'Please~take~me~to~IceMaze. 4007340');
INSERT INTO `cq_action` VALUES ('4007317', '4000034', '0000', '0102', '0', 'Nevermind. 0');
INSERT INTO `cq_action` VALUES ('4007320', '4007321', '4007322', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('4007322', '4007323', '4007324', '1001', '0', 'money < 0');
INSERT INTO `cq_action` VALUES ('4007324', '4007325', '0000', '1001', '0', 'money += -0');
INSERT INTO `cq_action` VALUES ('4007330', '4007321', '4007331', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('4007331', '4007323', '4007332', '1001', '0', 'money < 0');
INSERT INTO `cq_action` VALUES ('4007333', '0000', '4007334', '1107', '0', '6000 1011 317');
INSERT INTO `cq_action` VALUES ('4007332', '4007333', '0000', '1001', '0', 'money += -0');
INSERT INTO `cq_action` VALUES ('4007334', '0000', '0000', '1003', '0', '6000 1011 317');
INSERT INTO `cq_action` VALUES ('4007340', '4007321', '4007341', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('4007341', '4007323', '4007342', '1001', '0', 'money < 0');
INSERT INTO `cq_action` VALUES ('4007342', '4007343', '0000', '1001', '0', 'money += -0');
INSERT INTO `cq_action` VALUES ('4007350', '4007321', '4007351', '1001', '0', 'level < 1');
INSERT INTO `cq_action` VALUES ('4007351', '4007323', '4007352', '1001', '0', 'money < 0');
INSERT INTO `cq_action` VALUES ('4007352', '4007353', '0000', '1001', '0', 'money += -0');
INSERT INTO `cq_action` VALUES ('3509020', '3509021', '0000', '0101', '0', 'My~name~is~SinClaire.~I~will~take~you~to~the~forbidden~lands!~For~a~Price.');
INSERT INTO `cq_action` VALUES ('3509021', '3509022', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('3509022', '3509023', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('3509023', '9722000', '0000', '0102', '0', 'Then~take~me~to~Volcano! 670222');
INSERT INTO `cq_action` VALUES ('3509024', '3509025', '0000', '0102', '0', 'Then~take~me~to~LostLand! 3909420');
INSERT INTO `cq_action` VALUES ('3509025', '3509027', '0000', '0102', '0', 'Then~take~me~to~IceMaze! 3509040');
INSERT INTO `cq_action` VALUES ('3509027', '4000015', '0000', '0102', '0', 'Nevermind! 0');
INSERT INTO `cq_action` VALUES ('670222', '670223', '0000', '1003', '0', '6000 1011 317');
INSERT INTO `cq_action` VALUES ('670223', '4000015', '0000', '0000', '0', '');
INSERT INTO `cq_action` VALUES ('4007310', '4007311', '0000', '0101', '0', 'These~are~Special~Locations.~Please~decide~where~you~wish~to~go.');
INSERT INTO `cq_action` VALUES ('4007311', '4007312', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('4007313', '4007314', '0000', '0102', '0', 'Please~take~me~to~ElephantHill. 4007350');
INSERT INTO `cq_action` VALUES ('4007314', '4007315', '0000', '0102', '0', 'Please~take~me~to~Volcano. 4007330');
INSERT INTO `cq_action` VALUES ('4007315', '4007316', '0000', '0102', '0', 'Please~take~me~to~CataMaze. 4007320');
INSERT INTO `cq_action` VALUES ('4007312', '4007313', '0000', '0101', '0', '');
INSERT INTO `cq_action` VALUES ('4007316', '4007317', '0000', '0102', '0', 'Please~take~me~to~IceMaze. 4007340');
INSERT INTO `cq_action` VALUES ('4007317', '4000034', '0000', '0102', '0', 'Nevermind. 0');
INSERT INTO `cq_action` VALUES ('655023', '0000', '0000', '1003', '0', '4000 355 324');

INSERT INTO `cq_action` VALUES ('4007344', '0000', '0000', '1003', '0', '5400 40 340');
INSERT INTO `cq_action` VALUES ('4007343', '0000', '4007344', '1107', '0', '5400 40 340');
INSERT INTO `cq_action` VALUES ('4007334', '0000', '0000', '1003', '0', '6000 1011 317');
INSERT INTO `cq_action` VALUES ('4007333', '0000', '4007334', '1107', '0', '6000 1011 317');
INSERT INTO `cq_action` VALUES ('4007325', '0000', '4007326', '1107', '0', '5200 588 592');
INSERT INTO `cq_action` VALUES ('4007353', '0000', '4007354', '1107', '0', '1020 200 100');
INSERT INTO `cq_action` VALUES ('4007326', '0000', '0000', '1003', '0', '5200 588 592');
INSERT INTO `cq_action` VALUES ('4007354', '0000', '0000', '1003', '0', '1020 200 100');
PraDevil[ELITE] is offline  
Thanks
1 User
Old 01/17/2010, 20:54   #3
 
chathouse's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 220
Received Thanks: 59
this is worng sql files.

i become always duplicate error
chathouse is offline  
Old 01/17/2010, 21:11   #4
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 919
4007350delete from cq_npc where id >= 3029 and id <= 3029;
delete the red id in the first action id

sorry im using another pc..so i take the query from diablo..
PraDevil[ELITE] is offline  
Thanks
1 User
Old 01/18/2010, 04:44   #5
 
chathouse's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 220
Received Thanks: 59
k ty The manual was a little confusing. or I have not really understood. But you had me also say that the number within the param heard in the cq_task.

One text with this: I'll~use~the~Teleporter 4001806 <- this number must in cq_task
and for switch I~want~to~go~to~Another~Map! 40018013 <- must this number in cq_task so I the next or the next page of text beginning with

Code:
40018013	40018014	0	101	0	These~are~the~maps~that~are~not~too~well~known!

Is now a bit awkward to me and said if anyone reads this knows of none.


simply to say: finally it functions =)

*ty for help*
chathouse is offline  
Old 01/18/2010, 15:51   #6
 
PraDevil[ELITE]'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 1,486
Received Thanks: 919
for the cq_task i think all Pserver have that id u say..coz its just a replacement from the old cq_action id..
anyways goodluck for your server
PraDevil[ELITE] is offline  
Reply


Similar Threads Similar Threads
Teleporter
07/25/2010 - Metin2 Private Server - 2 Replies
also ich möchte eine neue map in mein server einbauen ich kome in den map mit Warp rein hab ihn in teleporter eingetragen er portet mich net hier kuckt mal -- Teleporter quest map_warp begin state start begin when 9012.chat."Möchtest du reisen?" begin say_title("Teleporter:") say("Dies ist eine faszinierende Gegend. Aber") say("passiert hier denn auch mal etwas") say("Außergewöhnliches? Eher wohl nicht. In anderen") say("Teilen des Landes sieht es mitunter ganz...
Teleporter bug
05/21/2010 - Metin2 Private Server - 4 Replies
Hallo, wollte mal fragen habe einen P-Server das problem ist mit dem Teleporter ich komme zwar an den gewünschten Ort aber habe dann Schwarzes Bild und muss dann Metin neu starten! Wie kann man dies beheben? MfG Deanga
TELEPORTER
03/21/2010 - Metin2 Private Server - 0 Replies
is es möglich neue portmöglichkeiten zu machen also zB map2 stadt oder.... also ganz neue hinzuzufügen !
Teleporter Bug?!
11/08/2009 - Metin2 Private Server - 4 Replies
Guten Abend Com, folgendes Problem, ich habe den Teleporter übersetzt, server neugestartet (<- Das ganze mehrmals). IG ist er dann auf Deutsch, aber wenn ich jetzt ne neue Quest schreibe, also IG "/reload q" eingebe, ist er wieder auf chinesisch. => Selbes problem bei der Anfangsquest (wo es das pferd geben soll, bei der bekomme auch nur ich das Pferd, andere Spieler bekommen nur die items.
[help] Teleporter
10/24/2009 - EO PServer Hosting - 5 Replies
Hello friends, I have a problem. I created a teleport npc and you can not click on it, the id is not showing. add the actions in cq_task, put the id of speech in cq_npc ... someone help me? if not understood can show some ss to improve my doubts!



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


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.