Re: [Release] v55 Repack Based on Titan
Ok, I figured out how to do gm commands, but I can only do some, !job does not work(which is what I am wishing would work out of all of them), !killall doesn't work, but that one is ok, !map works, !shop works, !zakum works, and !horntail works, how do I make !job work? If I just type !job it will request I put in a job ID and tell me the list of job ID's, however if I do put a job ID, nothing happens...
Re: [Release] v55 Repack Based on Titan
lolx, i already told other people !job working,you didn't see all the pages?? just put !job me/IGN( job ID) thats it
Re: [Release] v55 Repack Based on Titan
is there an npc that sell nx?
Re: [Release] v55 Repack Based on Titan
ok i keep getting 2 failed and 1 succeeded. what do i do to unfail the 2?
Re: [Release] v55 Repack Based on Titan
Quote:
Originally Posted by
eosok
World IDs :
0 : Scania
1 : Bera
2 : Broa
3 : Windia
4 : Khaini
5 : Bellocan
6 : Mardia
7 : Kradia
8 : Yellonde
9 : Demethos
10 : Elnido
11 : Kastia
12 : Judis
13 : Arkenia
14 : Plana
15 : Galicia
16 : Kalluna
17 : Stius
18 : Croa
19 : Zenith
t0 : Tespia
t1 : Galicia
e : Empty
You forgot to tell that only 1 to 7 works. You can only use the worlds that GMS use.
Re: [Release] v55 Repack Based on Titan
Sorry for double post, but which database do you need to use?
Re: [Release] v55 Repack Based on Titan
Quote:
Originally Posted by
Biesmen
Sorry for double post, but which database do you need to use?
just use titanms database
Re: [Release] v55 Repack Based on Titan
Quote:
Originally Posted by
eosok
just use titanms database
Okay..
Re: [Release] v55 Repack Based on Titan
Quote:
Originally Posted by
eosok
just use titanms database
eosok is there an npc that sells nx?
and btw: is 4th job buggedd?
Re: [Release] v55 Repack Based on Titan
Quote:
Originally Posted by
eosok
My second release... v55 repack based on Titan
Working NPCs:
Teleport NPCs
Job NPCs
A Training NPC at Henesys (Meteor)
A Shop NPC at Henesys (Coco)
Commands Working:
!map
!level
!addap
!sp
!job
!dc
!stopserver
!horntail
!zakum
For more commands look in
Players.cpp
Known Errors :
D/Cing.. but it won't as long as you pick up drops and keep them from disappearing
Link for Download
http://www.mediafire.com/?10vux29jdit
Total Download Count : 1026
Feedback on errors and bugs please...
I will constantly be updating
Q/A
Q: It says "World Overpopulated" when I try to make a character!
A:You can relog, and it would work.
Alternatively, go into World.cpp
It should say:
Code:
void Worlds::showWorld(PlayerLogin* player){
World world;
strcpy_s(world.name, 15, "DYS");
world.channels = 1;
world.id = 9;
LoginPacket::showWorld(player, world);
LoginPacket::worldEnd(player);
}
Now Change it to
Code:
void Worlds::showWorld(PlayerLogin* player){
World world;
strcpy_s(world.name, 15, "Scania");
world.channels = 5;
world.id = 0;
LoginPacket::showWorld(player, world);
LoginPacket::worldEnd(player);
}
Alternatively, you can replace the
world.id with whatever you want, but it might say Over Popuplated from time to time, so deal with it if you change it.
World IDs :
0 : Scania
1 : Bera
2 : Broa
3 : Windia
4 : Khaini
5 : Bellocan
6 : Mardia
7 : Kradia
8 : Yellonde
9 : Demethos
10 : Elnido
11 : Kastia
12 : Judis
13 : Arkenia
14 : Plana
15 : Galicia
16 : Kalluna
17 : Stius
18 : Croa
19 : Zenith
t0 : Tespia
t1 : Galicia
e : Empty
i had tried the void Worlds::showWorld(PlayerLogin* player){
World world;
strcpy_s(world.name, 15, "Scania");
world.channels = 5;
world.id = 0;
LoginPacket::showWorld(player, world);
LoginPacket::worldEnd(player);
}
at first i can still get in to the game but now i key in this when i select channel its got an error on it and how come that when 1 people connect to my server my server got error or crashed.. can you tell me how to fix those problem thanks, wish that you will help ^.^
Re: [Release] v55 Repack Based on Titan
4th job is faking bugged !?
Re: [Release] v55 Repack Based on Titan
MY FRIENDS cant join it says server is under inspection?
Re: [Release] v55 Repack Based on Titan
Quote:
Originally Posted by
shinigami10
i done it already,( all the dced when you clicking your char because your mySQL is not right) if you using this repack please use this database
database
did you edit your loginpacket.ccp??
put database on for u :P
Re: [Release] v55 Repack Based on Titan
Quote:
Originally Posted by
eosok
did u hex it right?
i did it three times.
Re: [Release] v55 Repack Based on Titan
Quote:
Originally Posted by
y4na
i did it three times.
did u fix loginpacket.cpp?