Jump to content
  • 0

need help to modify /where commands


wonderman

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   3
  • Joined:  10/11/13
  • Last Seen:  

hi, i have a problem related to the user's commands, when I typed "/where" it will appear the following response:

Quote

"Prontera City, Capital of Rune Midgard (prontera.gat): 153, 178"

how to get rid of information that appears to be:

Quote

"Prontera City, Capital of Rune Midgard: 153, 178" (without "(prontera.gat)" )

thank you

Edited by wonderman
for forum rules :)
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   3
  • Joined:  06/03/12
  • Last Seen:  

go to trunk/src/map/atcommand.c then find prontera.gat

maybe like this 
(map_name, "prontera.gat", 3) == 0) 

 

remove .gat then recompile & restart

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   3
  • Joined:  10/11/13
  • Last Seen:  

On 3/30/2017 at 6:29 PM, Jaycee KyD said:

go to trunk/src/map/atcommand.c then find prontera.gat

maybe like this 
(map_name, "prontera.gat", 3) == 0) 

 

remove .gat then recompile & restart

not found, sir... :')

 

On 3/27/2017 at 11:41 PM, wonderman said:

hi, i have a problem related to the user's commands, when I typed "/where" it will appear the following response:

how to get rid of information that appears to be:

thank you

@Cydh @Emistry @Akkarin can you help me ? :)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

Try to edit it on client side. at mapnametable.txt

Just a guess though

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   3
  • Joined:  10/11/13
  • Last Seen:  

On 3/30/2017 at 10:43 PM, Technoken said:

Try to edit it on client side. at mapnametable.txt

Just a guess though

not working, sir :')

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
Answer this question...

×   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...