Jump to content

@go


Werdio

Recommended Posts


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

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 ~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   140
  • Joined:  01/04/12
  • Last Seen:  

src/map/atcommand.c

{ MAP_PRONTERA,    156, 191 },

da kannst du das ändern, wenn geändert compilen nicht vergessen.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Danke dir, aber ich benutze PuTtY, und in dem rAthena Order (SVN) kann ich nicht recompilem. :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   140
  • Joined:  01/04/12
  • Last Seen:  

Wieso solltest du nich compilen können? Sons compile es auf deinem computer und lads neu hoch.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   57
  • Joined:  11/20/11
  • Last Seen:  

über PuTTy müsste man doch per

make clean && make sql

compilen können,oder nicht?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   140
  • Joined:  01/04/12
  • Last Seen:  

ü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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  658
  • Reputation:   57
  • Joined:  11/20/11
  • Last Seen:  

Ja,genau das meinte ich :). Danke Flaid

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  896
  • Reputation:   117
  • Joined:  05/23/12
  • Last Seen:  

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 by Rynbef
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...