Register for your free account! | Forgot your password?

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

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

Advertisement



[HELP] IP, Name problem

Discussion on [HELP] IP, Name problem within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 261
Unhappy [HELP] IP, Name problem

hi guyz , i have serious that , i've made a PS and its based on other server ip and name , but when i try to change the the MSG server keep says connecting to accounserver again ,
i just want to make sure what exactly the should i edit and where to put the IP and where to put the name of the server , cuz i have no idea about the new files like authorized DB ... etc
plz help me ,i will really appreciate it .
Regards.
dani-filth0 is offline  
Old 11/28/2008, 02:05   #2
 
commandcom's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 84
Received Thanks: 23
Quote:
Originally Posted by dani-filth0 View Post
hi guyz , i have serious that , i've made a PS and its based on other server ip and name , but when i try to change the the MSG server keep says connecting to accounserver again ,
i just want to make sure what exactly the should i edit and where to put the IP and where to put the name of the server , cuz i have no idea about the new files like authorized DB ... etc
plz help me ,i will really appreciate it .
Regards.
its because of shell.dat when you edit it with notepad there come spaces (20 in hex)
but there need to be only info and zeros (00 in hex) look pic above if you have data like there it will work ^^

look there down 2 windows are correct top one is incorrect
so go grab some and edit with it
also file size must be 72 bytes if more it also wont start
commandcom is offline  
Old 11/28/2008, 13:39   #3
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 261
ok thx for this , but what about the gameserver.cfg in MSG and AuthorizeDB.cfg gameserver.cfg in the ACC server , how should i make them plz post SS
cuz when i tried to run the server the MSG and NPC are failed to connect to ACCserver
dani-filth0 is offline  
Old 11/28/2008, 14:55   #4
 
commandcom's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 84
Received Thanks: 23
i did put all my ips to no-ip and run good no problem only thing u do for no-ip is that u make loopback in hosts to your comp then open ports
5816
8653
9958
9870
9865
and voila... ^^
commandcom is offline  
Old 11/28/2008, 16:31   #5
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 261
and how to open those ports , and if no ip how could other ppl join the server ?
dani-filth0 is offline  
Old 11/28/2008, 18:46   #6
 
commandcom's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 84
Received Thanks: 23
portforwarding: get your router model and read
no-ip is in that case when you have dynamic ip(means ip will change after every router or comp restart) so you need to make some adress
incase you have static ip(ip will not change after restarts/ power failures etc. then you dont need no-ip) you just use your ip
and theres 3rd case when you have broadband connection that means you dont have router at all then goes global ip and jou need to open ports from firewall
i know its messy now lol just ask if you dont get it
commandcom is offline  
Old 11/28/2008, 19:00   #7
 
rexes13's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,408
Received Thanks: 405
lol commandcom and greek developing team rulezzzz eimai kai egw ellhnas kai mexri stigmhs 3erw esena kai ton johns22 ka8ws kai ton cyberghoser1 kalh synexeia paidia
rexes13 is offline  
Old 11/28/2008, 20:07   #8
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 261
guyz i have 2 question , idk if the can be done , however , i wanna know how can i allow mount in spcial regions like cata and TG ground ... etc
2 - how can i change the mount of gold drop , like make it 1m or more ,
3 - how can i make the sum of the the portals 999 like darknightEO
4 - how can i change the price in the NPC mage pipy which sells expballs
5 - how can i remove the NPC 100 which sells special expballs and inbox unis , or atleast make it work and how to edit it price
dani-filth0 is offline  
Old 11/28/2008, 21:46   #9
 
commandcom's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 84
Received Thanks: 23
2 i dont understand what you mean
3 whats darknighteo
4 i made it so i know
Code:
delete from cq_action where id >= 50000000 and id <= 50000012;
delete from cq_npc where id = 1550 ;
delete from cq_task where id = 50000000;
delete from cq_task where id = 50000003;
delete from cq_task where id = 50000005;

INSERT INTO `cq_npc` VALUES ('1550', '0', '0', 'MagePeppy', '0002', '15500', '0', '0', '-1', '1000', '0304', '0450', '50000000', '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
   (50000000, 50000001, 0000, 0101, 0, 'My~name~is~MagePeppy.~Would~you~buy~some~Special~Expball~Packs?');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (50000001, 50000002, 0000, 0102, 0, 'I~would~like~few~Special~Expballs~for~20k~EPs. 50000003');

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

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (50000003, 50000005, 50000004, 0508, 0, '1 0 50');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (50000004, 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
   (50000005, 50000006, 50000008, 1001, 0, 'e_money < 20000');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (50000006, 50000007, 0000, 0101, 0, 'You~do~not~have~enough~EP~to~buy~a~Special~Expballs.~Come~back~when~you~do.');

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

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (50000008, 50000009, 0000, 0501, 724041, '');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (50000009, 50000010, 0000, 1085, 0, 'gmlog/action_log 330,%user_name[%user_id],0,1059,724041,0,0,0,50000000,0');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (50000010, 50000011, 0000, 1001, 0, 'e_money += -20000');

INSERT INTO cq_action
   (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
   (50000011, 50000012, 0000, 0101, 0, 'Thank~You~for~buying~an~Special~Expball.~Hope~to~see~you~again.');

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




INSERT INTO `cq_task` VALUES ('50000005', '50000005', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000000', '50000000', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000003', '50000003', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
you can run this query neverending just look for number 20000 its set to give this if want less change it and run query also change its text value
5 this seems to be a broken npc i doesnt have values in cq_action
as known all npc's start from 200 i havent test but maybe its good to remove it from cq_monstertype
damn guys you are pm's and dont know how to trace cq_action id's.... its truly amazing....
commandcom is offline  
Thanks
1 User
Old 11/29/2008, 05:14   #10
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 261
about portals , i mean the town and random portals , when u buy it from shopping mall u have mount 10 i wanna make it 999 , and DarkNightEO isa private server
dani-filth0 is offline  
Old 11/29/2008, 09:34   #11
 
cyberghoser1's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 504
Received Thanks: 1,069
to remove the npc "100" from the market look in cq_npc and delete the one with name cyrus.....done
cyberghoser1 is offline  
Thanks
1 User
Old 11/29/2008, 15:52   #12
 
commandcom's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 84
Received Thanks: 23
nice
i did search alot and it still there but now its gone ^^
ty teo
commandcom is offline  
Old 11/29/2008, 15:54   #13
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 261
cant find cyrus , can u tell me how to edit it plz ?
dani-filth0 is offline  
Reply


Similar Threads Similar Threads
Metin 2 Pserver Problem/ Lösung für das Matrix Kartennummer Problem
01/04/2010 - Metin2 Private Server - 3 Replies
Hy Leute Wie in der Überschrift genannt, hab ich gerade ein Problem mit meinem Metin 2Server. Ich lasse ihn via Loopbackadapter laufen, funktioniert auch ganz gut. Ich hab aber jetzt das Poblem, das in meinem Account nur noch Krieger mit Level null stehen. Wie kann ich das Beheben??, das is auch manchmal da, wenn ich via Navicat n neuen Account mach. Hoffe einer hatt ne Lösung Hab n Screenshot im Anhang Aber ich hab ja auch ne Lösung für n anderes Problem. Gestern hatte ich beim...
[Problem] Problem with server starting - cannot find quest index for PaxHeader
12/22/2009 - Metin2 Private Server - 1 Replies
Hello! I have this same problem as here when i'm starting my server: http://www.elitepvpers.com/forum/metin2-pserver-di scussions-questions/307143-metin2-serverfiles-ques t-index-fehler.html But I didn't know the answer.. how to repair this? Greetings



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


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.