kamikaze666 Posted April 2, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 92 Reputation: 8 Joined: 01/11/13 Last Seen: September 29, 2015 Share Posted April 2, 2013 i am facing yet another issue with my client as you can see my cursor placemen, my character cant seem to walk till that point only if i click upto max 9 cells away it walks, how can i resolve this? Quote Link to comment Share on other sites More sharing options...
Bahmut Posted April 2, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 382 Reputation: 39 Joined: 01/17/12 Last Seen: February 13, 2020 Share Posted April 2, 2013 It's not client side. It's server side. There was a config for this but I don't know where. Quote Link to comment Share on other sites More sharing options...
Digos Posted April 2, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 88 Reputation: 23 Joined: 01/30/12 Last Seen: February 19 Share Posted April 2, 2013 Maybe in conf/battle/client.conf: // Visible area size (how many squares away from a player can they see) area_size: 14 Quote Link to comment Share on other sites More sharing options...
frenzmu06 Posted April 2, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 326 Reputation: 47 Joined: 04/01/12 Last Seen: February 1, 2023 Share Posted April 2, 2013 did you edit this? your svn/conf/battle/client.conf // Maximum walk path (how many cells a player can walk going to cursor)max_walk_path: 17 or try here: your svn/src/config/core.h #define OFFICIAL_WALKPATH Quote Link to comment Share on other sites More sharing options...
kamikaze666 Posted April 3, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 92 Reputation: 8 Joined: 01/11/13 Last Seen: September 29, 2015 Author Share Posted April 3, 2013 (edited) @Digos i had already edited the client.conf "area_size" to 20 @fren: #define OFFICIAL_WALKPATH Does not exist in the entire solution :S also i found this definition, its best its disabled than enabled if at all it existed Comment to disable the official walk path The official walkpath disables users from taking non-clear walk paths, e.g. if they want to get around an obstacle they have to walk around it, while with OFFICIAL_WALKPATH disabled if they click to walk around a obstacle the server will do it automatically Edited April 3, 2013 by kamikaze666 Quote Link to comment Share on other sites More sharing options...
Digos Posted April 3, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 88 Reputation: 23 Joined: 01/30/12 Last Seen: February 19 Share Posted April 3, 2013 max_walk_path setting was introduced in rev 17123 The bug occurs on all maps or only in one specific? If only one could be a problem with the map gat file (maybe the cell is marked as not walk). Quote Link to comment Share on other sites More sharing options...
kamikaze666 Posted April 9, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 92 Reputation: 8 Joined: 01/11/13 Last Seen: September 29, 2015 Author Share Posted April 9, 2013 fields, dungeons, towns etc everywhere Quote Link to comment Share on other sites More sharing options...
kamikaze666 Posted April 10, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 92 Reputation: 8 Joined: 01/11/13 Last Seen: September 29, 2015 Author Share Posted April 10, 2013 (edited) Char cant walk 14 cells away [/img] i dont have "max_walk_path: 17" in my conf but i changed the value in path.h of #define MAX_WALKPATH 32 to #define MAX_WALKPATH 50 bump.... Edited April 10, 2013 by kamikaze666 Quote Link to comment Share on other sites More sharing options...
Bahmut Posted April 10, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 382 Reputation: 39 Joined: 01/17/12 Last Seen: February 13, 2020 Share Posted April 10, 2013 Maybe in conf/battle/client.conf: // Visible area size (how many squares away from a player can they see) area_size: 14 Have you tried this? Quote Link to comment Share on other sites More sharing options...
1 kamikaze666 Posted April 14, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 92 Reputation: 8 Joined: 01/11/13 Last Seen: September 29, 2015 Author Share Posted April 14, 2013 already mentioned in post 5 Quote Link to comment Share on other sites More sharing options...
Question
kamikaze666
i am facing yet another issue with my client
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.