Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Ragnarok Online
You last visited: Today at 16:05

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

Advertisement



kleine Fragen

Discussion on kleine Fragen within the Ragnarok Online forum part of the MMORPGs category.

Reply
 
Old 07/21/2008, 20:22   #16

 
Kingdingelling's Avatar
 
elite*gold: 540
Join Date: Apr 2005
Posts: 1,810
Received Thanks: 401
in welcher command datei ?

wie gesagt das geht nur in der src ragnarok_server/src/map/atcommand.c

Auszug aus der Src was sehe ich den da ?
Quote:
{ MAP_PRONTERA, 156, 191 }, // 0=Prontera
{ MAP_MORROC, 156, 93 }, // 1=Morroc
{ MAP_GEFFEN, 119, 59 }, // 2=Geffen
{ MAP_PAYON, 162, 233 }, // 3=Payon
{ MAP_ALBERTA, 192, 147 }, // 4=Alberta
{ MAP_IZLUDE, 128, 114 }, // 5=Izlude
{ MAP_ALDEBARAN, 140, 131 }, // 6=Al de Baran
{ MAP_LUTIE, 147, 134 }, // 7=Lutie
{ MAP_COMODO, 209, 143 }, // 8=Comodo
{ MAP_YUNO, 157, 51 }, // 9=Yuno
{ MAP_AMATSU, 198, 84 }, // 10=Amatsu
{ MAP_GONRYUN, 160, 120 }, // 11=Gonryun
{ MAP_UMBALA, 89, 157 }, // 12=Umbala
{ MAP_NIFLHEIM, 21, 153 }, // 13=Niflheim
{ MAP_LOUYANG, 217, 40 }, // 14=Louyang
{ MAP_NOVICE, 53, 111 }, // 15=Training Grounds
{ MAP_JAIL, 23, 61 }, // 16=Prison
{ MAP_JAWAII, 249, 127 }, // 17=Jawaii
{ MAP_AYOTHAYA, 151, 117 }, // 18=Ayothaya
{ MAP_EINBROCH, 64, 200 }, // 19=Einbroch
{ MAP_LIGHTHALZEN, 158, 92 }, // 20=Lighthalzen
{ MAP_EINBECH, 70, 95 }, // 21=Einbech
{ MAP_HUGEL, 96, 145 }, // 22=Hugel
{ MAP_RACHEL, 130, 110 }, // 23=Rachel
{ MAP_VEINS, 216, 123 }, // 24=Veins
{ MAP_MOSCOVIA, 223, 184 }, // 25=Moscovia
also ich sehe da genau das es um den AT also @ command GO geht 0 = prontera

so und was sehn wir weiter drunter

Quote:
clif_displaymessage(fd, msg_txt(38)); // Invalid location number or name.
clif_displaymessage(fd, msg_txt(82)); // Please, use one of this number/name:
clif_displaymessage(fd, " 0=Prontera 1=Morroc 2=Geffen");
clif_displaymessage(fd, " 3=Payon 4=Alberta 5=Izlude");
clif_displaymessage(fd, " 6=Al De Baran 7=Lutie 8=Comodo");
clif_displaymessage(fd, " 9=Yuno 10=Amatsu 11=Gonryun");
clif_displaymessage(fd, " 12=Umbala 13=Niflheim 14=Louyang");
clif_displaymessage(fd, " 15=Novice Grounds 16=Prison 17=Jawaii");
clif_displaymessage(fd, " 18=Ayothaya 19=Einbroch 20=Lighthalzen");
clif_displaymessage(fd, " 21=Einbech 22=Hugel 23=Rachel");
clif_displaymessage(fd, " 24=Veins 25=Moscovia");
return -1;
hier sehn wir was wir einstellen können und wieder 0 = Prontera

ich mach das mal so wie er es möchte

Quote:
{ MAP_IZLUDE, 128, 114 }, // 0=Izlude
{ MAP_MORROC, 156, 93 }, // 1=Morroc
{ MAP_GEFFEN, 119, 59 }, // 2=Geffen
{ MAP_PAYON, 162, 233 }, // 3=Payon
{ MAP_ALBERTA, 192, 147 }, // 4=Alberta
{ MAP_PRONTERA, 156, 191 }, // 5=Prontera
{ MAP_ALDEBARAN, 140, 131 }, // 6=Al de Baran
{ MAP_LUTIE, 147, 134 }, // 7=Lutie
{ MAP_COMODO, 209, 143 }, // 8=Comodo
{ MAP_YUNO, 157, 51 }, // 9=Yuno
{ MAP_AMATSU, 198, 84 }, // 10=Amatsu
{ MAP_GONRYUN, 160, 120 }, // 11=Gonryun
{ MAP_UMBALA, 89, 157 }, // 12=Umbala
{ MAP_NIFLHEIM, 21, 153 }, // 13=Niflheim
{ MAP_LOUYANG, 217, 40 }, // 14=Louyang
{ MAP_NOVICE, 53, 111 }, // 15=Training Grounds
{ MAP_JAIL, 23, 61 }, // 16=Prison
{ MAP_JAWAII, 249, 127 }, // 17=Jawaii
{ MAP_AYOTHAYA, 151, 117 }, // 18=Ayothaya
{ MAP_EINBROCH, 64, 200 }, // 19=Einbroch
{ MAP_LIGHTHALZEN, 158, 92 }, // 20=Lighthalzen
{ MAP_EINBECH, 70, 95 }, // 21=Einbech
{ MAP_HUGEL, 96, 145 }, // 22=Hugel
{ MAP_RACHEL, 130, 110 }, // 23=Rachel
{ MAP_VEINS, 216, 123 }, // 24=Veins
{ MAP_MOSCOVIA, 223, 184 }, // 25=Moscovia




clif_displaymessage(fd, msg_txt(38)); // Invalid location number or name.
clif_displaymessage(fd, msg_txt(82)); // Please, use one of this number/name:
clif_displaymessage(fd, " 0=Izlude 1=Morroc 2=Geffen");
clif_displaymessage(fd, " 3=Payon 4=Alberta 5=Prontera");
clif_displaymessage(fd, " 6=Al De Baran 7=Lutie 8=Comodo");
clif_displaymessage(fd, " 9=Yuno 10=Amatsu 11=Gonryun");
clif_displaymessage(fd, " 12=Umbala 13=Niflheim 14=Louyang");
clif_displaymessage(fd, " 15=Novice Grounds 16=Prison 17=Jawaii");
clif_displaymessage(fd, " 18=Ayothaya 19=Einbroch 20=Lighthalzen");
clif_displaymessage(fd, " 21=Einbech 22=Hugel 23=Rachel");
clif_displaymessage(fd, " 24=Veins 25=Moscovia");
return -1;
So das muss man machen um den @go 0 von prontera zu Izlude zu changen.

so was ist daran blödsinn ?

erklärung
Kingdingelling is offline  
Old 07/22/2008, 12:11   #17
 
elite*gold: 0
Join Date: Jul 2008
Posts: 15
Received Thanks: 0
danke euch allen erstmal für die hilfe. 1-2 probleme sind zwar noch aber da werd ich mich mal an aethena wenden.

Thx an alle
nO_Ob84 is offline  
Old 07/24/2008, 16:23   #18
 
elite*gold: 20
Join Date: Aug 2006
Posts: 1,029
Received Thanks: 98
Kingdingelling hat recht ^^
muss man wirklich im src ändern und dann compilen damits geht...
Inukie is offline  
Reply

« Hexed!! | ROIGBF »

Similar Threads Similar Threads
2 Kleine Fragen!
07/26/2010 - Metin2 Private Server - 2 Replies
Also ich wollte mir meinen Clienten ein bisschen zurechtmachen...nur da ist das Problem das ich echt 0 Ahnung von Modding hab =/ 1Frage: Habe mir die graue abgestorbene Surahand gezogen und entpackt...wo reinlegen? Mit welcher Datei ersetzen? Oder wie? 2Frage: Die Skills....wieder...welche Datei muss ich ersetzen?
2 kleine Fragen
07/14/2010 - Metin2 Private Server - 5 Replies
*räusper* Hallöle liebe Com, :) Ich frage mal ne Frage die da lautet: Wie bzw. wo konnte man einstellen was die verschiedenen Mobs droppen? Will nen Fun-Server machen und dann kommt es natürlich richtig lol wenn man von den Wildhunden Rek &nd so one droppt. Und dann noch ne weitere Frage :D Kann man es einstellen wie leicht (bzw. wie schwer) Items zu droppen sind? Wenn ja, wie?
Paa kleine Fragen
06/15/2010 - WoW Private Server - 7 Replies
Hallo unzwar wollte ich mal fragen ob sich hier jemand perfekt mit dem erstellen von Iteams auskennt Dh. Effekte etc. Wen ja bitte mal PN an mich habe da ein paar fragen Core:Triniti
kleine fragen
02/04/2010 - Metin2 Private Server - 0 Replies
kurz und knapp wie änder ich es rechts das da ingame nicht server name steht sondern z.b BoeseEngel?? Und wenn man die preise öndern will bzw stapeln will von sachen, muss man in die item_proto, dort habe ich aber nur waffen, wo sind denn die gegenstände?
2 kleine Fragen zu CE
03/17/2008 - Metin2 - 5 Replies
Ich will meine waffen in M2 auf +9 machen aber wenn ich die werte unten(in CE) habe kann ich die nicht makieren also auch nicht alle auf einmal ändern (in CE) . Könnt ihr mir helfen, also sagen wie man in CE unten in der Tabelle alles makiert ??? Das ganze ist ja Clientside. Also dürfte ich dann ja trotzdem nicht stärker sein oder irre ich da??? Thx im Vorraus



All times are GMT +2. The time now is 16:05.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.