[HELP] IP, Name problem

11/28/2008 01:26 dani-filth0#1
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.
11/28/2008 02:05 commandcom#2
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 ^^
[Only registered and activated users can see links. Click Here To Register...]
look there down 2 windows are correct top one is incorrect
so go grab some [Only registered and activated users can see links. Click Here To Register...] and edit with it
also file size must be 72 bytes if more it also wont start
11/28/2008 13:39 dani-filth0#3
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
11/28/2008 14:55 commandcom#4
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... ^^
11/28/2008 16:31 dani-filth0#5
and how to open those ports , and if no ip how could other ppl join the server ?
11/28/2008 18:46 commandcom#6
portforwarding: [Only registered and activated users can see links. Click Here To Register...] 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 [Only registered and activated users can see links. Click Here To Register...] 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 [Only registered and activated users can see links. Click Here To Register...] 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 :D
11/28/2008 19:00 rexes13#7
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
11/28/2008 20:07 dani-filth0#8
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
11/28/2008 21:46 commandcom#9
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....
11/29/2008 05:14 dani-filth0#10
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
11/29/2008 09:34 cyberghoser1#11
to remove the npc "100" from the market look in cq_npc and delete the one with name cyrus.....done ;)
11/29/2008 15:52 commandcom#12
nice
i did search alot and it still there but now its gone ^^
ty teo
11/29/2008 15:54 dani-filth0#13
cant find cyrus , can u tell me how to edit it plz ?