Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

!Kerningcity ,and stuff

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 14, 2008
Messages
27
Reaction score
0
Okay This is First Thread So I'm Going To Mouch Off Some People=) SO I ADMIT I DID NOT CREATE THIS NOR DO I TAKE CREDIT!!!! SO No HAte Mail etc......
PLZ READ FULL THING

That is it for::
TitanMS Sources srry ill try to convert but probably not gunna happen by me go look fot some odin i bet ther is one

Credits::::::
Dogiedog (created all)
And Zizizik(added omega sector)

What did i do???
Well I fixed the Bug!....

Reason For Release::: First I saw Dogiedogs Thread And Said WOW Thats COOL!
So I Added t My Server AND FOUND KERNING CITY AND ELNATH AND ALL CITY WITH SPACES DIDNT WORK!!!!! SO i Fiddled Around and i Noticed That The spaces in Gm Commands Do Not Work Properly........ So i just Deleted them And SHAAZAAAM It Worked!!!!!! Well First i Told Dogiedog my fix but he never got around to fixing it so i decided to make a thread so here it is::::::::::::::::::::::::::::::::

Code:
else if(strcmp(command, "southperry") == 0){
Maps::changeMap(player , 60000, 0);
}
else if(strcmp(command, "henesys") == 0){
Maps::changeMap(player , 100000000, 0);
}
else if(strcmp(command, "ellinia") == 0){
Maps::changeMap(player , 101000000, 0);
}
else if(strcmp(command, "perion") == 0){
Maps::changeMap(player , 102000000, 0);
}
else if(strcmp(command, "kerningcity") == 0){
Maps::changeMap(player , 103000000, 0);
}
else if(strcmp(command, "lithharbor") == 0){
Maps::changeMap(player , 104000000, 0);
}
else if(strcmp(command, "sleepywood") == 0){
Maps::changeMap(player , 105040300, 0);
}
else if(strcmp(command, "orbis") == 0){
Maps::changeMap(player , 200000000, 0);
}
else if(strcmp(command, "elnath") == 0){
Maps::changeMap(player , 211000000, 0);
}
else if(strcmp(command, "ludi") == 0){
Maps::changeMap(player , 220000000, 0);
}
else if(strcmp(command, "omegasector") == 0){
Maps::changeMap(player , 221000000, 0);
}
else if(strcmp(command, "aqua") == 0){
Maps::changeMap(player , 230000000, 0);
}
else if(strcmp(command, "kft") == 0){
Maps::changeMap(player , 222000000, 0);
}
else if(strcmp(command, "leafre") == 0){
Maps::changeMap(player , 240000000, 0);
}
else if(strcmp(command, "mulung") == 0){
Maps::changeMap(player , 250000000 , 0);
}
else if(strcmp(command, "herbtown") == 0){
Maps::changeMap(player , 251000000, 0);
}
else if(strcmp(command, "amoria") == 0){
Maps::changeMap(player , 680000000, 0);
}
else if(strcmp(command, "zipangu") == 0){
Maps::changeMap(player , 800000000, 0);
}
else if(strcmp(command, "nlc") == 0){
Maps::changeMap(player , 600000000, 0);
}
else if(strcmp(command, "fm") == 0){
Maps::changeMap(player ,910000000, 0);
}

Instructions:: Firstly I run a ODIN SOURCE server but i started as a titan source user so i probably forgot something.......Well go to players.cpp? or was it player.cpp? in notepad or c++ Visual and insert code anywhere! below
this command::
Code:
if(strcmp(command, "map") == 0){
if(strlen(next_token) > 0){
int mapid = strval(strtok_s(NULL, " ",&next_token));
if(Maps::info.find(mapid) != Maps::info.end())
Maps::changeMap(player ,mapid, 0);
}
}
some guides tell you to put there but doesnt matter xD AND You CAN COPY AND PASTE SO DONT WORRY!!!

p.s. If First time Adding Commands i suggest a backup to Ur Files
 
Custom Title Activated
Loyal Member
Joined
Apr 29, 2008
Messages
1,297
Reaction score
509
Almost no1 uses TitanMS anymore..
 
Newbie Spellweaver
Joined
Jun 14, 2008
Messages
27
Reaction score
0
um......Odin got Sued so Some people are now using Titan cuz They are afraid of being sued so.......yeah...
 
Custom Title Activated
Loyal Member
Joined
Apr 29, 2008
Messages
1,297
Reaction score
509
Re: [RELEASE]!Kerningcity ,and stuff

Even if it is, i think this is posted before this
 
Newbie Spellweaver
Joined
Jun 14, 2008
Messages
27
Reaction score
0
Re: [RELEASE]!Kerningcity ,and stuff

Even if it is, i think this is posted before this
um Well If you Read it All I state hat The Creator "DogieDog" Made this but He never got Kerning city or El nath or lith harbor to work I didnt just make this straight away i actually posted a working one on his thread and waited a week to see if he would fix but he never did xD
 
Custom Title Activated
Loyal Member
Joined
Apr 29, 2008
Messages
1,297
Reaction score
509
Re: [RELEASE]!Kerningcity ,and stuff

There's no point of this.
I mean seriously
 
Status
Not open for further replies.
Back
Top