Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
When I load LocalHost.exe, It works fine and all that. I log in, select world, channel then I get to the character selection screen. I select my character and all that. But then it doesnt log me in. It just stays at the selection screen. Then after 20 seconds it logs me off and says "Unable to connect to server" Can you help?
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
Great release, also loving the noob guide.
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
Quote:
Q: My COMMANDS won't work!
A: For !mesos : put !mesos [amount].The amount cannot be over 1000000000
For !level : put !level [IGN or me] [Level]
Example : !level GMDYS 200
For !job : put !job [IGN or me] [Job number]
Example : !job GMDYS 510
Job numbers are:
100 - Swordsman
200 - Magician
300 - Archer
400 - Thief
500 - GM
510 - SuperGM
For second Job Advancement ID, put 1, 2, or 3 on the ten digit
Example : 230 - Cleric
Third job, change the one digit to 1
For example : 131 - Dragon Knight
Fourth job, change to 2
For example : 132 - Dark Knight
!killall.... try !killa11 instead.
For !item.... put !item [Item Number] [Amount]
Item numbers can be found at sauna.gibbed.us
If you don't specify an amount, the amount will automatically be 1.
Still wont work....`
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
Quote:
Originally Posted by
XenonStory
Great release, also loving the noob guide.
thx
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
Quote:
Originally Posted by
snowmaple
Still wont work....`
which ones
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
eosok.. Since my MySQL password MUST be root, I changed that in MYSQLM.cpp. I cannot login though.. Can this be a cause of that? I get:
Quote:
Unable to log on to the game server. Please try again later.
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
Quote:
Originally Posted by
DudeMan2121
eosok.. Since my MySQL password MUST be root, I changed that in MYSQLM.cpp. I cannot login though.. Can this be a cause of that? I get:
yea... probably
y MUST it b root?
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
It says access denied if I don't put any. You know how I can change it so I don't HAVE to have a password?
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
Quote:
Originally Posted by
eosok
which ones
The commands dont work like !job , or !mesos , and lots more dont work , and plus theres still lag !!
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
Quote:
Originally Posted by
DudeMan2121
It says access denied if I don't put any. You know how I can change it so I don't HAVE to have a password?
where does it say access denied
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
When I create my connection and double click it in Navicat.
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
I've been noticing that every time I receive maxed 4th job skills (whether through the 4th job instructor or through the npc) and decide to log out, I can't seem to log back in on that character - "error code: 38 (reached the end of the file". :eek6:
Anyone know of a solution to my dilemma?
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
works fine i get one error
Quote:
------ Build started: Project: MapleStoryServer, Configuration: Debug Win32 ------
Compiling...
LoginPacket.cpp
c:\documents and settings\daniel\desktop\dys repack(2)\dys repack\dys repack\connection\selector.h(18) : fatal error C1083: Cannot open include file: 'Winsock2.h': No such file or directory
Build log was saved at "file://c:\Documents and Settings\Daniel\Desktop\DYS REPACK(2)\DYS REPACK\DYS Repack\MapleStoryServer\Debug\BuildLog.htm"
MapleStoryServer - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========
dunno what thats about, also when i start server i starts fine i created a char. but i wouldnt go into the game stuck at char select. any ideas?
great guide btw
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
exactly what part of :
packet.addByte(127); // IP
packet.addByte(0);
packet.addByte(0);
packet.addByte(1);
am I suppose to replace with my hamachi ip... like where do I put it cause I keep getting errors
Re: [Release] v55 Repack Based on Titan (Noob Guide Included)
Quote:
Originally Posted by
thatruth305
exactly what part of :
packet.addByte(127); // IP
packet.addByte(0);
packet.addByte(0);
packet.addByte(1);
am I suppose to replace with my hamachi ip... like where do I put it cause I keep getting errors
it is something like:
example ur ip address is 5.291.258.240
so u change it to:
packet.addByte(5); // IP
packet.addByte(291);
packet.addByte(258);
packet.addByte(240);
thats all.