Werdio Posted October 14, 2012 Share Posted October 14, 2012 Hallo rAthena Member, ich habe ein problem. Ich weiß nicht in welcher conf man die @go Zielorte bestimmen kann >.< Ich möchte wenn ich z.B. @go prontera mache an einer anderen koordinate erscheinen. Danke im Voraus ~ Quote Link to comment Share on other sites More sharing options...
Flaid Posted October 14, 2012 Share Posted October 14, 2012 src/map/atcommand.c { MAP_PRONTERA, 156, 191 }, da kannst du das ändern, wenn geändert compilen nicht vergessen. Quote Link to comment Share on other sites More sharing options...
Werdio Posted October 15, 2012 Author Share Posted October 15, 2012 Danke dir, aber ich benutze PuTtY, und in dem rAthena Order (SVN) kann ich nicht recompilem. :/ Quote Link to comment Share on other sites More sharing options...
Flaid Posted October 15, 2012 Share Posted October 15, 2012 Wieso solltest du nich compilen können? Sons compile es auf deinem computer und lads neu hoch. Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted October 15, 2012 Share Posted October 15, 2012 über PuTTy müsste man doch per make clean && make sql compilen können,oder nicht? Quote Link to comment Share on other sites More sharing options...
Flaid Posted October 16, 2012 Share Posted October 16, 2012 über PuTTy müsste man doch per make clean && make sql compilen können,oder nicht? Genau, erst ins richtige Verzeichnis und eventuell noch ./configure --enable-64bit davor schieben. Also so cd /home/rAthena //oder wo du deinen Server sonst hast ./configure --enable-64bit //Wenns ein 64bit system ist make clean make sql Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted October 17, 2012 Share Posted October 17, 2012 Ja,genau das meinte ich . Danke Flaid Quote Link to comment Share on other sites More sharing options...
Rynbef Posted October 20, 2012 Share Posted October 20, 2012 (edited) Du musst nicht in dem SRC Verzeichnis Compilen, sondern in dem rAthena haupt Verzeichnis. Das funktionier normaler weise immer mit ./configure und make clean && make sql rAthena Wiki, wie man den @go Command ändert: http://rathena.org/wiki/@go rAthena Wiki, wie man den server Compiled: http://rathena.org/wiki/Compiling Rynbef~ Edited October 20, 2012 by Rynbef Quote Link to comment Share on other sites More sharing options...