Jump to content
  • 0

Max Walk Path and Area Size Not Working


faithless1

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  02/02/13
  • Last Seen:  

Hello all,

 

I am trying to figure out how to edit the number of tiles a player can walk with the cursor and I have configured the client.conf file within the battle folder, but it doesn't seem to work.

 

// Visible area size (how many squares away from a player they can see)
area_size: 40

// Maximum walk path (how many cells a player can walk going to cursor)
max_walk_path: 40

 

 

Please advise!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

@src/path.h

 

 

#define MAX_WALKPATH 32 

 

 

:meow:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  08/22/13
  • Last Seen:  

Sir, I tried editing this but when I am blocked by any obstacle, I can't walk through it not like the other RO's I am playing at.

 

I also tried disabling the official walkpath located at src/config/core.h

 

Here's mine:

 

conf/battle/client.conf

 

 

Area_Size: 30

max_walk_path: 30

 

 

src/map/path.h

 

#define MAX_WALKPATH 25

 

 

src/config/core.h

Tried Enable and Disable this, but nothing happen

#define OFFICIAL_WALKPATH
 
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...